chore: version packages#285
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
e9d0b67 to
467f5e3
Compare
467f5e3 to
f8a81e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@gemstack/ai-autopilot@0.9.1
Patch Changes
734da1a: fix(ai-autopilot): EventStream iterators are now cancellable
A consumer's async iterator gained a
return()that drops its waiter from the stream and settles any pendingnext(). Previously a consumer that stopped iterating (e.g. a disconnected SSE client) left its waiter registered until the nextpush/close, so many short-lived consumers on an idle stream leaked. Live iteration and history replay are unchanged.@gemstack/framework@0.8.1
Patch Changes
734da1a: fix(framework): harden the run relay and workspace sandbox against resource exhaustion
/r/<id>/…could previously create per-run state that was never freed; run creation is now bounded (maxRuns, default 200).snapshotWorkspacechecks a file's size before reading it, so a large asset in the workspace is skipped without ever being loaded into memory during a--sandbox dockersync.relayPublisher's POST has a timeout, so a relay that accepts a connection but never responds can no longer hang the CLI on exit (flush()).Updated dependencies [734da1a]