Releases: nacos-group/nacos-sdk-go
Releases · nacos-group/nacos-sdk-go
v1.1.5
What's Changed
- fix: update ConfigItem.Id type to be compatible with Nacos v1.2 server by @dspo in #569
- fix: md5 not empty when content is empty by @EndlessSeeker in #779
New Contributors
- @dspo made their first contribution in #569
- @EndlessSeeker fix: md5 not empty when content is empty in #779
Full Changelog: v1.1.4...v1.1.5
v2.2.7
What's Changed
- Fix InitLogger just no work by @dingyang666 in #759
- fix #736, [掉线重连可能导致服务丢失](https://github.com/nacos-group/nacos-sdk-go/… by @ijustyce in #737
- update getFailOverConfig log level by @binbin0325 in #768
New Contributors
- @dingyang666 made their first contribution in #759
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- [FIX #716] fix the monitor in naming_grpc_proxy. by @brotherlu-xcq in #717
- fix too many logger fault by @Kuri-su in #722
- nacos-go-sdk support grpc tls by @shiyiyue1102 in #746
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #748
- 🐞 fix:Adjust lock order to address concurrency issue by @XiaoK29 in #740
- fix panic when server push request has request headers. by @brotherlu-xcq in #739
- Fix unit test failed of logger package. by @wangjian-pg in #734
- support app connection labels by @shiyiyue1102 in #754
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #732
- fix: auth login failed in address mode. (#728) by @xiaomiusa87 in #730
- grpc add log by @binbin0325 in #757
- refine redo subscribe by @binbin0325 in #758
New Contributors
- @Kuri-su made their first contribution in #722
- @XiaoK29 made their first contribution in #740
- @wangjian-pg made their first contribution in #734
- @xiaomiusa87 made their first contribution in #730
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- [bug fix] fix up encryption logger level to debug mod by @robynron in #688
- Add Request-Module header when requesting endpoint by @AlbumenJ in #685
- [bug fix] fix up encryption logger: replace logging when init() with createConfigClient by @robynron in #690
- fix: repair for updateCacheWhenEmpty not working by @lixiangwuxian in #696
- [bug fix] fixup config listen cache empty by @robynron in #697
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #701
- [version compatibility] fix up when response.ResultCode is 200 but response.Success is false by @robynron in #699
- [reconstruction] change configFilterChain from public sigleton to private owned by ConfigClient by @robynron in #700
New Contributors
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- log it when response is fail and no error by @sodaRyCN in #652
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #666
- refactor: move from ioutil to io packages by @AkatsukeW in #661
- Develop endpoint by @shiyiyue1102 in #673
- feat: export ServerHealthy in INamingClient by @lixiangwuxian in #677
- [feature] support aes-128 & aes-256 encryption by @robynron in #668
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #672
- bugfix: kms3.0's config of ca is not necessary by @robynron in #680
- [fix]: add some log for naming selectInstances by @robynron in #681
- Update go client version to 2.2.4 by @KomachiSion in #682
New Contributors
- @sodaRyCN made their first contribution in #652
- @AkatsukeW made their first contribution in #661
- @shiyiyue1102 made their first contribution in #673
- @lixiangwuxian made their first contribution in #677
- @robynron made their first contribution in #668
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- master sync java enhancement by @KomachiSion in #617
- configParam add SrcUser by @ijustyce in #624
- upgrade grpc version v1.53.0 by @binbin0325 in #635
- bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #636
- del init print log path by @binbin0325 in #637
- refine config_client listen config by @binbin0325 in #644
- fix server change event by @binbin0325 in #643
- config client cache data race by @binbin0325 in #645
New Contributors
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- fix read config cache by @binbin0325 in #600
- Fix auth problem by @realJackSun in #614
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- update get cache config log print by @binbin0325 in #594
- fixed memory usage problem caused by maxInt chan by @binbin0325 in #596
- 调整 [INFO] logDir cacheDir 日志输出 by @Cotch22 in #590
- 修复初始化并发读写的情况 by @tonglin96 in #591
- grpc default port init by @binbin0325 in #598
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0-[not recommended]
What's Changed
- config center support for disable local cache by @wangdongyun in #565
- support batch register by @binbin0325 in #573
- refine grpc_client by @binbin0325 in #574
- Fix MaxInt64 overflows on ARM 32-bits by @bavelee in #575
- fix panic for rpc errorResponse by @binbin0325 in #577
- fix QueryInstancesOfService clusters by @binbin0325 in #578
- update ConnectionEvent capacity by @binbin0325 in #588
- update version 2.2.0 by @binbin0325 in #589
New Contributors
- @wangdongyun made their first contribution in #565
- @bavelee made their first contribution in #575
Full Changelog: v2.1.3...v2.2.0
v2.1.3
What's Changed
- Fix naming http client authentication. by @pixystone in #538
- Update README_CN.md by @DangoFish in #541
- fix error in example code by @haifeiWu in #546
- fix config listener cpu usage by @binbin0325 in #551
- refine by @binbin0325 in #552
- Fix listener receiving encrypted content when kms is open. by @a3d21 in #549
- update README go format by @haifeiWu in #553
- Master namespace id dafult by @binbin0325 in #558
New Contributors
- @pixystone made their first contribution in #538
- @DangoFish made their first contribution in #541
- @haifeiWu made their first contribution in #546
- @a3d21 made their first contribution in #549
Full Changelog: v2.1.2...v2.1.3