Skip to content

Releases: nacos-group/nacos-spring-boot-project

0.3.0-RC(December 7th,2023)

07 Dec 01:37
5a97a9d
Compare
Choose a tag to compare
Pre-release

⭐️ 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)

21 Jul 04:23
8b2621b
Compare
Choose a tag to compare

This version mainly fix security problem of exposing ak ,sk in log print, and support yaml multi profiles.

Features

[#257 ] Fix security issue of exposing ak ,sk in log print.

Problem

[#226 ] yaml multi profiles support.

0.2.11(June 24, 2022)

24 Jun 06:39
a9d0ea1
Compare
Choose a tag to compare

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)

25 May 03:55
3e50f33
Compare
Choose a tag to compare
Pre-release

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)

19 Jul 11:57
1bdd5a2
Compare
Choose a tag to compare

#206 upgrade the nacos-spring dependency to 1.1.1, naco-client dependency version to 2.0.2
#205 Fix the thread-safety problem in NacosConfigurationPropertiesBinder

0.2.8-bugfix (July 19, 2021)

19 Jul 11:53
1bdd5a2
Compare
Choose a tag to compare

#205 Fix the thread-safety problem in NacosConfigurationPropertiesBinder

0.1.10 (July 19, 2021)

19 Jul 11:58
1bdd5a2
Compare
Choose a tag to compare

#207 upgrade the nacos-spring dependency to 1.1.1, naco-client dependency version to 2.0.2
#205 Fix the thread-safety problem in NacosConfigurationPropertiesBinder

0.2.9 (July 12, 2021)

12 Jul 07:11
1ffd948
Compare
Choose a tag to compare

Upgrade the Nacos-client dependency version to 2.0.2

0.2.8 (June 24, 2021)

23 Jun 16:47
1285740
Compare
Choose a tag to compare

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)

23 Jun 17:09
1285740
Compare
Choose a tag to compare

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