All Versions
23
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.5.0 Changes
๐ Switched to passing authorization headers, rather than parameters, through to AWS (for AWS Signature v4). It seemed that AWS was passing these parameters through to Elastic Search, which was causing issues. See #23 for the original issue, and #24 for the fix.
-
v3.4.0 Changes
โ Added
basic_auth
andtimeout
options to HTTP requests - #22 -
v3.3.0 Changes
๐ Fixed issue where posting with NDJSON body was broken - #20 / #31
-
v3.2.0 Changes
- โฌ๏ธ Bumped dependencies
- Switched from Poison to Jason for JSON encoding / decoding
-
v3.1.1 Changes
Reject empty strings in Index.name/1 - #19
-
v3.1.0 Changes
โ Added parameterised version of
Index.create
- #18 -
v3.0.0 Changes
๐ Support lots of different ElasticSearch versions.
-
v2.6.1 Changes
๐ Relax Poison dependency to allow ~> 2.2 or ~> 3.0.
-
v2.6.0 Changes
- ๐ Increased default
Elastic.HTTP
timeout from 5 seconds to 30 seconds. This change was made because sufficiently largebulk_create
queries may cause Elastic Search to take longer than 5 seconds to process them. If you're still seeingbulk_create
queries timing out, consider splitting them into smaller queries.
- ๐ Increased default
-
v2.5.0 Changes
- โ Added
Elastic.Scroller
for Scroll API support.
- โ Added