Skip to content

Commit e3c4681

Browse files
committed
documentation
1 parent 04a52e8 commit e3c4681

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Features
1010

11-
* Supports MongoDB versions 3.2, 3.4, 3.6, 4.0, 4.2
11+
* Supports MongoDB versions 3.2, 3.4, 3.6, 4.0, 4.2, 4.4
1212
* Connection pooling ([through DBConnection 2.x](https://github.com/elixir-ecto/db_connection))
1313
* Streaming cursors
1414
* Performant ObjectID generation
@@ -20,6 +20,9 @@
2020
* Support for bulk writes ([See](https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst#write))
2121
* support for driver sessions ([See](https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.rst))
2222
* support for driver transactions ([See](https://github.com/mongodb/specifications/blob/master/source/transactions/transactions.rst))
23+
* support for command monitoring ([See](https://github.com/mongodb/specifications/blob/master/source/command-monitoring/command-monitoring.rst))
24+
* support for retryable reads ([See](https://github.com/mongodb/specifications/blob/master/source/retryable-reads/retryable-reads.rst))
25+
* support for retryable writes ([See](https://github.com/mongodb/specifications/blob/master/source/retryable-writes/retryable-writes.rst))
2326

2427
## Data representation
2528

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Mongodb.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.6"
4+
@version "0.7.0"
55

66
def project() do
77
[app: :mongodb_driver,

0 commit comments

Comments
 (0)