Skip to content

nacos-sdk v0.6.0

Choose a tag to compare

@CherishCai CherishCai released this 07 Feb 04:49
· 22 commits to main since this release

⚠️ 请注意,0.6.0 将配置与注册的客户端构建改成异步初始化,不在内部阻塞,毋必 build 后 await。
✅ 与 AI-Coding 重构很多品味不佳的代码,非常感谢 Claude + Kimi-K2.5 🌺

0.6.0

  • 变更:配置与注册的客户端构建异步初始化,不在内部阻塞,毋必 build 后 await
  • 重构:与 AI-Coding 重构很多品味不佳的代码,非常感谢 Claude + Kimi-K2.5
  • 特性:提供新特性 features of tracing-log,仅当您不自定义 tracing-subscriber 时才需要此项
  • 特性:完整实现数据落盘与加载(用于服务端宕机弱依赖),请设置 load_cache_at_start(true)

  • Change: make naming/config service initialization fully async, must build and await
  • Refactor: written a lot of tasteful code with AI Coding. Thanks very much to Claude + Kimi-K2.5
  • Feature: support features of tracing-log, only need this if you don't customize tracing-subscriber
  • Feature: implement naming/config data persistence and loading, set by load_cache_at_start(true)

What's Changed

  • log: add features of tracing-log by @CherishCai in #268
  • ai-coding: try to use Agent claude with model Kimi-K2 by @CherishCai in #270
  • ci: Update Docker image version for nacos-server:v2.5.2 by @CherishCai in #271
  • feat: implement configuration data persistence and loading by @CherishCai in #272
  • refactor: config cache, and get_config from cache if content exists and is complete by @CherishCai in #273
  • refactor: make service initialization fully async by @CherishCai in #274
  • refactor: Rust best practices improvements, remove unsafe code, enforce unsafe_code lint and fix clippy by @CherishCai in #275
  • bump: upgrade 0.6.0 by @CherishCai in #276

Full Changelog: v0.5.3...v0.6.0