Skip to content

v1.3.3 (May 30th, 2022)

Compare
Choose a tag to compare
@catcherwong catcherwong released this 30 May 15:11
· 22 commits to master since this release
1e995cd
  1. [NAMING] Fix IsSubscribed exception when NamingUseRpc is false (#194 #196)
  2. [CONFIG] Fix ReceiveConfigInfo dict get item error in startup (#200 #201)
  3. [CONFIG] Improve Microsoft.Extensions.Configuration Integration (#203 #204)
  4. [CONFIG] Config cache path from JM.SNAPSHOT.PATH env at first (#205 #206)
  5. [CORE] Add package readme file (#207)
  6. [CI] Update version of Nacos Server

NOTE: For nacos-sdk-csharp.Extensions.Configuration, do not use tenant anymore, using namespace for it !!!


  1. [NAMING] 修复 NamingUseRpc 设置成 false 是 IsSubscribed 抛异常的问题 (#194 #196)
  2. [CONFIG] 修复启动时 ReceiveConfigInfo 字典操作异常问题 (#200 #201)
  3. [CONFIG] 优化 Microsoft.Extensions.Configuration 的集成 (#203 #204)
  4. [CONFIG] 优化配置缓存的路径读取方式 (#205 #206)
  5. [CORE] 添加nuget包说明文件 (#207)
  6. [CI] 更新 Nacos Server 版本

注意: 在 nacos-sdk-csharp.Extensions.Configuration 中,请不要再使用 tenant,请使用 namespace 代替!!!