Releases: pelias/model
Releases · pelias/model
v8.0.0
v7.2.1
v7.2.0
v7.1.0
v7.0.0
7.0.0 (2019-09-13)
Features
- types: Remove _type field (4880fd7)
BREAKING CHANGES
- types: This change will affect the functional tests on most
importers
Currently, we create numerous elasticsearch types, corresponding to
different layers. All the types are identical, so they don't really
serve any value.
In Elasticsearch 6 mapping types will go away.
The sooner we can remove our minimal usage of types, the easier that
transition will be.
Connects pelias/pelias#719
v6.0.0
6.0.0 (2019-09-05)
Features
- GID: Store GID in Elasticsearch _id field (77f0b33), closes /github.com/pelias/pelias/issues/672#issuecomment-508837195
BREAKING CHANGES
- GID: The Pelias GID is now stored in Elasticsearch's
_id
field, in order to remove the potential for two different documents to
conflict with the previous mapping.
pelias/api v3.79.0 (d5f4e411) is required to support this change.