All Versions
23
Latest Version
Avg Release Cycle
-
Latest Release
-

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 and timeout 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 large bulk_create queries may cause Elastic Search to take longer than 5 seconds to process them. If you're still seeing bulk_create queries timing out, consider splitting them into smaller queries.
  • v2.5.0 Changes

    • โž• Added Elastic.Scroller for Scroll API support.