Skip to content

Commit 7657121

Browse files
committed
updated readme.md
1 parent daa88ec commit 7657121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ to implement the current requirements for the driver.
1919
## Motivation
2020

2121
* [ ] Refactoring old code into new
22-
* [ ] Understand the magic in the code
2322
* [x] Simplify code: remove raw_find (raw_find called from cursors, raw_find called with "$cmd"), so raw_find is more calling a command than a find query.
2423
* [x] Better support for new MongoDB version, for example the ability to use views
2524
* [x] Upgrade to ([DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
2625
* [x] Removed depreacated op codes ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes))
2726
* [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))
27+
* [x] Support for change streaming api ([See](https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst))
2928
* [ ] Add `op_msg` support ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-msg))
3029
* [ ] driver sessions ([See](https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.rst))
3130
* [ ] driver transactions ([See](https://github.com/mongodb/specifications/blob/master/source/transactions/transactions.rst))

0 commit comments

Comments
 (0)