Skip to content

chore(deps): bump github.com/zeromicro/go-zero from 1.10.1 to 1.10.3 - #485

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/zeromicro/go-zero from 1.10.1 to 1.10.3.

Release notes

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

v1.10.3

Highlights

Core

  • stringx.FirstN: returns empty string for negative n (#5620)
  • stringx.Substr: rejects start > stop to prevent slice panic (#5616)
  • mapping: fixed unmarshaling of pointer-to-slice fields (#5662)
  • collection: optimized queue growth strategy (#5704)

Redis

  • Added XGroupSetID/XGroupSetIDCtx to update a consumer group's last-delivered ID (#5637)
  • Fixed circuit breaker tripping under high concurrency / with incompatible servers (#5654), plus minor refactor (#5666)

Docs

  • Added Korean translations (#5579)

Dependencies

  • go-redis/v9 9.19.0 → 9.21.0
  • mongo-driver/v2 2.6.0 → 2.8.0
  • pelletier/go-toml/v2 2.3.1 → 2.4.3

New Contributors

@​Vierblatt, @​sapirbaruch, @​SAY-5, @​jeonghyeon-net, @​Meppo, @​puneetdixit200, @​lxffong, @​014-code — thank you for your first contributions! 🎉

Full Changelog: zeromicro/go-zero@v1.10.2...v1.10.3

v1.10.2

New Features

mcp — Opt-in HTTP request metadata bridge for tool handlers (#5550)

Added WithRequestMetadataExtractor option to the MCP server. When set, HTTP request metadata (headers, query parameters, path variables) is captured and injected into each handler's context.Context. Handlers retrieve it via the provided context helpers:

server := mcp.NewMcpServer(conf, mcp.WithRequestMetadataExtractor(mcp.DefaultRequestMetadataExtractor))
server.AddTool(tool, func(ctx context.Context, req *mcp.ServerRequest) (*mcp.ToolResult, error) {
tenantID, _ := mcp.HeaderFromContext(ctx, "X-Tenant-ID")
userID, _   := mcp.QueryFromContext(ctx, "user_id")
// ...
})

Available helpers: RequestMetadataFromContext, HeaderFromContext, QueryFromContext, PathFromContext. Fully backward-compatible — existing NewMcpServer(c) calls are unaffected.

Bug Fixes

discov — Go 1.26 etcd URI compatibility (#5548)

Go 1.26 enforces strict RFC 3986 URI parsing and rejects comma-separated hosts in the URI authority component. BuildDiscovTarget was producing URIs in the form etcd://host1:2379,host2:2379/key, which broke all gRPC services using etcd service discovery with multiple endpoints on Go 1.26+.

... (truncated)

Commits
  • 925f8a2 fix(goctl): recurse into inline struct in IsTagMember (#5671)
  • 36f2619 perf(collection): optimize queue growth (#5704)
  • 84313f2 chore(deps): bump actions/setup-go from 6 to 7 (#5694)
  • 394ffcc fix(swagger): expand inline pointer members (#5664)
  • 565bcb3 feat(goctl): support custom Swagger response status (#5691)
  • 6a6b81e chore(deps): bump go.mongodb.org/mongo-driver/v2 from 2.7.0 to 2.8.0 (#5688)
  • 35a7ca9 chore(deps): bump github.com/pelletier/go-toml/v2 from 2.4.2 to 2.4.3 (#5678)
  • f910257 fix(goctl): include nested client aliases (#5627)
  • d318de1 fix(mapping): correct unmarshaling of pointer-to-slice fields (#5662)
  • 9951548 chore(redis): minor refactor (#5666)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [github.com/zeromicro/go-zero](https://github.com/zeromicro/go-zero) from 1.10.1 to 1.10.3.
- [Release notes](https://github.com/zeromicro/go-zero/releases)
- [Commits](zeromicro/go-zero@v1.10.1...v1.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
jzero Ready Ready Preview Aug 4, 2026 10:04am

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants