Skip to content

Releases: GIScience/openrouteservice

Release 9.1.2

10 Apr 21:21
4d54a01
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

  • fix: repair broken integration tests by pining buildkit 0.15 by @MichaelsJP in #2003
  • fix: pass extra_info when querying round_trip by @jarinox in #2000
  • fix: elevation set to false not taken into account by @merydian in #2010
  • fix: return "waytype" instead of "waytypes" for extra info by @merydian in #2015
  • fix: allow passing through barriers tagged with access = permit by @aoles in #2002
  • fix: typos in Turkish translation by @aoles in #2017

Other Changes

New Contributors

Full Changelog: v9...v9.1.2

v9.1.1

14 Mar 11:01
b418014
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

Other Changes

New Contributors

Full Changelog: v9.1.0...v9.1.1

Release 9.1.0

29 Jan 12:28
c66f0c0
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Fixes 🔧

  • fix: NPE caused by error handling code by @takb in #1925
  • fix: rework dutch translation by @koebi in #1914
  • fix: Implicit vehicle access handling for ferries by @koebi in #1954

Other Changes

New Contributors

Full Changelog: v9...v9.1.0

Release 7.2.1

27 Jan 12:20
82eb536
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

  • fix: accidential execution rpm postun by @jhaeu in #1619
  • fix: Fast Isochrones negative memory allocation error by @takb in #1615

Other Changes

Full Changelog: v7.2.0...v7.2.1

Release 9.0.0

27 Jan 14:49
9dfac5b
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Fixes 🔧

  • fix: use latest release in docker-compose download link by @koebi in #1864
  • fix: use a time-dependent algorithm only if the weighting requires it by @aoles in #1865
  • fix: failing queries that combine departure/arrival parameters with avoid areas by @aoles in #1871
  • fix: matrix limit not respected by @TheGreatRefrigerator in #1875

Other Changes

Full Changelog: v8.2.0...v9.0.0

Release 8.2.0

09 Oct 09:22
c04861b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add Vietnamese translation by @haupv1m in #1859
  • feat: add Finnish translation by Riikka in #1862

Fixes 🔧

  • fix: access to roads where transporting hazardous materials is forbidden by @aoles in #1853

Other Changes

  • refactor(RoutingProfile): move computeRoundTrip to RoutingRequest by @sfendrich in #1850
  • docs: improvements to external storage documentation by @aoles in #1811
  • refactor: remove unused destination filter by @aoles in #1854
  • dependency updates

Full Changelog: v8...v8.2.0

Release 8.1.3

13 Sep 08:14
84b6611
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

Other Changes

  • build: update dependencies including GH by @takb in #1844

Full Changelog: v8...v8.1.3

Release 8.1.2

13 Aug 08:49
1579727
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

Other Changes

Full Changelog: v8...v8.1.2

Release 8.1.1

17 Jul 08:45
2e3df37
Compare
Choose a tag to compare

What's Changed

Fixes 🔧

  • fix: allow highways under construction for bikes by @aoles in #1805

Other Changes

New Contributors

Full Changelog: v8.1.0...v8.1.1

Release 8.1.0

05 Jun 10:06
73d7166
Compare
Choose a tag to compare

What's Changed

New Features

  • feat: efficient many to one matrix by @aoles in #1795
    • improved performance of RPHAST matrix queries in the case when the number of sources is higher than the number of destinations
  • feat: open up snapping endpoint in public API by @aoles in #1796
    • config parameter maximum_locations to snapping endpoint
    • revise snap endpoint error codes

Fixes

  • fix: way surface type storage by @aoles in #1794
    • determine way surface based only on the value of OSM tag surface; if the tag is not present, the surface is reported as "Unknown" and no longer inferred from the way type
    • fixed reliable encoding of way type and surface
    • merge way surface categories "Fine gravel", "Cobblestone" and "Woodchips" with existing ones "Gravel", "Paving stones" and "Unpaved", respectively
    • document which values of OSM tag surface are considered for way surface categories

Other Changes