Releases: nacos-group/nacos-sdk-go
v1.1.4
v2.1.2
Bugfixes
v2.1.1
v1.1.3
Enhancement/Feature
v2.1.0
Bugfixes
[fix getServieList use namespaceId](#500)
[fix InitLogger data race](#438)
[fix ConfigClient data race](#483)
[check service is changed](#488)
[fix lastActiveTimestamp race](#449)
Enhancement/Feature
[update configitem.id type json.Number](#512)
[enhance grpc time out ](#511)
[replace service_info_holder concurrent map with sync.map](#501)
[add limiter for config client](#491)
[support ram auth for naming request ](#487)
[optimize PushReceiver. startServer](#482)
[write service to file marshal](#478)
[feature.Use local failover file content first when try to get config.](#464)
v1.1.2
Bugfixes
[optimize the way of compare service hosts](#419)
[fix InitLogger data race](#438)
[fix ConfigClient data race](#483)
Enhancement
[supports custom Logger](#405)
v2.0.2
v1.1.1
v2.0.1
Bugfixes
[fix grpc client listeners race](#399)
[fix config listen dead lock](#403)
[fix nacos reboot, app cant re register](#404)
Enhancement
v2.0.0-[not recommended]
Bugfixes
fix:ServiceInfoHolder ServiceInfoMap Initialize
fix:redoRegisterEachService function to get servicename and groupname
fix reconnect can't subscribe problem
when disconnect, sleep 1 second to avoid flush too many logs
fix a panic when requestProxy return nil response
fix subscribe don't show appname
Enhancement
add healthy for subscribe struct
remove the sets in connection event lister
client automatically re-registers
support dynamic refresh grpc connection