Releases: nacos-group/nacos-sdk-csharp
Releases · nacos-group/nacos-sdk-csharp
v1.3.10(Nov 3rd, 2024)
What's Changed
- Upgrade System.Text.Json version to 8.0.5 by @Memoyu in #332
- preferredNetworks supports multiple prefixes and regular expressions by @li-zheng-hao in #331
New Contributors
- @li-zheng-hao made their first contribution in #331
Full Changelog: v1.3.9...v1.3.10
v1.3.9(Sep 25th, 2024)
What's Changed
- TFM RM net5 and ADD net8 by @catcherwong in #313
- replace Grpc.Core with Grpc.Net.Client by @catcherwong in #314
- replace ntjson with stjson by @catcherwong in #315
- rm netcoreapp31 and some changes by @catcherwong in #316
- Microsoft.Extensions.ServiceDiscovery support by @ZUOXIANGE in #317
- align java sdk for naming redo by @catcherwong in #321
New Contributors
- @ZUOXIANGE made their first contribution in #317
Full Changelog: v1.3.8...v1.3.9
v1.3.8 (Aug 20th, 2024)
What's Changed
- upgrade deps packages by @Memoyu in #304
- fix thread blocking under multiple listeners to re-listen by @Memoyu in #308
Full Changelog: v1.3.7...v1.3.8
v1.3.7 (Jul 11th, 2024)
v1.3.6 (Jun 27th, 2024)
What's Changed
Full Changelog: v1.3.5...v1.3.6
v1.3.5 (Apr 11th, 2023)
What's Changed
- Config support custom endpoint port by @inversionhourglass in #230
- 修复http模式下,生成签名问题 by @lycoris-xmin in #244
- 修复使用ak,sk 连接nacos时,403验签失败问题 by @lycoris-xmin in #245
New Contributors
- @inversionhourglass made their first contribution in #230
- @lycoris-xmin made their first contribution in #244
Full Changelog: v1.3.4...v1.3.5
v1.3.4 (Aug 10th, 2022)
v1.3.3 (May 30th, 2022)
- [NAMING] Fix IsSubscribed exception when NamingUseRpc is false (#194 #196)
- [CONFIG] Fix ReceiveConfigInfo dict get item error in startup (#200 #201)
- [CONFIG] Improve Microsoft.Extensions.Configuration Integration (#203 #204)
- [CONFIG] Config cache path from JM.SNAPSHOT.PATH env at first (#205 #206)
- [CORE] Add package readme file (#207)
- [CI] Update version of Nacos Server
NOTE: For nacos-sdk-csharp.Extensions.Configuration, do not use tenant anymore, using namespace for it !!!
- [NAMING] 修复 NamingUseRpc 设置成 false 是 IsSubscribed 抛异常的问题 (#194 #196)
- [CONFIG] 修复启动时 ReceiveConfigInfo 字典操作异常问题 (#200 #201)
- [CONFIG] 优化 Microsoft.Extensions.Configuration 的集成 (#203 #204)
- [CONFIG] 优化配置缓存的路径读取方式 (#205 #206)
- [CORE] 添加nuget包说明文件 (#207)
- [CI] 更新 Nacos Server 版本
注意: 在 nacos-sdk-csharp.Extensions.Configuration 中,请不要再使用 tenant,请使用 namespace 代替!!!
v1.3.2 (Mar 15th, 2022)
v1.3.1 (Jan 20th, 2022)
- [NAMING] Fix ServiceListRequest pageSize error
- [NAMING] Fix service push when new data lastRefTime lessthan old data lastRefTime
- [NAMING] Fix judgement for is subscribe services.
- [CONFIG] Fix thread safe issue of yaml and ini parser.
- [NAMING] 修复分页请求 pageSize 参数传递问题
- [NAMING] 修复服务推送时,lastRefTime 新数据比老数据的小的情况
- [NAMING] 修复是否订阅服务的判断
- [CONFIG] 修复 yaml 和 ini 解析器的线程安全问题