Skip to content

Micronaut Core 4.2.0

Compare
Choose a tag to compare
@sdelamo sdelamo released this 12 Nov 16:25
· 93 commits to 4.2.x since this release

What's Changed

New Features πŸŽ‰

  • Add StreamingFileUpload.asInputStream by @yawkat in #9787
  • Add DefaultHttpClient constructor with ssl builder by @yawkat in #9875
  • Facilitate troubleshooting with trace logging for health check results when endpoints.health.details-visible is unavailable. by @wetted in #9895
  • Respect @Format annotation for fields passed as http request body arguments by @oujesky in #9883
  • feat: dispatch OPTIONS requests by @sdelamo in #10011
  • Implement zealous block detection for HttpClient by @yawkat in #10010

KSP

Bug Fixes 🐞

Improvements ⭐

Tests βœ…

Docs πŸ“–

  • docs: how to use the Micronaut ResourceLoader API with example using ResourceResolver by @wetted in #10054
  • Fixes in adoc format by @altro3 in #10037
  • docs: fix broken, stale, and deprecated links in user guide by @wetted in #9819
  • Clarify how to return text-plain responses for answers others than Strings by @wetted in #9911
  • Docs: Update reference field name in explaination by @dnyaneshwar2023 in #10093

Dependency updates πŸš€

  • fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3 by @renovate in #9988
  • fix(deps): update netty monorepo to v4.1.101.final by @renovate in #10097
  • fix(deps): update managed.jackson to v2.15.3 by @renovate in #9997
  • fix(deps): update asm to v9.6 by @renovate in #10047
  • chore(deps): update plugin me.champeau.jmh to v0.7.2 by @renovate in #10043
  • fix(deps): update dependency com.squareup.okio:okio to v3.6.0 by @renovate in #10064
  • fix(deps): update dependency io.netty.incubator:netty-incubator-codec-http3 to v0.0.22.final by @renovate in #10081
  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.6 by @renovate in #10057
  • Merge branch '4.1.x' into '4.2.x' by @sdelamo in #10099

Kotlin

Micronaut Modules

Micronaut AWS
  • fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.1.1 by @renovate in #10065
Micronaut Groovy
  • fix(deps): update dependency io.micronaut.groovy:micronaut-runtime-groovy to v4.1.0 by @renovate in #10088
Micronaut Reactor
  • build: Reactor 3.5.11 and Micronaut Reactor 3.0.3 by @sdelamo in #9966
  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.0.4 by @renovate in #10015

CI βš™οΈBuild 🐘

GraalVM

  • chore(deps): update graalvm/setup-graalvm action to v1.1.5 by @renovate in #10063
  • chore(deps): update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.9.28 by @renovate in #10002

Micronaut Build Plugin

  • chore(deps): update plugin io.micronaut.build.shared.settings to v6.5.7 by @renovate in #9976
  • chore(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v6.6.0 by @renovate in #10033
  • chore(deps): update dependency io.micronaut.build.internal:micronaut-gradle-plugins to v6.6.1 by @renovate in #10105

SVM

  • fix(deps): update dependency org.graalvm.nativeimage:svm to v23.1.1 by @renovate in #9625

New Contributors

Full Changelog: v4.1.12...v4.2.0