Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps github.com/nacos-group/nacos-sdk-go from 1.0.9 to 1.1.6.

Release notes

Sourced from github.com/nacos-group/nacos-sdk-go's releases.

v1.1.6

This version is not change whole sdk logic, Only change the client version label to 1.1.6.

More change log please see v1.1.5.

What's Changed

Full Changelog: nacos-group/nacos-sdk-go@v1.1.5...v1.1.6

v1.1.5

What's Changed

New Contributors

Full Changelog: nacos-group/nacos-sdk-go@v1.1.4...v1.1.5

v1.1.4

What's Changed

Full Changelog: nacos-group/nacos-sdk-go@v1.1.3...v1.1.4

v1.1.3

Enhancement/Feature

support naming ak

v1.1.2

Bugfixes

[optimize the way of compare service hosts](nacos-group/nacos-sdk-go#419)

[fix InitLogger data race](nacos-group/nacos-sdk-go#438)

[fix ConfigClient data race](nacos-group/nacos-sdk-go#483)

Enhancement

[supports custom Logger](nacos-group/nacos-sdk-go#405)

[optimize PushReceiver. startServer](nacos-group/nacos-sdk-go#484)

[add switch for log stdout](nacos-group/nacos-sdk-go#489)

... (truncated)

Commits

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 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)

Greptile Summary

This PR upgrades the Nacos service discovery SDK from version 1.0.9 to 1.1.6 in the zero-examples repository. The update brings several important improvements and bug fixes that enhance the stability and compatibility of the Nacos integration.

The primary change updates github.com/nacos-group/nacos-sdk-go to v1.1.6, which includes:

  • Nacos v1.2 server compatibility: Updates ConfigItem.Id type to work with newer Nacos servers
  • MD5 handling improvements: Fixes issues where MD5 was not empty when content was empty
  • Data race fixes: Resolves concurrency issues in InitLogger and ConfigClient
  • Authentication support: Adds support for naming authentication keys (AK)
  • Service discovery enhancements: Fixes for GetAllServiceInfo and subscription handling

Additionally, the update includes changes to transitive dependencies, most notably upgrading github.com/buger/jsonparser from a development version to stable v1.1.1, and replacing log rotation dependencies with gopkg.in/natefinch/lumberjack.v2.

This upgrade is particularly relevant for the zero-examples repository since it contains Nacos-based service discovery examples in the discovery/nacos directory. The improvements will make these examples more reliable and compatible with modern Nacos deployments.

Confidence score: 5/5

  • This PR is safe to merge with minimal risk
  • Score reflects stable dependency upgrade with well-documented bug fixes and compatibility improvements
  • No files require special attention as this is a standard dependency update

Bumps [github.com/nacos-group/nacos-sdk-go](https://github.com/nacos-group/nacos-sdk-go) from 1.0.9 to 1.1.6.
- [Release notes](https://github.com/nacos-group/nacos-sdk-go/releases)
- [Commits](nacos-group/nacos-sdk-go@v1.0.9...v1.1.6)

---
updated-dependencies:
- dependency-name: github.com/nacos-group/nacos-sdk-go
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 13, 2025
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

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