Skip to content

Commit 1a772b1

Browse files
Merge branch '0.14' into feat/use-flag-for-logging
2 parents 7e36bfb + f842d98 commit 1a772b1

File tree

6 files changed

+146
-30
lines changed

6 files changed

+146
-30
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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)