Releases: nacos-group/nacos-sdk-csharp
Releases · nacos-group/nacos-sdk-csharp
v1.3.0 (Dec 9th, 2021)
v1.2.2 (Nov 7th, 2021)
v1.2.1 (Oct 7th, 2021)
v1.2.0 (Sept 5th, 2021)
- [NAMING] Fixed not pass section for AddNacosV2Naming (#131)
- [AUTH] Fixed request login interface too frequently (#137)
- [CORE] improve: make rpcstatus error message readable
- [DOCS] improve: host documentation website on readthedocs
- [NAMING] 修复 AddNacosV2Naming 没有传递 section 的 bug (#131)
- [AUTH] 修复请求登录接口过于频繁的 bug (#137)
- [CORE] 优化 rpc 状态错误的提示语
- [DOCS] 托管文档网站到 readthedocs
v1.1.1 (Aug 9th, 2021)
- [NAMING] Fixed v2 ServerHttpAgent (#117 )
- [NAMING] Add redo feature for naming client (#122 )
- [NAMING] Add failover of naming (#123 )
- [NAMING] Improve weight round robin of v1 naming aspnetcore (#121 #124 )
- [NAMING] Improve create NamingGrpcClientProxy and PushReveiver (#127 )
- [CONFIG] Fixed key has already been added of msconfig (#119 #120 )
v1.1.0 (Jun 14th, 2021)
- [NAMING] Fixed naming update task error
- [NAMING] Support naming push empty protection
- [NAMING] Support read UDP port from the environment variable
- [NAMING] Fixed services.AddNacosAspNet with action mode error
- [NAMING] Add/Remove cache before call server
- [NAMING] Support fetching server list from an endpoint with namespace
- [CONFIG] Fixed publish will trigger call back twice
- [CONFIG] Support CAS md5
- [CONFIG] Support config filter
- [CONFIG] Support .NET Framework 4.7.1
- Fixed and enhanced some known issues
- [NAMING] 修复服务更新任务异常
- [NAMING] 支持服务为空的推送保护
- [NAMING] 支持从环境变量读取UDP的端口
- [NAMING] 修复services.AddNacosAspNet用action方式的异常
- [NAMING] 在调用服务端之前先添加/移除缓存
- [NAMING] 支持根据namespace从endpoint获取服务列表
- [CONFIG] 修复发布配置触发两次回调问题
- [CONFIG] 支持 CAS md5
- [CONFIG] 支持 config filter
- [CONFIG] 支持 .NET Framework 4.7.1
- 修复和加强部分已知问题
v1.0.3 (Apr 18th, 2021)
- Fix http with ACM
- Update proto file
- Support logging for
Nacos.Microsoft.Extensions.Configuration
- Try to adapt SAE
- Publish config support type
- Fix some known issues.
- 修复 HTTP 协议访问 ACM 问题
- 更新 proto 文件
Nacos.Microsoft.Extensions.Configuration
支持日志- 尝试适配 SAE
- 发布配置支持类型
- 修复部分已知问题
v1.0.2 (Mar 21th, 2021)
- Fixed Grpc request bi stream,payload parse error
- 修复Grpc双向流部分payload不能解析问题
v1.0.1 (Mar 20th, 2021)
- Adapt to nacos 2.0.
- FIxed some known bugs.
- Add log for SecurityProxy.
- 适配 nacos 2.0
- 修复部分已知bug
- SecurityProxy 添加日志
v1.0.0 Alpha.1 (Feb 21, 2021)
- Adapt to nacos 2.0
- FIxed some known bugs.