Skip to content

v1.1.0 (Jun 14th, 2021)

Compare
Choose a tag to compare
@catcherwong catcherwong released this 14 Jun 03:20
· 164 commits to master since this release
f21c576
  1. [NAMING] Fixed naming update task error
  2. [NAMING] Support naming push empty protection
  3. [NAMING] Support read UDP port from the environment variable
  4. [NAMING] Fixed services.AddNacosAspNet with action mode error
  5. [NAMING] Add/Remove cache before call server
  6. [NAMING] Support fetching server list from an endpoint with namespace
  7. [CONFIG] Fixed publish will trigger call back twice
  8. [CONFIG] Support CAS md5
  9. [CONFIG] Support config filter
  10. [CONFIG] Support .NET Framework 4.7.1
  11. Fixed and enhanced some known issues

  1. [NAMING] 修复服务更新任务异常
  2. [NAMING] 支持服务为空的推送保护
  3. [NAMING] 支持从环境变量读取UDP的端口
  4. [NAMING] 修复services.AddNacosAspNet用action方式的异常
  5. [NAMING] 在调用服务端之前先添加/移除缓存
  6. [NAMING] 支持根据namespace从endpoint获取服务列表
  7. [CONFIG] 修复发布配置触发两次回调问题
  8. [CONFIG] 支持 CAS md5
  9. [CONFIG] 支持 config filter
  10. [CONFIG] 支持 .NET Framework 4.7.1
  11. 修复和加强部分已知问题