Skip to content

Commit 3c8ae30

Browse files
committed
removed test code
1 parent 75ecdfc commit 3c8ae30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ to implement the current requirements for the driver.
2525
* [x] Upgrade to ([DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
2626
* [x] Removed depreacated op codes ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes))
2727
* [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))
2832
* [ ] Because the driver is used in production environments, quick adjustments are necessary.
2933

3034
## Features

0 commit comments

Comments
 (0)