All Versions
16
Latest Version
Avg Release Cycle
74 days
Latest Release
870 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.1 Changes
January 21, 2021Closed 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, 2019Closed 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:
- โ Add support to AWS #67 (marcelolebre)
- [#60] Add Elasticsearch.post_document/3 #62 (danielberkompas)
- ๐ rename microseconds to microsecond #61 (tap349)
- โ remove dependency on maybe #58 (tap349)
-
v0.6.1 Changes
December 21, 2018Closed issues:
- Document mapping type name can't start with '_' #52
- Settings should maybe look in the current application's directory #51
๐ Merged pull requests:
- ๐ Fix :default_options config name #55 (nitinstp23)
- โ Test against Elasticsearch 6.5.2 #53 (danielberkompas)
- small typo fix: bang the spec #50 (alexfilatov)
-
v0.6.0 Changes
October 19, 2018๐ฅ Breaking Changes
- ๐
mix elasticsearch.build
andIndex.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 -
v0.5.3 Changes
October 01, 2018๐ Merged pull requests:
-
v0.5.2 Changes
September 19, 2018Closed issues:
- ๐ Error with the elasticsearch.build task #43
๐ Merged pull requests:
- ๐ฐ [#43] Stop sending empty JSON payloads #44 (danielberkompas)
-
v0.5.1 Changes
September 08, 2018Closed issues:
-
v0.5.0 Changes
September 02, 2018Closed issues:
๐ Merged pull requests:
- ๐ [#40] Support Distillery #41 (danielberkompas)
- ๐ Support _routing meta-field #37 (cdunn)
- [#31] Base Store behaviour on streams #36 (danielberkompas)
-
v0.4.1 Changes
June 26, 2018Closed 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)