Skip to content

v1.8.2

Released on 2025-04-06GitHub Release

We’re pleased to announce the release of go-zero v1.8.2. This release includes new features, bug fixes, dependency updates, and code improvements.

  • SSE Support: Added rest.WithSSE to build Server-Sent Events routes more easily (#4729)
  • Redis Command: Added support for Redis GETDEL command (#4709)
  • HTTP Client Enhancement: Added support for serialization of anonymous fields in HTTP client (httpc) (#4676)
  • PostgreSQL Data Types: Fixed issues with numeric/decimal data types in PostgreSQL (#4686)
  • Bumped github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#4683)
  • Bumped github.com/fullstorydev/grpcurl from 1.9.2 to 1.9.3 (#4701)
  • Bumped github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 (#4722)
  • Bumped github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#4734)
  • Bumped github.com/jackc/pgx/v5 from 5.7.2 to 5.7.4 (#4737)
  • Added more tests and refactoring improvements (#4677, #4718)

We’re excited to welcome the following new contributors to the go-zero project:

  • MCP Server Support: We’ll be adding Model Context Protocol (MCP) server support in the next release.