File tree Expand file tree Collapse file tree 6 files changed +146
-30
lines changed
Expand file tree Collapse file tree 6 files changed +146
-30
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10-
1110## [ 0.14.1] - 2023-11-1
1211
1312- Adds ` debug ` flag to the ` TypeInput ` . If set to ` true ` , debug logs will be printed.
13+ - Handle AWS Public URLs (ending with ` .amazonaws.com ` ) separately while extracting TLDs for SameSite attribute.
14+ - Updates fiber adaptor package in the fiber example.
1415
1516## [ 0.14.0] - 2023-09-11
1617
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