-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
changelog.yml
39 lines (39 loc) · 1.21 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
- version: 0.5.0
summary:
date: '2021-06-05'
fixed:
added:
changed:
- 'Upgrade to elasticsearch ~> 7.13 (via #25) (@demsullivan + @solnic)'
- version: 0.4.0
date: '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)
- version: 0.3.0
date: '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)
- version: 0.2.1
date: '2018-02-06'
fixed:
- Using `read` types in schemas no longer breaks indexing (solnic)
- version: 0.2.0
date: '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)"
- version: 0.1.1
date: '2017-11-18'
changed:
- Connection URI is passed directly to the ES client now (solnic)
- version: 0.1.0
date: '2017-11-17'
summary: First public release