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
The [Documentation](https://hexdocs.pm/mongodb_driver/readme.html) is online, but currently not up to date.
12
+
This will be done as soon as possible. In the meantime, look in the source code. Especially
13
+
for the individual options.
18
14
19
15
## Motivation
20
16
21
-
*[ ] Refactoring old code into new
17
+
*[x] I have made a number of changes to understand how the driver works. For example, I reduced cursor modules to just one cursor and
18
+
replaced some op code calls with command calls.
22
19
*[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.
23
20
*[x] Better support for new MongoDB version, for example the ability to use views
24
-
*[x]Upgrade to ([DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
21
+
*[x]Upgraded to ([DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
25
22
*[x] Removed depreacated op codes ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#request-opcodes))
26
-
*[x] Support for SCRAM-SHA-256 (MongoDB 4.x)
27
-
*[x] Support for change streaming api ([See](https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst))
28
-
*[x] Add `op_msg` support ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-msg))
0 commit comments