Skip to content

Commit ef3765b

Browse files
committed
changelog for 2.0.0
1 parent dfd21c5 commit ef3765b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.0
9+
10+
* Change underlying driver from [`mongodb`](https://github.com/elixir-mongo/mongodb) to [`mongodb_driver`](https://github.com/zookzook/elixir-mongodb-driver)
11+
* Remove module config options `pool`, `pool_overflow`, and `pool_timeout`
12+
* Add support for MongoDB 6.0 and 7.0
13+
* Add support for loading & dumping nil binaries and dumping nil dates
14+
15+
### Possible breaking changes
16+
17+
Calls to `Mongo.Ecto` itself should not require any changes. However, if you make direct calls to the `Mongo` driver, you will need to update some of them to account for the `mongodb` -> `mongodb_driver` upgrade.
18+
819
## 1.1.2
920
* Add support for loading nil dates
1021

mix.exs

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

44
@source_url "https://github.com/elixir-mongo/mongodb_ecto"
5-
@version "1.1.2"
5+
@version "2.0.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)