All Versions
15
Latest Version
Avg Release Cycle
32 days
Latest Release
704 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0
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
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
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.3
October 01, 2018๐ Merged pull requests:
-
v0.5.2
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
September 08, 2018Closed issues:
-
v0.5.0
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
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)
-
v0.4.0
April 27, 2018Closed issues:
- ๐ Allow bulk configs to be overridable via mix tasks #26
- ๐ Make the mix task runnable through iex #25
๐ Merged pull requests:
- ๐ง [#26] Configure bulk settings on indexes #27 (danielberkompas)