From c4238c4ed6346fc4ffa2da0944dedb1d1994c79b Mon Sep 17 00:00:00 2001 From: Kajari Ghosh Date: Mon, 10 Dec 2018 11:27:13 -0500 Subject: [PATCH] Backport-v5.20.0 (#5301) * Prepare RC.1 * Bump version. * remove destination/sources length <= coordinates length check (#5289) * Add node 10 builds to travis (#5246) * Add node 10 builds to travis * Add changelog * bump version to rc5 * Fix fallback_speed vector access (#5291) * add failing cuke test * correctly access durations vector * changelog * one more cuke test * bump rc version * 5.20.0 * remove line from changelog about commit that isn't actually in here * update CHANGELOG and osrm version in package.json for v5.20.0 * bump to restart appveyor --- .travis.yml | 1 + CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b36284ab18d..b5cb9377fba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ notifications: branches: only: - master + - "5.20" # enable building tags - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2ab425945..e1b4c4a42bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # UNRELEASED + - Changes from 5.20.0 + - Features: + - ADDED: all waypoints in responses now contain a distance property between the original coordinate and the snapped location. [#5255](https://github.com/Project-OSRM/osrm-backend/pull/5255) + +# 5.20.0 - Changes from 5.19.0: - Table: - CHANGED: switch to pre-calculated distances for table responses for large speedup and 10% memory increase. [#5251](https://github.com/Project-OSRM/osrm-backend/pull/5251) @@ -8,7 +13,6 @@ - Features: - ADDED: direct mmapping of datafiles is now supported via the `--mmap` switch. [#5242](https://github.com/Project-OSRM/osrm-backend/pull/5242) - REMOVED: the previous `--memory_file` switch is now deprecated and will fallback to `--mmap` [#5242](https://github.com/Project-OSRM/osrm-backend/pull/5242) - - ADDED: all waypoints in responses now contain a `distance` property between the original coordinate and the snapped location. [#5255](https://github.com/Project-OSRM/osrm-backend/pull/5255) - ADDED: Now publishing Node 10.x LTS binary modules [#5246](https://github.com/Project-OSRM/osrm-backend/pull/5246) - Windows: - FIXED: Windows builds again. [#5249](https://github.com/Project-OSRM/osrm-backend/pull/5249)