Skip to content

Releases: micronaut-projects/micronaut-core

v4.9.6

02 Jul 11:36

Choose a tag to compare

What's Changed

Bug Fixes 🐞

GraalVM 🏆

Other Changes 💡

Full Changelog: v4.9.5...v4.9.6

Micronaut Core 4.7.26

02 Jul 10:57

Choose a tag to compare

What's Changed

Bug Fixes 🐞

Improvements ⭐

  • More hints for SharedBuffer leak detection by @yawkat in #11910

Full Changelog: v4.7.25...v4.7.26

Micronaut Core 4.9.5

24 Jun 17:54

Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Remove regex anchors from CacheControlTest by @yawkat in #11891

Improvements ⭐

Docs 📖

  • doc: document how to Disable hostname verification in ssl config by @sdelamo in #11526

Dependency updates 🚀

Other Changes 💡

Full Changelog: v4.9.4...v4.9.5

Micronaut Core 4.9.4

19 Jun 08:06

Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.9.3...v4.9.4

Micronaut Core 4.9.3

17 Jun 15:09

Choose a tag to compare

What's Changed

Dependency updates 🚀

Other Changes 💡

Full Changelog: v4.9.2...v4.9.3

Micronaut Core 4.9.2

16 Jun 10:55

Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes 💡

Full Changelog: v4.9.1...v4.9.2

Micronaut Core 4.9.1

13 Jun 13:30
01e351d

Choose a tag to compare

What's Changed

Bug Fixes 🐞

Full Changelog: v4.9.0...v4.9.1

Micronaut Core 4.9.0

13 Jun 10:27

Choose a tag to compare

What's Changed

Netty 4.2.2

Micronaut 4.9.0 updates to Netty 4.2. This Netty release changes the default buffer allocator, which may affect application performance.

Event loop Carrier

micronaut-http-server-netty 4.9.0 introduces an experimental mode to run virtual threads on the Netty event loop. This can lead to more predictable performance when migrating from async code to virtual threads. A more detailed blog post will follow with the 4.9 platform release.

@ClassImport

@ClassImport annotation allows to process already compiled classes as if they were ordinary non-compiled classes.

@Mixin

It’s possible to define a Mixin class by annotating it with @Mixin and specifying which class does it reference.

Mixins only modify the Micronaut annotations metadata model. Original classes are not modified in any way. Mixins are currently supported only in Java.

HTTP/3

If you were using the experimental HTTP/3 support you need to replace the dependency io.netty.incubator:netty-incubator-codec-http3 with io.micronaut:micronaut-http-netty-http3.

Graceful Shutdown

This release includes a Graceful shutdown API. A graceful shutdown allows you to stop accepting new work and finish in-progress tasks.

Cache Control API

A fluid API CacheControl permits you to populate the HTTP Cache-Control header in an HTTP Response easily.

KSP 2

This release supports KSP 2 (starting from the version 2.0.2) and it's tested to work with Kotlin 2.

New Features 🎉

Bug Fixes 🐞

Improvements ⭐

Docs 📖

Kotlin 2

Dependency updates 🚀

Netty

  • Netty 4.2.2.Final by @yawkat in #11835
  • Netty 4.2 by @yawkat in #11672
  • fix(deps): update netty monorepo to v4.1.119.final by @renovate in #11689
  • fix(deps): update dependency io.netty.incubator:netty-incubator-codec-http3 to v0.0.29.final by @renovate in #11700
  • fix(deps): update dependency io.netty:netty-tcnative-boringssl-static to v2.0.72.final by @renovate in #11822
  • fix(deps): update dependency org.zalando:logbook-netty to v3.12.1 by @renovate in #11782

Apache Groovy

SnakeYaml

  • fix(deps): update dependency org.yaml:snakeyaml to v2.4 by @renovate in #11773

Vertx

Jackson

Reactor

Logback

  • Update dependency ch.qos.logback:logback-classic to v1.5.18 by @renovate in #11621

SLF4J

Blaze

  • fix(deps): update dependency com.blazebit:blaze-persistence-core-impl to v1.6.15 by @renovate in #11699

JavaParser

  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.26.4 by @renovate in #11709

Lombok

  • fix(deps): update dependency org.projectlombok:lombok to v1.18.38 by @renovate in #11710

methvin Directory Watcher

  • fix(deps): update dependency io.methvin:directory-watcher to v0.19.0 by @renovate in #11731

Smallrye-fault-Tolerance

  • fix(deps): update dependency io.smallrye:smallrye-fault-tolerance to v6.9.1 by @renovate in #11767

Awaitility

  • fix(deps): update dependency org.awaitility:awaitility to v4.3.0 by @renovate in #11769

Test Containers

  • fix(deps): update depend...
Read more

Micronaut Core 4.8.18

11 Jun 13:14

Choose a tag to compare

  • remove duplicated files (#11602)
  • Fix two buffer leaks (#11848)

Full Changelog: v4.8.17...v4.8.18

Micronaut Core 4.8.17

11 Jun 06:50

Choose a tag to compare

Merge up the following PRs:

  • Properly handle HTTP/2 idle timeout (#11726)
  • fix config properties refresh for each property (#11798)
  • Verifier error importing Lombok introspections (#11711)
  • Netty 4.1.119.Final

Full Changelog: v4.8.16...v4.8.17