Skip to content

Commit 4e19dda

Browse files
authored
Merge branch '0.14' into no-panic
2 parents 4e49ffe + f842d98 commit 4e19dda

File tree

4 files changed

+50
-29
lines changed

4 files changed

+50
-29
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Handle AWS Public URLs (ending with `.amazonaws.com`) separately while extracting TLDs for SameSite attribute.
1111
- Return `500` status instead of panic when `supertokens.Middleware` is used without initializing the SDK.
12+
- Updates fiber adaptor package in the fiber example.
1213

1314
## [0.14.0] - 2023-09-11
1415

examples/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ require (
77
github.com/gin-gonic/gin v1.7.4
88
github.com/go-chi/chi/v5 v5.0.4
99
github.com/go-chi/cors v1.2.0
10-
github.com/gofiber/adaptor/v2 v2.1.18
11-
github.com/gofiber/fiber/v2 v2.27.0
10+
github.com/gofiber/fiber/v2 v2.49.2
1211
github.com/gorilla/handlers v1.5.1
1312
github.com/gorilla/mux v1.8.0
14-
github.com/klauspost/compress v1.14.4 // indirect
1513
github.com/labstack/echo/v4 v4.6.1
1614
github.com/osohq/go-oso v0.21.0
1715
github.com/spf13/viper v1.8.1

0 commit comments

Comments
 (0)