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
11
11
* Introduce GitHub actions, replacing Travis CI
12
12
* Use MongoDB 1.0.0 to add support for Mongodb 4.4. and 5.0
13
13
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
+
14
18
### Possible breaking changes
15
19
16
20
* 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.
60
60
``` elixir
61
61
def deps do
62
62
[
63
- {:mongodb_ecto , " ~> 0.2 " }
63
+ {:mongodb_ecto , " ~> 1.0.0 " }
64
64
]
65
65
end
66
66
```
@@ -121,8 +121,8 @@ Additionally special values are translated as follows:
121
121
122
122
## Supported Mongo versions
123
123
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
126
126
127
127
## Contributing
128
128
You can’t perform that action at this time.
0 commit comments