ci(changesets): version packages #682
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@voltagent/[email protected]
Major Changes
5aa84b5
Thanks @omeraplak! - feat: initial releasePatch Changes
5aa84b5
,5aa84b5
]:@voltagent/[email protected]
Major Changes
5aa84b5
Thanks @omeraplak! - feat: initial releasePatch Changes
5aa84b5
,5aa84b5
]:@voltagent/[email protected]
Major Changes
5aa84b5
Thanks @omeraplak! - feat: add dataset/evals/experiments functionsPatch Changes
5aa84b5
,5aa84b5
]:@voltagent/[email protected]
Patch Changes
#674
5aa84b5
Thanks @omeraplak! - feat: add eval commandsUpdated dependencies [
5aa84b5
,5aa84b5
]:@voltagent/[email protected]
Patch Changes
#674
5aa84b5
Thanks @omeraplak! - feat: add live evals#674
5aa84b5
Thanks @omeraplak! - ## What ChangedRemoved automatic message pruning functionality from all storage adapters (PostgreSQL, Supabase, LibSQL, and InMemory). Previously, messages were automatically deleted when the count exceeded
storageLimit
(default: 100 messages per conversation).Why This Change
Users reported unexpected data loss when their conversation history exceeded the storage limit. Many users expect their conversation history to be preserved indefinitely rather than automatically deleted. This change gives users full control over their data retention policies.
Migration Guide
Before
After
If You Need Message Cleanup
Implement your own cleanup logic using the
clearMessages()
method:Affected Packages
@voltagent/core
- RemovedstorageLimit
from types@voltagent/postgres
- Removed from PostgreSQL adapter@voltagent/supabase
- Removed from Supabase adapter@voltagent/libsql
- Removed from LibSQL adapterImpact
storageLimit
parameter no longer accepted@voltagent/[email protected]
Patch Changes
#674
5aa84b5
Thanks @omeraplak! - ## What ChangedRemoved automatic message pruning functionality from all storage adapters (PostgreSQL, Supabase, LibSQL, and InMemory). Previously, messages were automatically deleted when the count exceeded
storageLimit
(default: 100 messages per conversation).Why This Change
Users reported unexpected data loss when their conversation history exceeded the storage limit. Many users expect their conversation history to be preserved indefinitely rather than automatically deleted. This change gives users full control over their data retention policies.
Migration Guide
Before
After
If You Need Message Cleanup
Implement your own cleanup logic using the
clearMessages()
method:Affected Packages
@voltagent/core
- RemovedstorageLimit
from types@voltagent/postgres
- Removed from PostgreSQL adapter@voltagent/supabase
- Removed from Supabase adapter@voltagent/libsql
- Removed from LibSQL adapterImpact
storageLimit
parameter no longer accepted@voltagent/[email protected]
Patch Changes
#674
5aa84b5
Thanks @omeraplak! - ## What ChangedRemoved automatic message pruning functionality from all storage adapters (PostgreSQL, Supabase, LibSQL, and InMemory). Previously, messages were automatically deleted when the count exceeded
storageLimit
(default: 100 messages per conversation).Why This Change
Users reported unexpected data loss when their conversation history exceeded the storage limit. Many users expect their conversation history to be preserved indefinitely rather than automatically deleted. This change gives users full control over their data retention policies.
Migration Guide
Before
After
If You Need Message Cleanup
Implement your own cleanup logic using the
clearMessages()
method:Affected Packages
@voltagent/core
- RemovedstorageLimit
from types@voltagent/postgres
- Removed from PostgreSQL adapter@voltagent/supabase
- Removed from Supabase adapter@voltagent/libsql
- Removed from LibSQL adapterImpact
storageLimit
parameter no longer accepted@voltagent/[email protected]
Patch Changes
#674
5aa84b5
Thanks @omeraplak! - ## What ChangedRemoved automatic message pruning functionality from all storage adapters (PostgreSQL, Supabase, LibSQL, and InMemory). Previously, messages were automatically deleted when the count exceeded
storageLimit
(default: 100 messages per conversation).Why This Change
Users reported unexpected data loss when their conversation history exceeded the storage limit. Many users expect their conversation history to be preserved indefinitely rather than automatically deleted. This change gives users full control over their data retention policies.
Migration Guide
Before
After
If You Need Message Cleanup
Implement your own cleanup logic using the
clearMessages()
method:Affected Packages
@voltagent/core
- RemovedstorageLimit
from types@voltagent/postgres
- Removed from PostgreSQL adapter@voltagent/supabase
- Removed from Supabase adapter@voltagent/libsql
- Removed from LibSQL adapterImpact
storageLimit
parameter no longer accepted[email protected]
Patch Changes
5aa84b5
,5aa84b5
,5aa84b5
]: