You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,12 @@ to implement the current requirements for the driver.
19
19
## Motivation
20
20
21
21
*[ ] Refactoring old code into new
22
-
*[ ] Understand the magic in the code
23
22
*[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.
24
23
*[x] Better support for new MongoDB version, for example the ability to use views
25
24
*[x] Upgrade to ([DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
26
25
*[x] Removed depreacated op codes ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes))
27
26
*[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))
29
28
*[ ] Add `op_msg` support ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-msg))
0 commit comments