Skip to content

Micronaut Core 3.10.4

Compare
Choose a tag to compare
@sdelamo sdelamo released this 23 Mar 08:00
· 1 commit to 3.10.x since this release

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 format jar: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 πŸ“–

Netty Upgrade

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

Full Changelog: v4.3.12...v3.10.4