Skip to content

Releases: pelias/model

v8.0.0

10 Sep 15:23
1a5ae33
Compare
Choose a tag to compare

8.0.0 (2020-09-10)

Bug Fixes

  • field_name: rename 'polygon' field to 'shape' (27b21bd)

BREAKING CHANGES

  • field_name: the setPolygon() and getPolygon() methods are replaced by setShape() & getShape().

This ensures the field and method names are consistent with Pelias
Schema.

v7.2.1

10 Jun 14:38
9c8379d
Compare
Choose a tag to compare

7.2.1 (2020-06-10)

Bug Fixes

  • deduplication: Deduplicate values in phrase field (155b762)

v7.2.0

24 Apr 15:38
e60b0ca
Compare
Choose a tag to compare

7.2.0 (2020-04-24)

Features

  • Node.js: Drop support for Node.js 8 (b047977)

v7.1.0

25 Nov 11:52
Compare
Choose a tag to compare

7.1.0 (2019-11-25)

Features

  • dynamic_type_name: support for dynamically specifying the elasticsearch _type from config (07ee6e6)

v7.0.0

13 Sep 16:31
9822268
Compare
Choose a tag to compare

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

05 Sep 17:03
0e50c53
Compare
Choose a tag to compare

6.0.0 (2019-09-05)

Features

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.

v5.13.0

12 Jul 12:26
0724d5d
Compare
Choose a tag to compare

5.13.0 (2019-07-12)

Features

  • tests: move away from event-stream (3d68854)

v5.12.0

16 May 08:05
Compare
Choose a tag to compare

5.12.0 (2019-05-16)

Features

  • deduplication: add deduplication post processing script (1d9c00d)

v5.11.1

08 May 09:59
e61690c
Compare
Choose a tag to compare

5.11.1 (2019-05-08)

Bug Fixes

  • package: update pelias-config to version 4.0.0 (a85ac61)

v5.11.0

15 Mar 11:15
Compare
Choose a tag to compare

5.11.0 (2019-03-15)

Features

  • reject_urls: do not allow urls in name and address fields (ee4dbeb)