-
Notifications
You must be signed in to change notification settings - Fork 43
DOCSP-34994: socketsettings parameter types fix #497
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
DOCSP-34994: socketsettings parameter types fix #497
Conversation
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 question and a suggestion
- The driver removes the following record annotations: | ||
|
||
- ``BsonId`` | ||
- ``BsonProperty`` | ||
- ``BsonRepresentation`` |
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.
Was this meant to be included in this PR?
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.
yes I added a note in the PR description - I think this step wasnt done when you did the ticket, so just handled it here!
source/upgrade.txt
Outdated
- The first parameter for each of the following ``SocketSettings`` builder | ||
methods is updated from type ``int`` to ``long``: |
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.
Suggestion: Add more context
- The first parameter for each of the following ``SocketSettings`` builder | |
methods is updated from type ``int`` to ``long``: | |
- The first parameter (timeout duration) for each of the following ``SocketSettings`` builder | |
methods is updated from type ``int`` to ``long``: |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-34994
this PR also includes content for the removal described in DOCSP-34104
Staging:
Self-Review Checklist