-
Notifications
You must be signed in to change notification settings - Fork 210
MOTOR-698 Motor 2 to 3 migration guide #166
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
choose a `srvMaxHosts` sized subset of hosts. | ||
- Added :attr:`motor.motor_tornado.MotorClient.options` for read-only access | ||
to a client's configuration options. | ||
- Added support for the ``comment`` parameter to all helpers. For example see |
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.
comment and let support require PyMongo 4.1 so should we bump our min version to 4.1?
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.
Sure, as a separate ticket?
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.
Yeah separately makes sense.
- :attr:`~motor.motor_tornado.MotorClient.local_threshold_ms`. | ||
- :attr:`~motor.motor_tornado.MotorClient.server_selection_timeout`. | ||
- :attr:`~motor.motor_tornado.MotorClient.retry_writes`. | ||
- :attr:`~motor.motor_tornado.MotorClient.retry_reads`. |
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.
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.
fixed
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.
LGTM!
No description provided.