File tree Expand file tree Collapse file tree 4 files changed +50
-29
lines changed
Expand file tree Collapse file tree 4 files changed +50
-29
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments