Skip to content

Latest commit

 

History

History
253 lines (152 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

253 lines (152 loc) · 15.3 KB

Changelog

v1.1.0 (2023-09-15)

Full Changelog

Fixed bugs:

  • Missing Elasticsearch.Exception.t causes dialyzer error #75

Closed issues:

  • New release with latest code? #116
  • support for embedded schema #102
  • Failed to run cli app #94
  • Deleting with a body #93
  • Release 1.0.1 #91
  • mix elasticsearch.install does not work for elasticsearch >= 7 #85
  • Maximum amount of index saved #84
  • AWS Request Signature mismatch only for post query #83
  • Error when elasticsearch url times out #81
  • Consistent memory usage when bulk indexing? #80
  • Comparison with elastix? #71
  • Example of working app #56
  • Add --append option to mix elasticsearch.build #4

Merged pull requests:

v1.0.1 (2021-01-21)

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:

v1.0.0 (2019-03-30)

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 (2018-12-21)

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 (2018-10-19)

Full Changelog

Merged pull requests:

v0.5.4 (2018-10-03)

Full Changelog

Closed issues:

  • Error installing on ubuntu linux #46

Merged pull requests:

  • adds case statement to kibana download #47 (g13ydson)

v0.5.3 (2018-10-01)

Full Changelog

Merged pull requests:

  • fix: use correct typespec for response type #45 (sambou)

v0.5.2 (2018-09-19)

Full Changelog

Closed issues:

  • Error with the elasticsearch.build task #43

Merged pull requests:

v0.5.1 (2018-09-08)

Full Changelog

Closed issues:

  • Error when call build task with distillery #40
  • FunctionClauseError: No function clause matching #39

v0.5.0 (2018-09-02)

Full Changelog

Closed issues:

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

Merged pull requests:

v0.4.1 (2018-06-26)

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:

v0.4.0 (2018-04-27)

Full Changelog

Closed issues:

  • Allow bulk configs to be overridable via mix tasks #26
  • Make the mix task runnable through iex #25

Merged pull requests:

v0.3.1 (2018-04-24)

Full Changelog

Closed issues:

  • Using elasticsearch as an executable gives error #23

Merged pull requests:

v0.3.0 (2018-04-19)

Full Changelog

Implemented enhancements:

  • Use Repo pattern for configuration #9
  • bulk_wait_interval is unused #7

Closed issues:

  • Support Elasticsearch 6.x+ #16
  • Indexing fails on second Elasticsearch.Store load? #10
  • Increase test coverage to >90% #3

Merged pull requests:

v0.2.0 (2018-04-18)

Full Changelog

Closed issues:

  • elasticsearch deprecated type=string #14
  • Documentation references execute/1 which doesn't seem to exist #11

Merged pull requests:

v0.1.1 (2018-03-03)

Full Changelog

Closed issues:

  • SSL Errors with HTTPoison #5

Merged pull requests:

v0.1.0 (2018-01-02)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator