Skip to content

Releases: rom-rb/rom-elasticsearch

0.5.0

05 Jun 09:13
v0.5.0
7903524
Compare
Choose a tag to compare

Changed

Compare v0.4.0...v0.5.0

0.4.0

28 Apr 11:01
v0.4.0
cc1834d
Compare
Choose a tag to compare

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

12 Mar 17:43
Compare
Choose a tag to compare

Added

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

Compare v0.2.1...v0.3.0

0.2.0

23 Jan 15:43
Compare
Choose a tag to compare

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