Micronaut Core 3.10.4
What's Changed
Bug Fixes π
- Fix connection leak with read timeout during acquisition by @yawkat in #9449
- Fix CORS when used with API versioning. by @wetted in #9512
- Fix out-of-order write in HttpStreamsHandler by @yawkat in #9416
Other Changes π‘
- build: remove webdriver-binaries-gradle-plugin by @sdelamo in #9490
- Use supermethod instead of ByteBuffer#clear for binary compatibility by @yawkat in #9666
- Issue 9905 websphere deploy war by @mattmoss in #9906
- Fix @QueryValue of LocalDateTime type for 3.10.x by @rlconst in #9970
- Make
DefaultClassPathResourceLoader
handle URLs with formatjar:file:/{JAR_PATH}!/{PREFIX}!/{RESOURCE}
gracefully by @guillermocalvo in #10092 - Broken allowed-origins-regex configuration. by @wetted in #9427
- Remove chatbots from 3.10.x micronaut-bom by @timyates in #10341
- Remove chatbots from 3.9.x micronaut-bom by @timyates in #10340
- Optimize cache usage in DefaultConversionService and fix race condition by @PakhomovAlexander in #10143
- ci: delete static analysis step by @sdelamo in #10631
Docs π
- Fix incorrect links in User Guide by @guillermocalvo in #9567
- don't publish to latest docs unless in the default branch by @sdelamo in #9673
Netty Upgrade
- Update netty to 4.1.108.Final by @yawkat in #10637
- Update netty to 4.1.107.Final by @yawkat in #10628
- Update to netty 4.1.94.Final by @yawkat in #9472
- Update to netty 4.1.94.Final by @dradosevic in #9632
- build: Netty to 4.1.93 by @sdelamo in #9401
- Update netty monorepo to v4.1.92.Final by @sdelamo in #9277
TCK β
- tck: LocalDateTime query value & form url encoded by @sdelamo in #10027
- test: Writable in Controller and Filter by @sdelamo in #9286
- TCK Test for JSON additional types codec by @sdelamo in #9272
- Remove test limitation for TCK by @timyates in #9317
- Add test for
@Body
not being required in 3.9.x by @timyates in #9318 - TCK tests for boolean textplain and default media type for String return type by @sdelamo in #9314
New Contributors
- @dradosevic made their first contribution in #9632
- @rlconst made their first contribution in #9970
- @PakhomovAlexander made their first contribution in #10143
Full Changelog: v4.3.12...v3.10.4