Releases: nacos-group/nacos-spring-boot-project
0.3.0-RC(December 7th,2023)
⭐️ Features / Enhancements
- Support springboot3 and native-image (#306)
- Add the configuration of
nacos.config.bootstrap.snapshot-enable
enable to disable and enable whether to save snapshots (#295) - Support modifying context path (#290)
🐞 Bug Fixes
- Solve startup project logger error,not set
nacos.config.data-ids
value (#174) - Fixed yaml configuration not working (#293)
🔨 Dependency Upgrades
- com.alibaba.nacos:nacos-client:2.2.1
❤️ Contributors
Thanks to the contributors who worked on this release!
0.2.12(July 21, 2022)
0.2.11(June 24, 2022)
This version mainly upgrades the supported version of springboot to 2.6.3, support managed log framework, and upgrades the version of Nacos client to 2.1.0.
The detail change log following:
Features
[#234] [#194] upgrade springboot version to 2.6.3.
[#228]support managed log framework.
BugFix
[#215]fix the bug of map attribute deletion .
[#232]fix nacos property arg bug.
[#229]add config type default value.
Dependency
[#234] [#194] upgrade springboot version to 2.6.3.
[#228]update nacos-client version to 2.1.0.
0.2.11-beta(May 25, 2022)
This version mainly upgrades the supported version of springboot to 2.6.3, support managed log framework, and upgrades the version of Nacos client to 2.1.0.
The detail change log following:
Features
[#234] [#194] upgrade springboot version to 2.6.3
[#228]support managed log framework
BugFix
[#215]fix the bug of map attribute deletion
[#232]fix nacos property arg bug
[#229]add config type default value
Dependency
[#234] [#194] upgrade springboot version to 2.6.3
[#228]update nacos-client version to 2.1.0
0.2.10 (July 19, 2021)
0.2.8-bugfix (July 19, 2021)
#205 Fix the thread-safety problem in NacosConfigurationPropertiesBinder
0.1.10 (July 19, 2021)
0.2.9 (July 12, 2021)
Upgrade the Nacos-client dependency version to 2.0.2
0.2.8 (June 24, 2021)
Change the dependency nacos-client to 1.4.2, upgrade the spring-nacos-context version to 1.1.0, upgrade the log4j version to 2.13.2, enhance the authentication and fix some bugs.
#196 Change the dependency nacos-client to 1.4.2
#191 upgrade spring-nacos-context version to 1.1.0
#100 When a key is deleted from the map attribute of the configuration center, the business system is not actually deleted
#183 Add a reset Nacos Log Config listener.
#178 Update NacosPropertiesBuilder.java
#173 fix default value
#137 chore(deps): bump log4j from 2.11.2 to 2.13.2 in /nacos-spring-boot-samples/nacos-config-sample
#116 Feature remote first
#113 support nacos auth sys
#111 solve the problem of displaying memory address while printing objects
#104 add username password parameters
#101 delete the default values of variable applicationName in class NacosDiscoveryAutoDeregister and NacosDiscoveryAutoRegister
0.1.8 (June 24, 2021)
Change the dependency nacos-client to 1.4.2, upgrade the spring-nacos-context version to 1.1.0, upgrade the log4j version to 2.13.2, and enhance the authentication and fix some bugs.
#196 Change the dependency nacos-client to 1.4.2
#190 upgrade spring-nacos-context version to 1.1.0
#100 When a key is deleted from the map attribute of the configuration center, the business system is not actually deleted
#117 Feature 1.x remote first
#114 support nacos auth sys
#103 add username password parameters