You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/docs/guide/introduction/whatsNew.adoc
+16
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,26 @@ Micronaut {version} includes the following changes:
2
2
3
3
=== Core Features
4
4
5
+
==== Kotlin 1.4
6
+
7
+
Micronaut now ships with Kotlin 1.4 for those users using Kotlin.
8
+
5
9
==== Introspections for JDK 14 Records
6
10
7
11
It is now possible to define <<introspection, bean introspections>> on JDK 14+ record types (note these currently require the `––enable–preview` flag to the compiler and JVM).
8
12
13
+
==== Client Binding API
14
+
15
+
A new API has been created to allow for binding declarative HTTP client method arguments to an HTTP request. See the <<clientParameters, documentation>> for more information.
16
+
17
+
==== Websocket Improvements
18
+
19
+
Query parameters are now respected and bindable in the Micronaut websocket support.
20
+
21
+
==== HttpResponse Improvements
22
+
23
+
Cookies in HTTP responses from the client side are now retrievable on the HttpResponse. These are the cookies found in the `Set-Cookie` header.
0 commit comments