Skip to content

Commit

Permalink
Merge branch '0.14' into no-panic
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc authored Sep 26, 2023
2 parents 4e49ffe + f842d98 commit 4e19dda
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 29 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.14.0] - 2023-09-11

Expand Down
4 changes: 1 addition & 3 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ require (
github.com/gin-gonic/gin v1.7.4
github.com/go-chi/chi/v5 v5.0.4
github.com/go-chi/cors v1.2.0
github.com/gofiber/adaptor/v2 v2.1.18
github.com/gofiber/fiber/v2 v2.27.0
github.com/gofiber/fiber/v2 v2.49.2
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/klauspost/compress v1.14.4 // indirect
github.com/labstack/echo/v4 v4.6.1
github.com/osohq/go-oso v0.21.0
github.com/spf13/viper v1.8.1
Expand Down
Loading

0 comments on commit 4e19dda

Please sign in to comment.