Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

71 lines (34 loc) · 1.68 KB

0.5.0 2021-06-05

Changed

  • Upgrade to elasticsearch ~> 7.13 (via #25) (@demsullivan + @solnic)

Compare v0.4.0...v0.5.0

0.4.0 2019-04-28

Added

  • New relation methods: #count, #from and #size (v-kolesnikov)
  • Scroll API (hpetru)

Changed

  • Updated to work with rom ~> 5.0 (v-kolesnikov)

Compare v0.3.0...v0.4.0

0.3.0 2018-03-12

Added

  • Support for multi-index relations via schema(multi: true) (solnic)
  • Datasets can be configured to include _metadata in resulting tuples (solnic)

Compare v0.2.1...v0.3.0

0.2.1 2018-02-06

Fixed

  • Using read types in schemas no longer breaks indexing (solnic)

Compare v0.2.0...v0.2.1

0.2.0 2018-01-23

Added

  • Relation#order which sets :sort (solnic)
  • Relation#page which sets :from offset (solnic)
  • Relation#per_page which sets :size (solnic)
  • Relation#call returns custom ROM::Elasticsearch::Relation::Loaded object, which provides access to #total_hits and raw client response (solnic)

Compare v0.1.1...v0.2.0

0.1.1 2017-11-18

Changed

  • Connection URI is passed directly to the ES client now (solnic)

Compare v0.1.0...v0.1.1

0.1.0 2017-11-17

First public release