Releases: nacos-group/nacos-spring-project
Releases · nacos-group/nacos-spring-project
2.1.1(August 2th,2024)
2.1.1-RC(June 18th,2024)
1.1.2(December 5th,2023)
2.1.0-RC(December 3th,2023)
⭐️ Features / Enhancements
- Support spring 6.x #322
🐞 Bug Fixes
- Fix the RCE caused by the vulnerability in YAML deserialization #328
- Fix default field setting error in nacos.xsd #303
- Solving bugs in JSON parsing #280
🔨 Dependency Upgrades
- com.alibaba.nacos:nacos-client:2.2.1
❤️ Contributors
Thanks to the contributors who worked on this release!
1.1.0
⭐️ Features / Enhancements
- [Features] @NacosValue support SpelExpression #237
- [Features] NacosUtils.readFromEnvironment support SpelExpression based on Environment #251
- [Enhancements] Modification configuration read logic #248
🐞 Bug Fixes
- fix weblogic classloader leak #244
- fix delegate to the wrong method #250
- When nacos-spring-context parses data, it's using ISO_8859_1 encoding format leads to Chinese garbled #253
🔨 Dependency Upgrades
- com.alibaba.nacos:nacos-client:1.4.1
❤️ Contributors
Thanks to the contributors who worked on this release!
1.0.0
⭐️ Features / Enhancements
- [Enhancement] Refactoring NacosValueAnnotationBeanPostProcessor based on the latest spring-context-support #227
- [Enhancement] Supporting the lifcycle on Nacos ConfigSerivice and NamingService when @NacosInjected is used #228
🐞 Bug Fixes
@NacosConfigListener
problem #145- The issue about removing duplicated Bean on spring-context-support 1.0.5 #210
🔨 Dependency Upgrades
- com.alibaba.nacos:nacos-client:1.3.2
- com.alibaba.spring:spring-context-support:1.0.11
❤️ Contributors
Thanks to the contributors who worked on this release!
0.3.6 (March 5, 2020)
0.3.4 (Sep 17, 2019)
0.3.0 (July 12, 2019)
- [#119] support new nacos-client about config setting
- [#109] 使用Nacos config时,无法解析对象的List属性
- [#117 ] support new nacos-client about config setting
- [#106 ] NacosConfigurationProperties does not support prefix
- [#91 ]@NacosConfigurationProperties,无法支持Map类型的配置转换
- [#89 ] springmvc 4.1.7 启动报错
- [#85 ] Spring boot 项目启动时 偶发NPE 概率很高 平均概率 50%
- [#77 ] Support reading configuration in json format, not only properties
- [#33 ] Support yaml configuration format and custom configuration format
0.2.3-RC1 (Feb 19, 2019)
- [#80] Support Spring 5+