Release v1.32.0
Overview
This release upgrades the Go toolchain to 1.26.4 and brings all project dependencies up to their latest versions, including significant bumps to the golang.org/x/* standard library extensions and key third-party libraries such as Sonic, Gin SSE, Redis, MongoDB driver, and QUIC-Go.
What's Changed
🛠️ Changed
- Update Go version to 1.26.4.
- Bump
golang.org/x/archfrom 0.24.0 to 0.28.0. - Bump
golang.org/x/cryptofrom 0.48.0 to 0.53.0. - Bump
golang.org/x/modfrom 0.33.0 to 0.37.0. - Bump
golang.org/x/netfrom 0.51.0 to 0.56.0. - Bump
golang.org/x/syncfrom 0.20.0 to 0.21.0. - Bump
golang.org/x/sysfrom 0.42.0 to 0.46.0. - Bump
golang.org/x/textfrom 0.34.0 to 0.38.0. - Bump
golang.org/x/toolsfrom 0.42.0 to 0.46.0. - Bump
github.com/bytedance/sonicfrom 1.15.0 to 1.15.2. - Bump
github.com/gin-contrib/ssefrom 1.1.0 to 1.1.1. - Bump
github.com/go-openapi/jsonpointerfrom 0.22.4 to 0.23.1. - Bump
github.com/go-openapi/specfrom 0.22.3 to 0.22.5. - Bump
github.com/go-openapi/swag/*from 0.25.4 to 0.26.1. - Bump
github.com/go-playground/validator/v10from 10.30.1 to 10.30.3. - Bump
github.com/klauspost/compressfrom 1.18.5 to 1.18.6. - Bump
github.com/montanaflynn/statsfrom 0.7.1 to 0.9.0. - Bump
github.com/pelletier/go-toml/v2from 2.2.4 to 2.3.1. - Bump
github.com/quic-go/quic-gofrom 0.59.0 to 0.60.0. - Bump
github.com/rabbitmq/amqp091-gofrom 1.10.0 to 1.11.0. - Bump
github.com/redis/go-redis/v9from 9.18.0 to 9.20.1. - Bump
go.mongodb.org/mongo-driver/v2from 2.5.0 to 2.6.0.
Full Changelog: v1.31.1...v1.32.0