Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.alibaba.nacos:nacos-client from 2.4.1 to 2.5.0 #5172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps com.alibaba.nacos:nacos-client from 2.4.1 to 2.5.0.

Release notes

Sourced from com.alibaba.nacos:nacos-client's releases.

2.5.0 (Jan 21th, 2025)

This version mainly introduces the configuration gray history record feature and refactors and optimizes the configuration gray management to enable users to manage configuration releases and gray configurations more efficiently. It is important to note that this update may lead to certain changes in the database table structure used by Nacos, and the first startup after the upgrade may take some time for automatic data migration (this situation only applies to clusters that have used the beta gray feature in older versions).

In addition to the above features, this version also includes significant optimizations and bug fixes for several other functions, including but not limited to the following:

  • Unified client addressing logic and provision of custom extension interfaces.
  • The client will automatically refresh the token when encountering a no-permission status during requests, without waiting for the token to expire.

Please see the details of the changes below:

Change details

Feature

#12217 Support beta config history. #12257 client auth plugin support refreshing server list. #12719 nacos client support refresh access token when request with 403.

Enhancement&Refactor

#11659 Refactor config query to chain of responsibility. #12189 Unified Nacos Client address module code. #12342 Improve the retrieval of ConfigInfoState to facilitate the extension and implementation of databases like Oracle. #12644 Enhance to return cached instances when getAllInstance with subscribe exception. #12748 Support custom client configuration timeout. #12756 Enhance Disk operation for DiskUtils. #12757 Refactor update password api auth check and add unit test. #12773 Enhance hint message when adding duplicate permissions or binding relationship. #12371 Refactor beta and gray config model. #12851 Cluster grpc request add server identity info. #12872 Refactor ConfigCache and related pathways, uniformly use UTF-8 encoding for md5 fields. #12911 Use lambda to replace some for loop and add unit tests. #12928 Replace document url in console ui and README. #12950 Enhance nacos client destruction log and give better messages. #12982 Enhance to support resolving JAVA_HOME from symbolic links when which java is used. #13023 Optimize the logic for Config query API.

BugFix

#11153 Fix Hints error when access console index and redirect to login page. #11930 Fix leak namespace description for default namespace problem. #12769 Fix clean config history error for derby datasource. #12871 Fix duplicate defined items in console ui. #12875 Fix config search failed when using type for MySQL datasource. #12940 Fix return empty when ip or port is null for API /service/subscriber/list. #12960 Fix config rollback page error when use advanced options. #12970 Fix NamingMetadataManager.removeInstanceMetadata() error. #13003 Fix don't use derby default staring with standalone mode.

Dependency

#12686 Bump Spring Security version to 5.8.15. #12735#12965#13035 Bump console ui dependencies by npm audit. #12777 Bump maven-enforcer-plugin to 3.5.0.

... (truncated)

Commits
  • 90d3469 fix config query notify delay (#13050)
  • 2d78d1c Upgrade 2.5.0 and bump console-ui dependencies by npm audix. (#13035)
  • 6da6cc9 Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.96 to 9.0.98 (#13025)
  • 8c0682b [ISSUE#13021] fix comment typo on ServiceInfo(key) constructor (#13022)
  • 8a136c2 [ISSUE #13023]Add Unit Test for ConfigQueryHandlerChainn and optimize the log...
  • 3796395 Return all subscriber when ip or port is null. (#13008)
  • 595bdc9 update destruction log and give better messages (#12950)
  • 14becb8 optimize: support resolving JAVA_HOME from symbolic links when which java i...
  • f0e6425 [ISSUE #13003] 修复单机默认配置启动时,未使用derby数据库问题 (#13004)
  • 762303b [ISSUE #12970] Fix NamingMetadataManager.removeInstanceMetadata() error (#12971)
  • 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 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)

Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/alibaba/nacos/releases)
- [Changelog](https://github.com/alibaba/nacos/blob/develop/CHANGELOG.md)
- [Commits](alibaba/nacos@2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: com.alibaba.nacos:nacos-client
  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 java Pull requests that update Java code labels Feb 1, 2025
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants