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.
2 parents f56226c + 355df31 commit 76d4b98Copy full SHA for 76d4b98
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v2.1.0
2
+Ensures that the read timeout is set to either the value of `ENV['CONNECTION_READ_TIMEOUT']` or `5` as a default.
3
+Previously this was being set to the value of `ENV['CONNECTION_OPEN_TIMEOUT']` or `1` as a default.
4
+
5
## v2.0.1
6
The settings method when passed multiple times it was replacing the key value instead of building a hash of data within the name / type keys.
7
lib/elastic_search_framework/version.rb
@@ -1,3 +1,3 @@
module ElasticSearchFramework
- VERSION = '2.0.1'
+ VERSION = '2.1.0'
end
0 commit comments