From 12ed7d7bd262afa8d3e3655c9aad2866cafdf7fa Mon Sep 17 00:00:00 2001 From: Jochen Haeussler Date: Wed, 5 Jun 2024 09:47:31 +0200 Subject: [PATCH 1/3] ci: bump version number --- ors-api/pom.xml | 2 +- ors-engine/pom.xml | 2 +- ors-report-aggregation/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ors-api/pom.xml b/ors-api/pom.xml index 526775da35..9cada49540 100644 --- a/ors-api/pom.xml +++ b/ors-api/pom.xml @@ -30,7 +30,7 @@ ../pom.xml openrouteservice org.heigit.ors - 8.1.0-SNAPSHOT + 8.1.0 4.0.0 diff --git a/ors-engine/pom.xml b/ors-engine/pom.xml index 88e79e8cb0..1fadd714c0 100644 --- a/ors-engine/pom.xml +++ b/ors-engine/pom.xml @@ -30,7 +30,7 @@ ../pom.xml openrouteservice org.heigit.ors - 8.1.0-SNAPSHOT + 8.1.0 4.0.0 diff --git a/ors-report-aggregation/pom.xml b/ors-report-aggregation/pom.xml index ecfdf60406..d97e725e20 100644 --- a/ors-report-aggregation/pom.xml +++ b/ors-report-aggregation/pom.xml @@ -3,13 +3,13 @@ ../pom.xml openrouteservice org.heigit.ors - 8.1.0-SNAPSHOT + 8.1.0 4.0.0 org.heigit.ors ors-report-aggregation - 8.1.0-SNAPSHOT + 8.1.0 pom diff --git a/pom.xml b/pom.xml index 0562a27569..54d0444f0c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 4.0.0 org.heigit.ors openrouteservice - 8.1.0-SNAPSHOT + 8.1.0 pom openrouteservice https://openrouteservice.org From 373644b35959a281211d7fa81a3c927c9008d98e Mon Sep 17 00:00:00 2001 From: Jochen Haeussler Date: Wed, 5 Jun 2024 10:22:11 +0200 Subject: [PATCH 2/3] chore: update changelog for release --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4d3ef0b6..23612ce34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,12 +35,21 @@ RELEASING: ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [8.1.0] - 2024-06-05 +### Added - document which values of OSM tag `surface` are considered for way surface categories ([#1794](https://github.com/GIScience/openrouteservice/pull/1794)) - config parameter `maximum_locations` to snapping endpoint ([#1796](https://github.com/GIScience/openrouteservice/pull/1796)) ### Changed - 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 ([#1794](https://github.com/GIScience/openrouteservice/pull/1794)) -- improved performance of RPHAST matrix queries in the case when the number of sources is higher than the number of destinations +- improved performance of RPHAST matrix queries in the case when the number of sources is higher than the number of destinations ([#1795](https://github.com/GIScience/openrouteservice/pull/1795)) - revise snap endpoint error codes ([#1796](https://github.com/GIScience/openrouteservice/pull/1796)) +- refactor: Cleanup routing profile management ([#1790](https://github.com/GIScience/openrouteservice/pull/1790)) ### Deprecated - soon-to-be removed features. ### Removed @@ -771,7 +780,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi - Fix bug in RPHAST when location lies on a oneway road. - Consider turn restrictions if optimized=false is passed. -[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.0.1...HEAD +[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.1.0...HEAD +[8.1.0]: https://github.com/GIScience/openrouteservice/compare/v8.0.1...v8.1.0 [8.0.1]: https://github.com/GIScience/openrouteservice/compare/v8.0.0...v8.0.1 [8.0.0]: https://github.com/GIScience/openrouteservice/compare/v7.1.1...v8.0.0 [7.1.1]: https://github.com/GIScience/openrouteservice/compare/v7.1.0...v7.1.1 From 581b05593c946a756d1faeaaa0ad1725e6e2f45b Mon Sep 17 00:00:00 2001 From: Jochen Haeussler Date: Wed, 5 Jun 2024 10:45:48 +0200 Subject: [PATCH 3/3] chore: update changelog for release --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23612ce34d..bd3f28c4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,14 +50,10 @@ RELEASING: - improved performance of RPHAST matrix queries in the case when the number of sources is higher than the number of destinations ([#1795](https://github.com/GIScience/openrouteservice/pull/1795)) - revise snap endpoint error codes ([#1796](https://github.com/GIScience/openrouteservice/pull/1796)) - refactor: Cleanup routing profile management ([#1790](https://github.com/GIScience/openrouteservice/pull/1790)) -### Deprecated -- soon-to-be removed features. ### Removed - merge way surface categories "Fine gravel", "Cobblestone" and "Woodchips" with existing ones "Gravel", "Paving stones" and "Unpaved", respectively ([#1794](https://github.com/GIScience/openrouteservice/pull/1794)) ### Fixed - reliable encoding of way type and surface ([#1794](https://github.com/GIScience/openrouteservice/pull/1794)) -### Security -- in case of vulnerabilities. (Use for vulnerability fixes) ## [8.0.1] - 2024-05-14 ### Added