Nacos Spring Boot Project Versions Save

Nacos ECO Project for Spring Boot

0.3.0-RC

5 months ago

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

  • @SuperZ1999
  • @hujun-w-2
  • @realJackSun
  • @chenhao26-nineteen
  • @HPxianliru
  • @slatonwu
  • @totalo

0.2.12

1 year ago

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

1 year ago

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

1 year ago

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.1.10

2 years ago

#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.10

2 years ago

#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

2 years ago

#205 Fix the thread-safety problem in NacosConfigurationPropertiesBinder

0.2.9

2 years ago

Upgrade the Nacos-client dependency version to 2.0.2

0.1.8

2 years ago

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

0.2.8

2 years ago

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