Skip to content

Commit 90386f6

Browse files
committed
Documentation whats-new updates
1 parent ed059eb commit 90386f6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/reference/content/whats-new.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ The 3.7 driver adds support for Unix domain sockets via the [`jnr.unixsocket`](h
5252
Connecting to Unix domain sockets is done via the [`ConnectionString`]({{< apiref "com/mongodb/ConnectionString" >}}) or via
5353
[`UnixServerAddress`]({{<apiref "com/mongodb/UnixServerAddress.html">}}).
5454

55+
### PojoCodec improvements
56+
57+
The 3.7 release brings support for `Map<String, Object>` to the `PojoCodec`.
58+
59+
### JSR-310 Instant, LocalDate & LocalDateTime support
60+
61+
Support for `Instant`, `LocalDate` and `LocalDateTime` has been added to the driver. The MongoDB Java drivers team would like to thank
62+
[Cezary Bartosiak](https://github.com/cbartosiak) for their excellent contribution to the driver. Users needing alternative data structures
63+
and / or more flexibility regarding JSR-310 dates should check out the alternative JSR-310 codecs provider by Cezary:
64+
[bson-codecs-jsr310](https://github.com/cbartosiak/bson-codecs-jsr310).
65+
5566
## What's New in 3.6
5667

5768
Key new features of the 3.6 Java driver release:

0 commit comments

Comments
 (0)