-
Notifications
You must be signed in to change notification settings - Fork 43
5.0 Removals - Rebase #521
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
Conversation
I don't find dismissing some of the work done in #510 and re-reviewing Currently, the above is not the case, and the new (current) PR, has duplicate description of the changes done to |
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.
<A useless comment foolishly required by GitHub to allow leaving a "Request changes" review.>
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.
.
@@ -61,8 +61,10 @@ the version after v4.0 including any listed under v4.5. | |||
Version 5.0 Breaking Changes | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
|
|||
- This driver version introduces the following changes to the ``ConnectionId`` class: | |||
This driver version introduces the following breaking changes: |
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.
The introduction of this phrasing required minor changes to the beginning of several bullet points.
- Changes the data type of the timeout duration parameter in the | ||
``SocketSettings.Builder.connectTimeout()`` and | ||
``SocketSettings.Builder.readTimeout()`` methods. The data type of this | ||
parameter is now ``long`` instead of ``int``. | ||
|
||
In earlier versions, this parameter is of type ``int`` for both methods. This | ||
change breaks binary compatibility and requires recompiling, but does not | ||
require code changes. To view an example that shows how to call | ||
``SocketSettings`` methods, see the :ref:`SocketSettings Example | ||
<java-socketsettings-example>` in the Specify MongoClient Settings guide. |
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.
While this appears at first glance to be a major change, it's actually a minor rewrite to accommodate the new phrasing.
Pull Request Info
Replaces #510
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-34103
JIRA - https://jira.mongodb.org/browse/DOCSP-34106
JIRA - https://jira.mongodb.org/browse/DOCSP-34107
JIRA - https://jira.mongodb.org/browse/DOCSP-34108
JIRA - https://jira.mongodb.org/browse/DOCSP-34104
JIRA - https://jira.mongodb.org/browse/DOCSP-34115
JIRA - https://jira.mongodb.org/browse/DOCSP-34116
JIRA - https://jira.mongodb.org/browse/DOCSP-34317
JIRA - https://jira.mongodb.org/browse/DOCSP-34128
JIRA - https://jira.mongodb.org/browse/DOCSP-34140
Staging
Self-Review Checklist