Skip to content

Releases: micronaut-projects/micronaut-platform

Micronaut Platform 4.10.9

25 Feb 14:45

Choose a tag to compare

Micronaut Platform 4.10.8

11 Feb 05:24

Choose a tag to compare

Micronaut Platform 4.10.7

10 Jan 22:35

Choose a tag to compare

Micronaut Platform 4.10.6

22 Dec 20:03

Choose a tag to compare

Micronaut Platform 4.10.5

16 Dec 14:10

Choose a tag to compare

Micronaut Platform 4.10.4

12 Dec 09:44

Choose a tag to compare

Micronaut Platform 4.10.3

01 Dec 20:47

Choose a tag to compare

Full Changelog: v4.10.2...v4.10.3

Micronaut Platform 4.10.2

13 Nov 15:29

Choose a tag to compare

Micronaut Platform 4.10.1

29 Oct 13:36

Choose a tag to compare

Micronaut Platform 4.10.0

22 Oct 05:37

Choose a tag to compare

AI

Micronaut Core

Micronaut Core 4.10.7 enables:

Runtimes

  • New certificate provider configuration for more flexibility and better reloading
  • New ReadBuffer API to replace ByteBuffer<?>
  • Update to Netty 4.2.7.Final
  • Netty: Event loop threads are now named default-eventLoopGroup instead of default-nioEventLoopGroup
  • Netty: Improved configuration for native transports
  • Micronaut HTTP Server Netty: Add an option to disable request decompression (micronaut.server.netty.request-decompression-enabled)
  • Micronaut HTTP Server Netty: For the Micronaut loom carrier, the APIs on the OpenJDK loom branch are now supported
  • Micronaut Servlet 5.6.0 updates to Jetty 12.1.1, Tomcat 11.0.11, and Undertow 2.3.19.Final.

Security

Micronaut Security 4.15.0 adds the ability to proxy .well-known requests to an Auth Server, and it supports the HTTP WWW-Authenticate response header. It enables token validation using the remote authorization server’s UserInfo endpoint.

Validation

Micronaut Validation 4.11.0 adds new annotations such as @InEnum, @InList, ...

Database Migration

Data and Persistence

Serialization and Data Formats

Dev & Test

Reactive Libraries

Cloud

Configuration

Messaging

Views

Errors

Analytics

API

Update

Misc

Build

Maven Plugins

Core Maven

Micronaut Maven Plugin

  • [Micronaut...
Read more