Skip to content

Commit 38b7e96

Browse files
committed
Update version and changelog
1 parent 4aa09a4 commit 38b7e96

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.15.0] - 2023-09-26
11+
12+
- Added a `Cache-Control` header to `/jwt/jwks.json` (`GetJWKSGET`)
13+
- Added `ValidityInSeconds` to the return value of the overrideable `GetJWKS` function.
14+
- This can be used to control the `Cache-Control` header mentioned above.
15+
- It defaults to `60` or the value set in the cache-control header returned by the core
16+
- This is optional (so you are not required to update your overrides). Returning undefined means that the header is not set.
1017
- Handle AWS Public URLs (ending with `.amazonaws.com`) separately while extracting TLDs for SameSite attribute.
18+
- Updates fiber adaptor package in the fiber example.
1119

1220
## [0.14.0] - 2023-09-11
1321

supertokens/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
)
2222

2323
// VERSION current version of the lib
24-
const VERSION = "0.14.0"
24+
const VERSION = "0.15.0"
2525

2626
var (
2727
cdiSupported = []string{"3.0"}

0 commit comments

Comments
 (0)