File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ Learn what's new in:
33
33
What's New in 1.11
34
34
--------------------
35
35
36
- .. important:: Upgrade to Version 1.11.2 or Higher
36
+ .. important:: Upgrade to Version 1.11.3 or Higher
37
37
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.
44
45
45
46
New features of the 1.11 Go driver release include:
46
47
@@ -71,6 +72,13 @@ New features of the 1.11 Go driver release include:
71
72
- ``SERVICE_HOST`` Kerberos authentication parameter specification enabled with
72
73
the ``authMechanismProperties`` connection string option.
73
74
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
+
74
82
75
83
.. _version-1.10.0:
76
84
.. _version-1.10:
You can’t perform that action at this time.
0 commit comments