Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Apr 14, 2020
1 parent 04a52e8 commit e3c4681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Features

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

## Data representation

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project

@version "0.6.6"
@version "0.7.0"

def project() do
[app: :mongodb_driver,
Expand Down

0 comments on commit e3c4681

Please sign in to comment.