Releases: GIScience/openrouteservice
Releases · GIScience/openrouteservice
Release 9.1.2
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
- docs: describe release version strategy and how to copy docker image … by @jhaeu in #2001
- build: bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #1997
- fix: make gpx response adhere to standard and set version to 1.1 by @merydian in #2014
- perf: Gatling benchmarks by @MichaelsJP in #1978
- build(deps): upgrade spring-boot-starter-parent to 3.4.4 by @TheGreatRefrigerator in #2018
- build: bump vite from 5.4.14 to 5.4.17 by @dependabot in #2019
- ci: update actions to latest version by @TheGreatRefrigerator in #2022
- docs: use latest version number from package.json by @TheGreatRefrigerator in #2023
New Contributors
Full Changelog: v9...v9.1.2
v9.1.1
What's Changed
Fixes 🔧
- fix: preparation_mode by @takb in #1966
- fix: ORS_CONFIG_LOCATION doesn't log with wrong paths by @merydian in #1960
Other Changes
- refactor: adapt value range of CsvGraphStorage by @TheGreatRefrigerator in #1969
- docs: move RELEASING section from CHANGELOG.md to new RELEASE.md by @koebi in #1972
New Contributors
Full Changelog: v9.1.0...v9.1.1
Release 9.1.0
What's Changed
New Features 🎉
- feat: docs versioning by @koebi in #1919
- feat: Add topojson graph export rebase by @MichaelsJP in #1926
- feat: custom model requests by @takb in #1950
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
- docs(setup): First draft for the tomcat 10, war setup example. by @MichaelsJP in #1920
- docs(status): update status response documentation by @jhaeu in #1931
- build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group by @dependabot in #1929
- refactor: move build isochrones by @sfendrich in #1932
- build(dependencies): update spring-boot-starter, … by @takb in #1939
- docs(topojson-export): add topojson response documentation by @Chwiggy in #1935
- docs: fix table by @TheGreatRefrigerator in #1941
- docs(configuration): fix missing 'build' in paths by @jhaeu in #1948
- build(deps): bump katex from 0.16.11 to 0.16.21 in the npm_and_yarn group by @dependabot in #1949
- refactor: cleanup routing profile management by @sfendrich in #1951
- build(deps): bump vite from 5.4.10 to 5.4.14 in the npm_and_yarn group by @dependabot in #1953
- refactor: cleanup class routing profile by @sfendrich in #1958
- docs: custom model by @takb in #1961
New Contributors
Full Changelog: v9...v9.1.0
Release 7.2.1
Release 9.0.0
What's Changed
Breaking Changes 🛠
New Features 🎉
- feat: take into account
hazmat:B
, ...,hazmat:E
tags by @aoles in #1879 - feat: add Ukrainian translation for the openrouteservice instructions by @TheGreatRefrigerator in #1883
- feat graph repo client by @jhaeu in #1889
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
- docs: export endpoint live by @TheGreatRefrigerator in #1872
- build: update spring dependency … by @takb in #1876
- build(docker): Remove the go dependency by building yq from source by @MichaelsJP in #1916
- test: replace the old bash based integration tests with tests based on junit and TestContainers by @MichaelsJP in #1889
Full Changelog: v8.2.0...v9.0.0
Release 8.2.0
What's Changed
New Features 🎉
- feat: add Vietnamese translation by @haupv1m in #1859
- feat: add Finnish translation by Riikka in #1862
Fixes 🔧
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
What's Changed
Fixes 🔧
- fix: Upgrade the docker container versions by @MichaelsJP in #1839
Other Changes
Full Changelog: v8...v8.1.3
Release 8.1.2
What's Changed
Fixes 🔧
- allow for more than 4 csv columns in csv parsing by @koebi in #1821
- fix docker example in docs by @MichaelsJP in #1828
Other Changes
Full Changelog: v8...v8.1.2
Release 8.1.1
Release 8.1.0
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
- config parameter
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
- determine way surface based only on the value of OSM tag
Other Changes
- refactor: Cleanup routing profile management by @sfendrich in #1790