Skip to content

Commit

Permalink
Port changes from master for v1.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Sep 20, 2024
1 parent a244018 commit 82fc4d8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 176 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/check-autobuilder.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/go
define: base https://www.mongodb.com/${prefix}
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 master
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 master

symlink: current -> master

Expand Down
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
[constants]
driver-long = "MongoDB Go Driver"
driver-short = "Go driver"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version = "v1.16.1" # always set this to the driver version (i.e. v1.7.0, v1.8.0, etc.)
docs-branch = "master"
version = "v1.17.0"
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver@{+version+}"
stable-api = "Stable API"
Expand Down
163 changes: 6 additions & 157 deletions source/includes/mongodb-compatibility-table-go.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:class: compatibility-large

* - Go Driver Version
- MongoDB 8.0
- MongoDB 7.0
- MongoDB 6.1
- MongoDB 6.0
Expand All @@ -12,11 +13,9 @@
- MongoDB 4.2
- MongoDB 4.0
- MongoDB 3.6
- MongoDB 3.4
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6
* - 1.12 to 1.16

* - 1.12 to 1.17
- ⊛ [#8.0-support]_
- ✓
- ✓
- ✓
Expand All @@ -25,131 +24,8 @@
- ✓
- ✓
- ✓
-
-
-
-

* - 1.11
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-
* - 1.10
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.9
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.8
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.7
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.6
- ⊛
- ⊛
- ⊛
- ✓ [#go-1.6-driver-support]_
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.5
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.4
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.3
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.2
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
Expand All @@ -159,32 +35,5 @@
- ✓
- ✓
- ✓
* - 1.1
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 1.0
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓

.. [#go-1.6-driver-support] The 1.6 driver does not support snapshot reads on secondaries. For more
information, see the `MongoDB Server version 5.0 release notes <https://www.mongodb.com/docs/v5.0/release-notes/5.0/#snapshots>`__.
.. [#8.0-support] {+driver-short+} v1.17 is partially compatible with {+mdb-server+} 8.0 but does not support client bulk write.
9 changes: 6 additions & 3 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ What's New in 1.17

.. important::

v1.17 is the final planned v1.x version release. This version will
receive bug fixes, but future development and features will be
included only in 2.x versions of the driver.
v1.17 is the final planned 1.x version release. This version will
receive security and bug fixes, but future development and features
will be included only in 2.x versions of the driver.

The 1.17 {+driver-short+} release includes the following improvements
and fixes:
Expand All @@ -69,6 +69,9 @@ and fixes:
more information about QE range queries, see :manual:`Queryable
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.

- Adds support for {+mdb-server+} 8.0, except for
the client bulk write feature.

- Extends the ``IndexView`` type to include the
``DropOneWithKey()`` and ``DropWithKey()`` methods so you can
drop indexes by using their key specifications instead of their names.
Expand Down

0 comments on commit 82fc4d8

Please sign in to comment.