This release only include client part, the server part is same as 2.2.3
, please directly use 2.2.3
version server.
In this release, nacos client fix leak of memory and OOM problem in some extremely rare usage and situation:
- Frequently create new
ConfigService
and shutdown old one in Application [#10555]. - Frequently create new
NamingService
and shutdown old one in Application [#10606]. - Frequently publish new config by
ConfigService
in Application [#10471].
If no these extremely rare situation, the old version still no risk.
And for other situation, If use the addressServer
to find out the nacos server addresses. One Enhancement to loadbalance the grpc connection in this release: #10598 to random the first choice server address of nacos.