File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ to implement the current requirements for the driver.
25
25
* [x] Upgrade to ([ DBConnection 2.x] ( https://github.com/elixir-ecto/db_connection ) )
26
26
* [x] Removed depreacated op codes ([ See] ( https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes ) )
27
27
* [x] Support for SCRAM-SHA-256 (MongoDB 4.x)
28
+ * [ ] Support for change streaming api ([ See] ( https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst ) )
29
+ * [ ] Add ` op_msg ` support ([ See] ( https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-msg ) )
30
+ * [ ] driver sessions ([ See] ( https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.rst ) )
31
+ * [ ] driver transactions ([ See] ( https://github.com/mongodb/specifications/blob/master/source/transactions/transactions.rst ) )
28
32
* [ ] Because the driver is used in production environments, quick adjustments are necessary.
29
33
30
34
## Features
You can’t perform that action at this time.
0 commit comments