Skip to content

Commit 5348430

Browse files
authored
DOCSP-41087: 1.15.1 and 1.16 releases (#369)
* DOCSP-41087: 1.15.1 and 1.16 releases * edits
1 parent 5e37333 commit 5348430

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/go
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 master
3+
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 master
44

55
symlink: current -> master
66

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.15.0" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
20+
version = "v1.16.0" # 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/includes/mongodb-compatibility-table-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- MongoDB 3.2
1717
- MongoDB 3.0
1818
- MongoDB 2.6
19-
* - 1.12 to 1.15
19+
* - 1.12 to 1.16
2020
- ✓
2121
- ✓
2222
- ✓

source/whats-new.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ What's New
2626
Learn what's new in:
2727

2828
* :ref:`Version 2.0 <version-2.0>`
29+
* :ref:`Version 1.16 <version-1.16>`
30+
* :ref:`Version 1.15.1 <version-1.15.1>`
2931
* :ref:`Version 1.15 <version-1.15>`
3032
* :ref:`Version 1.14 <version-1.14>`
3133
* :ref:`Version 1.13 <version-1.13>`
@@ -85,6 +87,42 @@ The 2.0 {+driver-short+} release includes the following improvements and fixes:
8587
- The ``Distinct()`` method returns a struct that can be decoded into a
8688
specified type. See the :ref:`golang-retrieve-distinct` guide to learn more.
8789

90+
.. _version-1.16:
91+
92+
What's New in 1.16
93+
------------------
94+
95+
The 1.16 {+driver-short+} release includes the following improvements and fixes:
96+
97+
- Adds support for specifying an index type when creating an Atlas Search index.
98+
99+
- Reduces memory usage when the ``zstd`` compression algorithm is enabled.
100+
101+
- Upgrades some dependency requirements. For a list of upgrades, see the "Upgrade Dependencies"
102+
section of the :github:`v1.16 release notes </mongodb/mongo-go-driver/releases/tag/v1.16.0>`.
103+
104+
For more information about these changes, see the :github:`v1.16 release notes
105+
</mongodb/mongo-go-driver/releases/tag/v1.16.0>` on Github.
106+
107+
.. _version-1.15.1:
108+
109+
What's New in 1.15.1
110+
--------------------
111+
112+
The 1.15.1 {+driver-short+} patch release includes the following improvements
113+
and fixes:
114+
115+
- Fixes a possible connection leak where disconnecting from a replica set cluster
116+
left behind ``rttMonitor`` connections.
117+
118+
- Adds support for manually specifying a ``maxTimeMS`` value for read and aggregation
119+
operations when a client-wide timeout and an operation timeout are set.
120+
121+
- Adds a ``RemainingBatchLength()`` method that you can call on a change stream.
122+
123+
For more information about these changes, see the :github:`v1.15.1 release notes
124+
</mongodb/mongo-go-driver/releases/tag/v1.15.1>` on Github.
125+
88126
.. _version-1.15:
89127

90128
What's New in 1.15

0 commit comments

Comments
 (0)