Skip to content

Commit ed0ddf3

Browse files
authored
DOCSP-28681: version update + retraction notice (#243)
* DOCSP-28681: version update + retraction notice * note fix
1 parent 9f69d3e commit ed0ddf3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

source/whats-new.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ Learn what's new in:
3333
What's New in 1.11
3434
--------------------
3535

36-
.. important:: Upgrade to Version 1.11.2 or Higher
36+
.. important:: Upgrade to Version 1.11.3 or Higher
3737

38-
The 1.11.2 Go driver contains the following bug fixes:
39-
40-
- The ``bson.Raw.String()`` method outputs the correct Extended JSON type for
41-
timestamps when the BSON document contains a UTC Timestamp field.
42-
- Resolved conflicts when retrying reads with read concern ``"available"``
43-
or ``"linearizable"``.
38+
Versions 1.11.0 through 1.11.2 of the driver have been retracted because
39+
of a bug that could cause undefined behavior when reading the ``Raw`` field
40+
on database error types, such as ``CommandError`` and
41+
``WriteException``.
42+
43+
Upgrade to version 1.11.3 or higher if you are using a retracted
44+
version of the driver.
4445

4546
New features of the 1.11 Go driver release include:
4647

@@ -71,6 +72,13 @@ New features of the 1.11 Go driver release include:
7172
- ``SERVICE_HOST`` Kerberos authentication parameter specification enabled with
7273
the ``authMechanismProperties`` connection string option.
7374

75+
- Corrected output from the ``bson.Raw.String()`` method to Extended JSON
76+
type for timestamps when the BSON document contains a UTC Timestamp
77+
field.
78+
79+
- Resolution of conflicts when retrying reads with read concern
80+
``"available"`` or ``"linearizable"``.
81+
7482

7583
.. _version-1.10.0:
7684
.. _version-1.10:

0 commit comments

Comments
 (0)