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
For more information on setup, see our documentation on how to
32
+
:atlas:`Create a New Serverless Instance </tutorial/create-new-serverless-instance/>`
33
+
- Added a builder API for the ``setWindowFields`` pipeline stage to allow the use of window operators
29
34
- Added support for setting Netty `io.netty.handler.ssl.SslContext <https://netty.io/4.1/api/io/netty/handler/ssl/SslContext.html>`__
30
35
- Added support for snapshot reads to ``ClientSession``
31
36
- Limited the rate of establishing new connections per connection pool
@@ -54,11 +59,11 @@ in the field names of documents:
54
59
* - **$**
55
60
- Replace
56
61
- Removed restrictions in nested documents on field names containing this character.
57
-
62
+
58
63
* - **$**
59
64
- Replace
60
65
- Kept restrictions in top-level documents on field names starting with this character. This prevents accidental use of a replace operation when the intention was to use an update operation.
61
-
66
+
62
67
.. note::
63
68
64
69
Unacknowledged writes using dollar-prefixed or dotted keys may
@@ -82,7 +87,7 @@ New features of the 4.2 Java driver release include:
82
87
.. important::
83
88
84
89
There are breaking changes that may affect your application. See the
0 commit comments