We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4d10e commit 0a62b02Copy full SHA for 0a62b02
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.7.5
2
+* Enhancements
3
+ * replica set connection: faster topology update if the primary is down (thanks to p-mongo)
4
+
5
## 0.7.4
6
* Enhancements
7
* added a new option to specify a timeout, when increasing the connction pool is no option
README.md
@@ -55,7 +55,7 @@ Add `mongodb_driver` to your mix.exs `deps`.
55
56
```elixir
57
defp deps do
58
- [{:mongodb_driver, "~> 0.7"}]
+ [{:mongodb_driver, "~> 0.7.5"}]
59
end
60
```
61
mix.exs
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project
- @version "0.7.4"
+ @version "0.7.5"
def project() do
[app: :mongodb_driver,
0 commit comments