pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
17 stars 25 forks source link

Update pelias-model to the latest version 🚀 #232

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency pelias-model was updated from 6.0.0 to 7.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: pelias License: MIT

Release Notes for 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

Commits

The new version differs by 2 commits.

  • 9822268 Merge pull request #95 from pelias/remove-types
  • 4880fd7 feat(types): Remove _type field

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: