-
Notifications
You must be signed in to change notification settings - Fork 34
[INTPYTHON-690] Adds async methods to mongo db saver #174
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
[INTPYTHON-690] Adds async methods to mongo db saver #174
Conversation
## Changes in version 0.2.0 (TBD) | ||
|
||
- Implements async methods of MongoDBSaver. | ||
- Removes deprecated ASyncMongoDBSaver in favor of the single MongoDBSaver. |
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'd make this explicit and say: Deprecates ASyncMongoDBSaver, to be removed in 0.3.0 (and add that to the warning as well).
|
(also needs a lint for trailing whitespace) |
Do we have a JIRA ticket for the removal of ASyncMongoDBSaver? |
We do now. INTPYTHON-725 |
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, thanks!
No description provided.