urbica / galton

Lightweight Node.js isochrone map server
https://galton.urbica.co
MIT License
271 stars 36 forks source link

Update osrm to the latest version šŸš€ #202

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 5.16.5 of osrm was just published.

Dependency osrm
Current Version 5.16.4
Type dependency

The version 5.16.5 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.

It might be worth looking into these changes and trying to get this project onto the latest version of osrm.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 2 commits.

  • c1fd02b Bump OSRM version to 5.16.5
  • 54d02fa Simplify toEdges and make it more robust against accidental memory allocations

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:

greenkeeper[bot] commented 6 years ago

Version 5.16.6 just got published.

Update to this version instead šŸš€

Commits

The new version differs by 1 commits.

  • ba095c8 Avoid using signed integers for edge IDs

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.17.0 just got published.

Update to this version instead šŸš€

Release Notes v5.17.0
  • Changes from 5.16.0:
    • Bugfixes:
      • FIXED: deduplication of route steps when waypoints are used #4909
      • FIXED: Use smaller range for U-turn angles in map-matching #4920
      • FIXED: Remove the last short annotation segment in trimShortSegments #4946
      • FIXED: Properly calculate annotations for speeds, durations and distances when waypoints are used with mapmatching #4949
      • FIXED: Don't apply unimplemented SH and PH conditions in OpeningHours and add inversed date ranges #4992
      • FIXED: integer overflow in DynamicGraph::Renumber #5021
    • Profile:
      • CHANGED: Handle oneways in get_forward_backward_by_key #4929
      • FIXED: Do not route against oneway road if there is a cycleway in the wrong direction; also review bike profile #4943
      • CHANGED: Make cyclability weighting of the bike profile prefer safer routes more strongly #5015
    • Guidance:
      • CHANGED: Don't use obviousness for links bifurcations #4929
      • FIXED: Adjust Straight direction modifiers of side roads in driveway handler #4929
      • CHANGED: Added post process logic to collapse segregated turn instructions #4925
      • ADDED: Maneuver relation now supports straight as a direction #4995
      • FIXED: Support spelling maneuver relation with British spelling #4950
    • Tools:
      • ADDED: osrm-routed accepts a new property --memory_file to store memory in a file on disk. #4881
      • ADDED: osrm-datastore accepts a new parameter --dataset-name to select the name of the dataset. #4982
      • ADDED: osrm-datastore accepts a new parameter --list to list all datasets loaded into memory. #4982
      • ADDED: osrm-datastore accepts a new parameter --only-metric to only reload the data that can be updated by a weight update (reduces memory for traffic updates). #5002
      • ADDED: osrm-routed accepts a new parameter --dataset-name to select the shared-memory dataset to use. #4982
    • NodeJS:
      • ADDED: OSRM object accepts a new option memory_file that stores the memory in a file on disk. #4881
      • ADDED: OSRM object accepts a new option dataset_name to select the shared-memory dataset. #4982
    • Internals
      • CHANGED: Updated segregated intersection identification #4845 #4968
      • REMOVED: Remove .timestamp file since it was unused #4960
    • Documentation:
      • ADDED: Add documentation about OSM node ids in nearest service response #4436
    • Performance
      • FIXED: Speed up response time when lots of legs exist and geojson is used with steps=true #4936
      • FIXED: Return iterators instead of vectors in datafacade_base functions #4969
    • Misc:
      • ADDED: expose name for datasource annotations as metadata #4973
Commits

The new version differs by 171 commits ahead by 171, behind by 31.

  • 020c0d1 5.17.0
  • 1bc18d6 Bump OSRM verison to 5.17 RC5
  • 4334810 add changelog entry
  • a307371 adjust tests to changes
  • 5351a25 refactor bike profile
  • adadb45 make primaries and secondaries more dangerous
  • adee184 Bump RC to 4
  • 9a9abf4 Remove double log printing
  • 331eeca empty list of shmem regions if none found
  • f8d6e47 log err instead of throwing when no shmem regions found
  • cf50538 Bump version to 5.17.0-rc.3
  • e346e9a Avoid using signed integers for edge IDs
  • ad37fcc Bump version to 5.17.0-rc.2
  • 0e19f07 Use byte based tar size encoding above 8GB
  • 59c0795 Add test case for writing and reading huge tar file

There are 171 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.17.1 just got published.

Update to this version instead šŸš€

Release Notes v5.17.1
  • Changes from 5.17.0:
    • Bugfixes:
      • FIXED: Do not combine a segregated edge with a roundabout #5039
Commits

The new version differs by 2 commits.

  • bba1e05 5.17.1
  • 2e38d3c Do not combine a segregated edge with a roundabout (#5040)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.17.2 just got published.

Update to this version instead šŸš€

Release Notes v5.17.2
  • Changes from 5.17.0:
    • Bugfixes:
      • FIXED: Do not combine a segregated edge with a roundabout #5039
Commits

The new version differs by 2 commits.

See the full diff