September 19, 2025
·
192 commits
to main
since this release
@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! - DeprecatettlPerTypein favor of
ttlPerSchemaCoordinate, for a more streamlined APIMigration instructions
If you where using
ttlPerType, you can merge the object into thettlPerSchemaCoordinate, 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