-
Notifications
You must be signed in to change notification settings - Fork 28
DOCSP-45210 What's New #99
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
stephmarie17
merged 5 commits into
mongodb:standardization
from
stephmarie17:docsp-45210-whats-new
Dec 17, 2024
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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 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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
.. _ruby-whats-new: | ||
|
||
========== | ||
What's New | ||
========== | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 1 | ||
:class: singlecol | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:keywords: update, new feature, deprecation, upgrade | ||
|
||
Learn what's new in: | ||
|
||
* :ref:`2.21 <version-2.21>` | ||
* :ref:`2.20 <version-2.20>` | ||
|
||
.. _upcoming-breaking-changes: | ||
|
||
.. _version-2.21: | ||
|
||
What's New in 2.21 | ||
------------------ | ||
|
||
The {+driver-short+} 2.21 release includes the following new features: | ||
|
||
- Supports the Client-Side Operations Timeout (CSOT) feature, which unifies | ||
most timeout-related options under a single ``timeout_ms`` option. | ||
- Supports {+mdb-server+} version 8.0. | ||
- Support for range v2 queries with Queryable Encryption, including a new ``trim_factor`` | ||
parameter. For more information about Queryable Encryption, see :manual:`Queryable Encryption </core/queryable-encryption>` | ||
in the {+mdb-server+} manual. | ||
|
||
.. _version-2.20: | ||
|
||
What's New in 2.20 | ||
------------------ | ||
|
||
The {+driver-short+} 2.20 release includes the following new features: | ||
|
||
- Discontinues support for Ruby 2.5 and 2.6. Deprecates support for Ruby 2.7 and | ||
JRuby 9.2, which will be discontinued in the next minor driver version. Adds | ||
support for JRuby 9.4. | ||
- Supports the newly-released Ruby-BSON version 5.0. | ||
- Allows connection strings without a slash between the hosts and the options. | ||
For example, ``mongodb://example.com?w=1`` and ``mongodb://example.com/?w=1`` are | ||
both valid connection strings now. | ||
- Sends container runtime and orchestration metadata for the client environment | ||
to the server for analytics purposes. | ||
- Writes a warning message to the log when detecting the host as a CosmosDB | ||
(Azure) or DocumentDB (Amazon) instance. | ||
- Attempts retries of read or write operations on a different ``mongos`` | ||
instance in a sharded topology, if possible. |
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.
[question for technical reviewer] Does your team also want to link to driver release notes for each version at the end of the summary? Not all "What's New" pages do this but I noticed to the current docs page links out so wanted to verify the preference of the team.
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.
See the Node What's New docs as an example of where the link would go.
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.
Linking to the specific versions might be most convenient for the user, if that's not too much trouble for the docs team.
@alexbevi might have some thoughts?
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.
It's no trouble 👍
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.
Updated the PR with the links in case @alexbevi wants to take a look and lmk if that looks good to go.
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.
I like the links to the GH release. LGTM