File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,17 @@ The 3.7 driver adds support for Unix domain sockets via the [`jnr.unixsocket`](h
52
52
Connecting to Unix domain sockets is done via the [ ` ConnectionString ` ] ({{< apiref "com/mongodb/ConnectionString" >}}) or via
53
53
[ ` UnixServerAddress ` ] ({{<apiref "com/mongodb/UnixServerAddress.html">}}).
54
54
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
+
55
66
## What's New in 3.6
56
67
57
68
Key new features of the 3.6 Java driver release:
You can’t perform that action at this time.
0 commit comments