Skip to content

September 19, 2025

Choose a tag to compare

@github-actions github-actions released this 19 Sep 08:21
· 192 commits to main since this release
2b6b5d7

@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@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/response-cache-cloudflare-kv@5.0.0

Patch Changes

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