File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6+ ## [ 3.4.0] - 2023-11-19
7+
8+ ### Added
9+
10+ - Configurable hashing (thanks @larrycinnabar , @stephenafamo )
11+ - Compatability with http.ResponseController.Unwrap interface (thanks @stephenafamo )
12+
13+ ### Security
14+
15+ - Bump dependencies, change min Go version to 1.20
16+
617## [ 3.3.0] - 2023-09-28
718
819### Added
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/boombuler/barcode v1.0.1 // indirect
1515 github.com/davecgh/go-spew v1.1.1 // indirect
1616 github.com/golang/protobuf v1.5.3 // indirect
17- golang.org/x/net v0.10 .0 // indirect
17+ golang.org/x/net v0.17 .0 // indirect
1818 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
1919 google.golang.org/appengine v1.6.7 // indirect
2020 google.golang.org/protobuf v1.29.1 // indirect
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
2525golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc =
2626golang.org/x/crypto v0.14.0 /go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4 =
2727golang.org/x/net v0.0.0-20190603091049-60506f45cf65 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
28- golang.org/x/net v0.10 .0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M =
29- golang.org/x/net v0.10 .0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
28+ golang.org/x/net v0.17 .0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
29+ golang.org/x/net v0.17 .0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
3030golang.org/x/oauth2 v0.6.0 h1:Lh8GPgSKBfWSwFvtuWOfeI3aAAnbXTSutYxJiOJFgIw =
3131golang.org/x/oauth2 v0.6.0 /go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw =
3232golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments