Skip to content

Commit 2bdd8b1

Browse files
committed
fixes changelog
1 parent a74482d commit 2bdd8b1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [unreleased]
1010

11+
- Add `Cache-Control` header for jwks endpoint `/jwt/jwks.json`
12+
- Add `validity_in_secs` to the return value of overridable `get_jwks` recipe function.
13+
- This can be used to control the `Cache-Control` header mentioned above.
14+
- It defaults to `60` or the value set in the cache-control header returned by the core
15+
- This is optional (so you are not required to update your overrides). Returning `None` means that the header won't be set
16+
1117
## [0.16.2] - 2023-09-20
1218

1319
- Allow use of [nest-asyncio](https://pypi.org/project/nest-asyncio/) when env var `SUPERTOKENS_NEST_ASYNCIO=1`.
@@ -32,11 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238
## [0.15.3] - 2023-09-25
3339

3440
- Handle 429 rate limiting from SaaS core instances
35-
- Add `Cache-Control` header for jwks endpoint `/jwt/jwks.json`
36-
- Add `validity_in_secs` to the return value of overridable `get_jwks` recipe function.
37-
- This can be used to control the `Cache-Control` header mentioned above.
38-
- It defaults to `60` or the value set in the cache-control header returned by the core
39-
- This is optional (so you are not required to update your overrides). Returning `None` means that the header won't be set
4041

4142

4243
## [0.15.2] - 2023-09-23

0 commit comments

Comments
 (0)