v4.0.0-M2
- Add support for jSpecify annotations #1184
- Redesign command programming model #1206 #1158
- Add number input type #849
- Add mandatory flag to string input #844
- Introduce new command builder DSL #1211
- Improve command error message by including offending group name #291
- Spring Framework 7.0.1
- Spring Boot 4.0.0
- Update documentation with new annotations #1172
- Update getting started guide with new annotations #1171
- Add sample Shell application for Spring Petclinic
- Remove Spring Boot dependencies from
coremodule #200 - Remove JLine dependency from
coremodule - Remove compile time dependency to slf4j #1214
- Remove dependency to commons-io #1215
- Move core APIs under a dedicated named package
- Move core commands from spring-shell-standard to the core module #1212
- Add spring code formatting plugin to the build #1185
Many thanks to all contributors who worked on this release! @piotrooo @PabloMartinez01 @jphughes88 @nhomble @Nico-DF
Full Changelog: https://github.com/spring-projects/spring-shell/compare/v4.0.0-M1...v4.0.0-M2
v1.3.1
Reactor Netty 1.3.1 is part of 2025.0.1 Release Train.
- Depend on
Reactor Corev3.8.1by @violetagg in 2c05ba7fcc6165daf4c713709a71deb38f9ce842, see release notes - Support
HTTP AuthenticationinHttpClientby @raccoonback in #3813 and by @violetagg in 4c2071fab83b8f97ce169fd407557871bf2a8b62, #4025, #4028
HTTP/3: FixNullPointerExceptionwhen configuringHttpClient#responseTimeoutby @violetagg in #3999- Fix
Http3.isHttp3Available()to check for nativeQUIClibrary by @violetagg in #4013 - Enable lazy initialisation of proxy providers with configuration coming from system properties by @violetagg in #4015
- Update
HttpServer#compressOptionsjavadoc by @violetagg in #4004 - Improve documentation clarity for
HttpClient#followRedirectmethods by @violetagg in #4021
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.0...v1.3.1
v1.2.13
Reactor Netty 1.2.13 is part of 2024.0.13 Release Train.
- Depend on
Reactor Corev3.7.14by @violetagg in bc2fb49029bff5c5b4d284414f81736972cf6b21, see release notes
HTTP/3: FixNullPointerExceptionwhen configuringHttpClient#responseTimeoutby @violetagg in #3999- Enable lazy initialisation of proxy providers with configuration coming from system properties by @violetagg in #4015
- Update
HttpServer#compressOptionsjavadoc by @violetagg in #4004
Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.2.12...v1.2.13
v3.11.0
- Java
Ip2Region服务类实现移动到org.lionsoul.ip2region.service包下。 - Java 的查询测试改用
Ip2Region查询服务来实现,默认使用data/ip2region_v4.xdb和data/ip2region_v6.xdb,可支持同时输入 IPv4 和 IPv6。 - Golang 增加
Ip2Region查询服务实现,并发安全支持且支持同时输入 IPv4 和 IPv6 的查询。 - Golang 的查询测试改用
Ip2Region查询服务来实现,默认使用data/ip2region_v4.xdb和data/ip2region_v6.xdb,可支持同时输入 IPv4 和 IPv6。
- Package all the classes into the service package. by @lionsoul2014 in https://github.com/lionsoul2014/ip2region/pull/404
- feat: add
Ip2Regionconcurrency safe search service by @lionsoul2014 in https://github.com/lionsoul2014/ip2region/pull/405 - Java search test driven by ip2region service by @lionsoul2014 in https://github.com/lionsoul2014/ip2region/pull/406
- Golang search test with ip2region service by @lionsoul2014 in https://github.com/lionsoul2014/ip2region/pull/407
Full Changelog: https://github.com/lionsoul2014/ip2region/compare/v3.10.0...v3.11.0