Skip to content

chore(deps): bump com.alibaba.nacos:nacos-client from 3.2.0 to 3.2.1-2026.04.03#1207

Open
dependabot[bot] wants to merge 3 commits intodevfrom
dependabot/maven/dependa/com.alibaba.nacos-nacos-client-3.2.1-2026.04.03
Open

chore(deps): bump com.alibaba.nacos:nacos-client from 3.2.0 to 3.2.1-2026.04.03#1207
dependabot[bot] wants to merge 3 commits intodevfrom
dependabot/maven/dependa/com.alibaba.nacos-nacos-client-3.2.1-2026.04.03

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 5, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps com.alibaba.nacos:nacos-client from 3.2.0 to 3.2.1-2026.04.03.

Release notes

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

3.2.1-2026.04.03

Nacos 3.2.1-2026.04.03 is a snapshot release focused on critical bug fixes and feature enhancements for issues discovered in 3.2.0, particularly around AI module stability, database compatibility, and console UI improvements.

Key highlights include:

  • AI Registry Enhancements: Complete Prompt lifecycle management UI, AI resource trace logging, and enhanced list APIs with filters
  • Database Compatibility: PostgreSQL and Oracle schema fixes, deterministic pagination with ORDER BY clauses
  • Dependency Resolution: Upgraded MCP SDK to 0.17.0 to resolve json-schema-validator conflicts
  • Concurrency Fixes: Eliminated race conditions in AI publish pipeline, naming module, and client failover
  • Console UI: Fixed configuration editing errors, namespace ID validation, and batch import issues

Feature

  • #14807 Add Prompt lifecycle management UI for both legacy and next consoles
  • #14809 Enhance AI resource list APIs with filters and ordering support
  • #14794 Support force-publish skills for admin user

Enhancement/Refactor

  • #14743 Close CallableStatement in DerbySnapshotOperation to prevent JDBC resource leak
  • #14750 Fix check-then-act race condition in FailoverReactor.isFailoverSwitch
  • #14751 Fix check-then-act race conditions on ConcurrentHashMap in naming module
  • #14784 Validate input parameters in ops controller forms for better security
  • #14806 Improve cluster metrics aggregation completeness signal in v3 API
  • #14818 Improve cluster metrics aggregation completeness signal in v3 API
  • #14822 Extract duplicated logic from SkillOperationServiceImpl and AgentSpecOperationServiceImpl into AiResourceManager and VersionUtils
  • #14834 Upgrade UI dependencies for both legacy and next consoles

BugFix

  • #14046 Fix ConfigInfoMapperByMySql.findConfigInfoLike4PageFetchRows result accuracy on MySQL
  • #14741 Add ORDER BY to findConfigInfoLike4PageFetchRows for deterministic pagination
  • #14742 Add ORDER BY to findConfigInfoLike4PageFetchRows for deterministic pagination
  • #14746 Add ORDER BY to remaining MySQL pagination queries for deterministic results
  • #14747 Add ORDER BY to Oracle pagination queries for deterministic results
  • #14748 Add ORDER BY to Derby pagination queries for deterministic results
  • #14764 Fix namespace ID validation issue in new UI when adding custom namespace
  • #14765 Fix configuration file editing error in 3.2 console
  • #14768 Fix /v3/console/ai/mcp/importToolsFromMcp failure due to json-schema-validator dependency conflict
  • #14771 Fix batch import failure in legacy console UI
  • #14775 Add missing OIDC-related configurations to application.properties template
  • #14783 Remove downloadSkillZip from AiClientProxy interface and route skill download directly to HTTP client
  • #14786 Eliminate race condition in AI publish pipeline by pre-generating executionId
  • #14810 Fix PostgreSQL schema default timestamp issues causing startup failures
  • #14812 Set default timestamps to current time in Oracle and PostgreSQL schemas
  • #14828 Fix cross-type version contamination when querying ai_resource_version by name
  • #14832 Fix PostgreSQL compatibility issues for AI resource persistence and capacity modules

... (truncated)

Commits
  • a6ef263 chore(build): update project revision to 3.2.1-2026.04.03.
  • 3f9d890 chore(config): remove default property files and enable servlet encoding. (#1...
  • 3ad21fa fix(console-ui-next): fix login page loop and header when auth disabled (#14853)
  • e52214f [ISSUE #14833] Add AI resource trace logging and fix prompt bizTags handling ...
  • 53427d1 docs: update CONTRIBUTING.md with detailed contribution guidelines (#14850)
  • 94dcef9 feat(auth,ai) support auth ai resource subtype parse (#14847)
  • 9591f52 fix(naming): change ActionTypes.WRITE to ActionTypes.READ for getting (#14849)
  • 5e0ab60 fix: PostgreSQL compatibility fixes for AI resource and capacity modules (#14...
  • 3268700 [Feature] Add Prompt lifecycle management UI for both legacy and next console...
  • cb7c775 feat(ai,plugin): add pipeline support for Prompt resource type (#14840)
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 5, 2026

Assignees

The following users could not be added as assignees: dependabot[bot]. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: Dependa. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added 依赖:升级 依赖升级 自动化:提交 自动化提交 labels Apr 5, 2026
@dependabot dependabot Bot added 依赖:升级 依赖升级 自动化:提交 自动化提交 labels Apr 5, 2026
Base automatically changed from dependa to dev April 7, 2026 15:44
ACANX and others added 3 commits April 7, 2026 23:50
Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna)
from 5.16.0 to 5.18.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna's
changelog</a>.</em></p>
<blockquote>
<h1>Release 5.18.1</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>:
Fix <code>sortFields</code> race condition while getting fields - <a
href="https://github.com/bendk"><code>@​bendk</code></a>.</li>
</ul>
<h1>Release 5.18.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1671">#1671</a>:
Add <code>isRISCV</code> to <code>c.s.j.Platform</code> - <a
href="https://github.com/Glavo"><code>@​Glavo</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1672">#1672</a>:
Add <code>CFLocale</code>, <code>CFLocaleCopyCurrent</code>,
<code>CFCFDateFormatter</code>, <code>CFDateFormatterStyle</code>,
<code>CFDateFormatterCreate</code> and
<code>CFDateFormatterGetFormat</code> to
<code>c.s.j.p.mac.CoreFoundation</code> - <a
href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1669">#1669</a>:
Document requirement for running on JDK 24+ - <a
href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1681">#1681</a>:
Fix deadlock in Structure constructor introduced in 5.16.0 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1683">#1683</a>:
Fix native build error on Xcode 16.3 / Apple Clang 17 - <a
href="https://github.com/brettwooldridge"><code>@​brettwooldridge</code></a>.</li>
</ul>
<h1>Release 5.17.0</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/pull/1658">#1658</a>:
Add win32 power event constants, types, and functions - <a
href="https://github.com/eranl"><code>@​eranl</code></a>.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/java-native-access/jna/issues/1647">#1647</a>:
Fix calls to jnidispatch on Android with 16KB page size (part 2) - <a
href="https://github.com/BugsBeGone"><code>@​BugsBeGone</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540"><code>3c493c1</code></a>
Release 5.18.1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b"><code>e3838d5</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1680">#1680</a>
from java-native-access/dependabot/github_actions/gi...</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8"><code>5cac361</code></a>
Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8"><code>5511f28</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1687">#1687</a>
from bendk/push-yyprxvvrrttk</li>
<li><a
href="https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef"><code>c401bca</code></a>
Merge pull request <a
href="https://redirect.github.com/java-native-access/jna/issues/1690">#1690</a>
from jonalmeida/patch-1</li>
<li><a
href="https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb"><code>6e7e828</code></a>
Update recommended Android proguard rules</li>
<li><a
href="https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595"><code>b665e9e</code></a>
Avoid threading issues in sortFields (<a
href="https://redirect.github.com/java-native-access/jna/issues/1686">#1686</a>)</li>
<li><a
href="https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af"><code>0da700d</code></a>
Prepare next development iteration</li>
<li><a
href="https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039"><code>285632f</code></a>
Release 5.18.0</li>
<li><a
href="https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c"><code>77fe152</code></a>
Support/Prepare deployment to new maven central repository</li>
<li>Additional commits viewable in <a
href="https://github.com/java-native-access/jna/compare/5.16.0...5.18.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.java.dev.jna:jna&package-manager=maven&previous-version=5.16.0&new-version=5.18.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos) from 3.2.0 to 3.2.1-2026.04.03.
- [Release notes](https://github.com/alibaba/nacos/releases)
- [Changelog](https://github.com/alibaba/nacos/blob/develop/CHANGELOG.md)
- [Commits](alibaba/nacos@3.2.0...3.2.1-2026.04.03)

---
updated-dependencies:
- dependency-name: com.alibaba.nacos:nacos-client
  dependency-version: 3.2.1-2026.04.03
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the base branch from dev to dependa April 7, 2026 15:53
@dependabot dependabot Bot force-pushed the dependabot/maven/dependa/com.alibaba.nacos-nacos-client-3.2.1-2026.04.03 branch from 68f7eda to 4681864 Compare April 7, 2026 15:53
Base automatically changed from dependa to dev April 9, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

依赖:升级 依赖升级 自动化:提交 自动化提交

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant