Skip to content

Upcoming Release Changes#2688

Merged
EmrysMyrddin merged 1 commit intomainfrom
changeset-release/main
Sep 19, 2025
Merged

Upcoming Release Changes#2688
EmrysMyrddin merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 18, 2025

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

@envelop/response-cache@8.1.0

Minor Changes

  • #2258
    35539a7
    Thanks @EmrysMyrddin! - Deprecate ttlPerType in favor of
    ttlPerSchemaCoordinate, for a more streamlined API

    Migration instructions

    If you where using ttlPerType, you can merge the object into the ttlPerSchemaCoordinate, the
    syntax doesn't change.

    useResponseCache({
      session: null,
    - ttlPerType: {
    -   User: 10_000,
    -   Profile: 600_000,
    - },
      ttlPerSchemaCoordinate: {
        'Query.me': 0
    +    User: 10_000,
    +    Profile: 600_000,
      }
    })

@envelop/rate-limiter@8.1.1

Patch Changes

  • #2690
    8f709a7
    Thanks @Tolsee! - Fix rate limiting being wrongly applied to all
    fields with a default configuration.

@envelop/response-cache-cloudflare-kv@5.0.0

Patch Changes

  • Updated dependencies
    [35539a7]:
    • @envelop/response-cache@8.1.0

@github-actions github-actions bot force-pushed the changeset-release/main branch from a09c283 to 855f21e Compare September 19, 2025 08:16
@EmrysMyrddin EmrysMyrddin merged commit 2b6b5d7 into main Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant