Releases: nacos-group/nacos-sdk-go
Releases · nacos-group/nacos-sdk-go
v1.1.0
Hi all, Nacos Go SDK 1.1.0 版本正式发布,带来一些特性改进和 bug 修复,欢迎大家升级使用, 同时非常感谢参与贡献的社区同学们。
Bugfixes
fix:SendBeat concurrent map read and map write
GetAllServicesInfo add pageNo&pageSize default value
Use or to check refresh server list
Enhancement
v2.0.0-Beta.1
v1.0.9
v2.0.0-Alpha.1
This version mainly uses gRPC to replace HTTP as the communication between client and server
Feature/Enhancement/Refactor
- Naming module and config module were optimized and reconstructed
- Rpc module was added to provide GRPC function
- Optimize unit tests
- Update Example
ToDo List
- GRPC requests to build the accessKey/secretKey
- SDK metrics monitor
- Configure saving snapshot
Detail see:https://github.com/nacos-group/nacos-sdk-go/milestone/2
v2.0.0-Alpha
This version mainly uses gRPC to replace HTTP as the communication between client and server
Feature/Enhancement/Refactor
- Naming module and config module were optimized and reconstructed
- Rpc module was added to provide GRPC function
- Optimize unit tests
- Update Example
ToDo List
- GRPC requests to build the accessKey/secretKey
- SDK metrics monitor
- Configure saving snapshot
Detail see:https://github.com/nacos-group/nacos-sdk-go/milestone/2
v1.0.8
Bugfixes
Fix:remove the return error when not find the config