Skip to content

Commit 6948988

Browse files
committed
Preparations for new release 0.6.2
1 parent c360b7e commit 6948988

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.2
2+
3+
* Enhancements
4+
* refactored the api of `Mongo.limits` and `Mongo.wire_version`
5+
* add support for tracking recovery token from response in a sharded transaction
6+
17
## 0.6.1
28

39
* Enhancements

lib/mongo/session.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,6 @@ defmodule Mongo.Session do
476476

477477
Logger.debug("Running commit transaction")
478478

479-
#{
480-
# recoveryToken : {...}
481-
#}
482-
483479
cmd = [
484480
commitTransaction: 1,
485481
lsid: %{id: id},

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.1"
4+
@version "0.6.2"
55

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

0 commit comments

Comments
 (0)