Skip to content

Commit aa7066e

Browse files
authored
Add more whats new items in 2.1 (micronaut-projects#4047)
1 parent bcb8d04 commit aa7066e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/docs/guide/introduction/whatsNew.adoc

+16
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@ Micronaut {version} includes the following changes:
22

33
=== Core Features
44

5+
==== Kotlin 1.4
6+
7+
Micronaut now ships with Kotlin 1.4 for those users using Kotlin.
8+
59
==== Introspections for JDK 14 Records
610

711
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).
812

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.
24+
925
=== Module Upgrades
1026

1127
TODO

0 commit comments

Comments
 (0)