Merged
Conversation
43ee30d to
5a9a851
Compare
5a9a851 to
5fcf70d
Compare
58eb9f6 to
3dcfea1
Compare
3dcfea1 to
160cc11
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
@effect/ai-openrouter@0.8.2
Patch Changes
#6026
38241deThanks @IMax153! - Fix the OpenRouter AI provider schemasUpdated dependencies [
0023c19,e71889f,9a96b87]:@effect/cli@0.73.2
Patch Changes
#6022
5df4da1Thanks @m9tdev! - FixedPrompt.textrendering duplicate lines when input text wraps to a new terminal line.Updated dependencies [
0023c19,e71889f,9a96b87]:effect@3.19.16
Patch Changes
#6018
e71889fThanks @codewithkenzo! - fix(Match): handle null/undefined inMatch.tagandMatch.tagStartsWithAdded null checks to
discriminatoranddiscriminatorStartsWithpredicates to prevent crashes when matching nullable union types.Fixes Match.tag crashes on union type including null/undefined #6017
@effect/platform@0.94.3
Patch Changes
#6021
0023c19Thanks @codewithkenzo! - FixHttpClientRequest.appendUrlto properly join URL paths.Previously,
appendUrlused simple string concatenation which could produce invalid URLs:Now it ensures proper path joining:
#6019
9a96b87Thanks @codewithkenzo! - FixretryTransientto use correct transient status codesChanged
isTransientResponsefromstatus >= 429to an explicit allowlist (408, 429, 500, 502, 503, 504). This correctly excludes 501 (Not Implemented) and 505+ permanent errors, while including 408 (Request Timeout) which was previously missed.Also aligned response retry behavior with v4: the
whilepredicate now only applies to error retries, not response retries. Response retries are determined solely byisTransientResponse. This matches the semantic intent sincewhileis typed for errors, not responses.Fixes
HttpClient.retryTransienthas inconsistent behavior #5995Updated dependencies [
e71889f]:@effect/sql-pg@0.50.2
Patch Changes
#5998
7b8165fThanks @Brandon-Perry! - Readded stream as an optional parameter to PgClientConfig.Updated dependencies [
0023c19,e71889f,9a96b87]:@effect/sql-sqlite-bun@0.50.1
Patch Changes
#6016
c1aaefbThanks @0xh3x! - feat(sql-sqlite-bun): add SafeIntegers supportUpdated dependencies [
0023c19,e71889f,9a96b87]: