Nightly
- 7278252: [grid] Dynamic Grid standalone support passing basic auth credential (#17072) (Viet Nguyen Duc) #17072
- c584c4a: [dotnet] Stream Selenium Manager output to internal logging (#17024) (Nikolay Borisenko) #17024
- 17f87e6: [dotnet] Warn if SM log level is unknown (#17073) (Nikolay Borisenko) #17073
- 4ba0f31: [dotnet] Correlate low level http requests/responses and log failures (#17074) (Nikolay Borisenko) #17074
- 1730bb2: [dotnet] Temporary disable CS1591 warning for BiDi namespace (#17075) (Nikolay Borisenko) #17075
- 5bf0c7d: [dotnet] Fix generated devtools inline docs (amp;) (#17076) (Nikolay Borisenko) #17076
7.20.0-rc.1005
- build(deps): bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5290
- build(deps-dev): bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0 in the maven-plugins group by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5289
Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.1004...7.20.0-rc.1005
2.1.1.0-2021.0.9 (stable version)
- Spring Cloud Tencent: 2.1.1.0-2021.0.9
- Spring Cloud: 2021.0.9
- Spring Boot: 2.7.18
- Spring Framework: 5.3.39
https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.3-2021.0.9...2.1.1.0-2021.0.9
-
Config
- refactor:optimize config locate. #1742
-
Context
- refactor:optimize auto configuration. #1740
-
Discovery
- feat: add new key for java agent nacos discovery. #1768
-
Metadata
- feat:support async metadata transfer. #1744
- feat: support TagUtils, ContextToHeaderInterceptor in TSF(2021). #1753
- refactor:optimize metadata context operation. #1773
-
Plugins
- feat: support kafka lane. #1765
- fix: ApplicationContextAwareUtils may not be ready in postProcessAfterInitialization. #1779
- fix: kafka lane support dynamic lane tag. #1784
- feat: server span support preferIpv6 in tsf. #1790
-
Router
- refactor: optimize performance. #1782
- feat: support traffic warmup lane router #1785
- fix: fix lane router property name. #1789
- fix:Replace with String inside @ConditionalOnClass to fix #1749. #1755
- fix: send unit header in tsf gw. #1759
- fix: beautify ServicesEagerLoadSmartLifecycle logging. #1774
- fix: fix parsing ConfigurationProperties value with RefreshScope #1781
- fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled. #1783
- fix:fix cb rule no update bug. #1786
- fix: fix NPE when application context is null #1787
- feat: upgrade springdoc to 1.8.0 #1737
- deps:upgrade GitHub Actions to v5. #1757
Thanks to the contributors who participated in this release!
@fuyuwei01 @SkyeBeFreeman @shedfreewu @KIRA-Zee
This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.
v1.3.3
Reactor Netty 1.3.3 is part of 2025.0.3 Release Train.
- Depend on
Reactor Corev3.8.3by @violetagg in 0e5b3519c7c3ff9374985b3f1f1f179b4b98b42c, see release notes - Depend on
Nettyv4.2.10.Finalby @violetagg in #4091 - Improve
Http2Poolconnection reuse for concurrent acquires by @zimatars in #4051 - Refactor
Http2Poolmax concurrent streams calculation by @violetagg in #4061 - Remove deprecated
EventLoopGroupchecks fromsupportGroup()by @violetagg in #4084 - Optimise
HttpServerRequest#timestampby usingInstantinternally with lazyZonedDateTimeconversion by @violetagg in #4090
- Fix race condition in pending acquire timer management by @violetagg in #4073
- Fix incorrect channel factory selection for custom
EventLoopGroupsby @j-bahr in #4074
- Add
Http2AllocationStrategydocumentation and improve javadoc by @violetagg in #4093
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.2...v1.3.3