Version Packages#2765
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
July 14, 2026 01:39
bef25a9 to
4aa2e61
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 14, 2026 01:41
4aa2e61 to
d89c16b
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
@fluojs/cache-manager@1.0.6
Patch Changes
#2757
6dd519fThanks @ayden94! - Preserve commit-only cache eviction under pending sendThe deferred eviction fallback timer no longer evicts while
response.send(...)is still pending. Previously, the five-second fallback timer could fire before the response commit completed, contradicting the documented commit-only eviction contract. The fallback timer now evicts only when no response commit path was invoked, so the send path retains ownership of eviction (on success) or cancellation (on failure) while a send is in flight. This prevents a stale write response from invalidating cache before a failed commit becomes visible.Updated dependencies [
c0ebd48,65cc3a2]:@fluojs/cli@2.0.1
Patch Changes
#2761
a88152cThanks @ayden94! - Settle Studio sidecar ingestion when a local client closes the socket after sending only a partial request body. The sidecar now binds requestclose/errorevents to body-reader cancellation and sends a bounded error completion instead of hanging indefinitely on a malformed local client.Updated dependencies [
65cc3a2]:@fluojs/cron@2.0.1
Patch Changes
#2758
dedaf71Thanks @ayden94! - Validate explicit Cron distributedownerIdbefore scheduler or Redis lifecycle setup.CronModule.forRoot({ distributed: { ownerId } })now trims the providedownerIdduring module option normalization and rejects blank, empty, or non-string values before the scheduler or Redis distributed lock lifecycle begins. Previously, invalid or empty owner identifiers could enter Redis lock ownership state despite the distributed-lock contract. Applications that already pass a non-empty stringownerIdare unaffected; applications relying on blank or whitespace-onlyownerIdvalues must now provide a valid stable owner identifier or omitownerIdto keep the platform-neutral default.Updated dependencies [
65cc3a2]:@fluojs/http@2.0.1
Patch Changes
c0ebd48Thanks @ayden94! - Reject managed SSE async iterables when the active adapter does not exposeFrameworkResponse.streaminstead of silently reporting the stream as handled. The dispatcher now surfaces an unsupported-stream failure through the standard dispatch error path before marking the response committed, aligning managed SSE with the documented adapter contract.@fluojs/runtime@2.0.1
Patch Changes
#2759
65cc3a2Thanks @ayden94! - Remove the abort listener registered byraceWithAbort(fn, signal)even whenfnthrows synchronously before returning a promise. The synchronous throw is now converted into a settled rejection so the cleanup-dependentfinallyflow still runs and the listener is not leaked across repeated failed operations.Updated dependencies [
c0ebd48]:@fluojs/example-openapi-multiple-documents@0.0.2
Patch Changes
65cc3a2]:@fluojs/example-react-stable-ssr@0.0.2
Patch Changes
c0ebd48,65cc3a2]:@fluojs/example-react-vite-ssr@0.0.2
Patch Changes
c0ebd48,65cc3a2]: