Skip to content

chore(deps): bump github.com/zeromicro/go-zero from 1.8.1 to 1.9.4#154

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/zeromicro/go-zero-1.9.4
Open

chore(deps): bump github.com/zeromicro/go-zero from 1.8.1 to 1.9.4#154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/zeromicro/go-zero-1.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 24, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/zeromicro/go-zero from 1.8.1 to 1.9.4.

Release notes

Sourced from github.com/zeromicro/go-zero's releases.

v1.9.4

We're excited to announce go-zero v1.9.4! This release includes important improvements, performance optimizations, and new features to enhance your microservices development experience.

New Features

  • Kubernetes EndpointSlice Support: Migrated zrpc kube resolver from deprecated Endpoints API to EndpointSlice API for improved scalability and performance in Kubernetes environments (#4987)
  • Redis GETEX Command: Added support for Redis GETEX command, enabling atomic get-and-expire operations (#5323)

Improvements

  • Logging Improvements:
    • Fixed missing color for levelSevere in log output formatting (#5281)
    • Resolved test log timing and scheduling issues (#5305)
  • Timing Wheel: Added missing Wait() call and improved code clarity in timing wheel implementation (#5315)
  • Service Discovery: Added retry cooldown mechanism in etcd discovery to prevent CPU/disk exhaustion during authentication errors (#5347)
  • Configuration Center: Fixed incorrect value notifications in configuration center updates (#5348)
  • RPC Metrics: Corrected slow threshold priority handling in zrpc stat interceptor (#5310)

Performance Optimizations

  • Optimized getFullName function in configuration module for better efficiency (#5328)
  • Improved bool parsing performance by using strings.EqualFold in mapping module (#5324)

New Contributors

Welcome to our new contributors!

Full Changelog

For a complete list of changes, see: zeromicro/go-zero@v1.9.3...v1.9.4

v1.9.3

We are excited to announce the release of go-zero v1.9.3! This release brings several important enhancements and bug fixes that improve the framework's reliability, performance, and alignment with industry best practices.

🎉 Highlights

  • Consistent Hash Load Balancing: New gRPC load balancer for session affinity
  • gRPC Best Practices: Changed NonBlock default to align with gRPC recommendations
  • Improved Distributed Tracing: Fixed gateway trace header propagation
  • ORM Improvements: Fixed zero value scanning for pointer destinations

✨ New Features

Consistent Hash Balancer Support (#5246)

Contributor: @​zhoushuguang

... (truncated)

Commits
  • f29c861 fix(zrpc): fix slow threshold priority in stat interceptor (#5310)
  • 35ba024 chore: refactor code (#5352)
  • 52df1c5 Fix the issue of incorrect values notified in the configuration center (#5348)
  • 39729f3 fix(discov): add retry cooldown to prevent CPU/disk exhaustion on auth errors...
  • 5c9ea81 docs: simplify README files while preserving structure (#5338)
  • b284664 perf(mapping): use strings.EqualFold to optimize bool parsing (#5324)
  • 1b76885 feat(redis): add redis command for getex (#5323)
  • eef2175 chore: simplify readme (#5334)
  • 6bd0d16 docs: add AI-Native Development section to README (#5333)
  • 3d29132 feat(zrpc): migrate kube resolver from Endpoints to EndpointSlice API (#4987)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 24, 2025
Bumps [github.com/zeromicro/go-zero](https://github.com/zeromicro/go-zero) from 1.8.1 to 1.9.4.
- [Release notes](https://github.com/zeromicro/go-zero/releases)
- [Commits](zeromicro/go-zero@v1.8.1...v1.9.4)

---
updated-dependencies:
- dependency-name: github.com/zeromicro/go-zero
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/zeromicro/go-zero-1.9.4 branch from 601ce8d to 38254d3 Compare January 19, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants