File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111* Introduce GitHub actions, replacing Travis CI
1212* Use MongoDB 1.0.0 to add support for Mongodb 4.4. and 5.0
1313
14+ * NOTE: This might work with versions of Ecto less than 3.6.
15+ Refer to the ecto-3 branch if you need to find a commit that works with a non-officially supported version
16+ of Ecto.
17+
1418### Possible breaking changes
1519
1620 * Some upsert operations are only supported with MongoDBs 4.2 or newer.
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Add `:mongodb_ecto` as a dependency in your `mix.exs` file.
6060``` elixir
6161def deps do
6262 [
63- {:mongodb_ecto , " ~> 0.2 " }
63+ {:mongodb_ecto , " ~> 1.0.0 " }
6464 ]
6565end
6666```
@@ -121,8 +121,8 @@ Additionally special values are translated as follows:
121121
122122## Supported Mongo versions
123123
124- The adapter and the driver are tested against most recent versions from 3
125- branches: 2.4.x, 2.6.x, 3.0.x
124+ The adapter and the driver are tested against most recent versions from 2
125+ branches: 4.4 and 5.0
126126
127127## Contributing
128128
You can’t perform that action at this time.
0 commit comments