-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-43664: v1.17 release (other changes) #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rustagir
merged 7 commits into
mongodb:master
from
rustagir:DOCSP-43664-v1.17-master-changes
Sep 20, 2024
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
80a966d
DOCSP-43664: v1.17 release (other changes)
rustagir d271aeb
clip compat tables
rustagir 26518b7
remove autobuilder workflow
rustagir a5db171
add whats new entry
rustagir 9b8acde
remove mdb 3.4 from compat
rustagir 4feaf55
PV tech review 1
rustagir ed95e71
vale
rustagir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ What's New | |
Learn what's new in: | ||
|
||
* :ref:`Version 2.0 <golang-version-2.0>` | ||
* :ref:`Version 1.17 <golang-version-1.17>` | ||
* :ref:`Version 1.16 <version-1.16>` | ||
* :ref:`Version 1.15.1 <version-1.15.1>` | ||
* :ref:`Version 1.15 <version-1.15>` | ||
|
@@ -171,6 +172,37 @@ This release includes the following improvements and fixes: | |
|
||
- The ``Collection.Clone()`` method does not return an error. | ||
|
||
.. _golang-version-1.17: | ||
|
||
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. | ||
|
||
The 1.17 {+driver-short+} release includes the following improvements | ||
and fixes: | ||
rustagir marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- Adds support for OpenID Connect (OIDC) authentication. To learn more, see | ||
the :ref:`golang-mongodb-oidc` section of the Enterprise | ||
Authentication Mechanisms guide. | ||
|
||
- Adds support for Queryable Encryption (QE) range queries. To use this | ||
feature, your app must connect to {+mdb-server+} 8.0 or later. For | ||
more information about QE range queries, see :manual:`Queryable | ||
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual. | ||
|
||
- 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. | ||
|
||
For more information about the changes in this version, see the | ||
:github:`v1.17 release notes | ||
</mongodb/mongo-go-driver/releases/tag/v1.17.0>` on GitHub. | ||
|
||
.. _version-1.16: | ||
|
||
What's New in 1.16 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: It looks like v3.4 can also be removed