All Versions
16
Latest Version
Avg Release Cycle
74 days
Latest Release
1190 days ago

Changelog History
Page 1

  • v1.0.1 Changes

    January 21, 2021

    Full Changelog

    Closed issues:

    • Reloading Indexes on New Record Insertion in DB #90
    • โฑ Timeout while fetching cluster config #88
    • Sample "/priv/elasticsearch/posts.json" file #82
    • ๐Ÿš€ Deploying with releases #76
    • ๐Ÿ— Problem building #69
    • ๐Ÿ‘ Repo.stream no longer supports preload #54

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ท Develop with docker, add Semaphore for CI #92 (danielberkompas)
    • โฑ Store Cluster config in a ETS table to prevent timeout while fetching cluster config #89 (nitinstp23)
    • ๐Ÿ›  Fixes for installing versions > 7.0.0 and configuring port for elasticsearch test #87 (pwcsquared)
    • ๐Ÿ›  Fix TravisCI configuration #74 (ImmaculatePine)
    • โฌ†๏ธ Bump Elasticsearch to 6.8.1 in setup script #72 (ImmaculatePine)
    • ๐Ÿ›  Fix minor errors found by Dialyzer #70 (soundmonster)
  • v1.0.0 Changes

    March 30, 2019

    Full Changelog

    Closed issues:

    • AWS Elasticsearch Service signed requests #66
    • Elasticsearch.put_document does not save to database #60
    • ๐Ÿ”ง Is HTTPoison configuration setup required for this app? #59
    • โœ‚ Remove dependency on maybe package #57

    ๐Ÿ”€ Merged pull requests:

  • v0.6.1 Changes

    December 21, 2018

    Full Changelog

    Closed issues:

    • Document mapping type name can't start with '_' #52
    • Settings should maybe look in the current application's directory #51

    ๐Ÿ”€ Merged pull requests:

  • v0.6.0 Changes

    October 19, 2018

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ— mix elasticsearch.build and Index.hot_swap will now only delete indexes which have names which match the format the library creates, to avoid deleting similarly named indexes. See #49 .

    Non-breaking Changes

    • ๐Ÿ‘€ Index names now include the current time in microseconds instead of seconds. This reduces the chance for conflicts between index names. The library remains compatible with old indexes that use seconds. See #48
  • v0.5.4 Changes

    October 03, 2018

    Full Changelog

    Closed issues:

    • ๐Ÿง Error installing on ubuntu linux #46

    ๐Ÿ”€ Merged pull requests:

    • โž• adds case statement to kibana download #47 (g13ydson)
  • v0.5.3 Changes

    October 01, 2018

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  fix: use correct typespec for response type #45 (sambou)
  • v0.5.2 Changes

    September 19, 2018

    Full Changelog

    Closed issues:

    • ๐Ÿ— Error with the elasticsearch.build task #43

    ๐Ÿ”€ Merged pull requests:

  • v0.5.1 Changes

    September 08, 2018

    Full Changelog

    Closed issues:

    • ๐Ÿ— Error when call build task with distillery #40
    • ๐Ÿ‘€ FunctionClauseError: No function clause matching #39
  • v0.5.0 Changes

    September 02, 2018

    Full Changelog

    Closed issues:

    • Issue with dialyzer. #35
    • Elasticsearch.StreamingStore behaviour or something alike #31

    ๐Ÿ”€ Merged pull requests:

  • v0.4.1 Changes

    June 26, 2018

    Full Changelog

    Closed issues:

    • ๐Ÿ– Handle Get API document not found error #33
    • ๐Ÿ— Compilation error in file lib/mix/elasticsearch.build.ex #30
    • ๐Ÿ‘ป Deleting twice a document raises exception. #28

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘Œ Support document-not-found error via Get API #34 (nitinstp23)
    • ๐Ÿ‘ป [#28] Support not_found response in Exception #32 (danielberkompas)
    • โž• Add breaking change upgrade to documentation #29 (rhnonose)