Skip to content

Commit e914851

Browse files
authored
docsp-28026 - 1.11.2 patch updates (#237)
* updates * RR feedback
1 parent 93a1409 commit e914851

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1717
driver-long = "MongoDB Go Driver"
1818
driver-short = "Go driver"
1919
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
20-
version = "v1.11.0" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
20+
version = "v1.11.2" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
2121
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
2222
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
2323
stable-api = "Stable API"

source/whats-new.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +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
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"``.
44+
3645
New features of the 1.11 Go driver release include:
3746

3847
- Removal of support for MongoDB versions 3.5 and older.

0 commit comments

Comments
 (0)