Skip to content

Commit

Permalink
chore: release v8.1.0 (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaeu authored Jun 5, 2024
2 parents 94384f0 + 581b055 commit 73d7166
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,25 @@ 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))
### Deprecated
- soon-to-be removed features.
- refactor: Cleanup routing profile management ([#1790](https://github.com/GIScience/openrouteservice/pull/1790))
### 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
Expand Down Expand Up @@ -771,7 +776,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
Expand Down
2 changes: 1 addition & 1 deletion ors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.0-SNAPSHOT</version>
<version>8.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ors-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.0-SNAPSHOT</version>
<version>8.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions ors-report-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.0-SNAPSHOT</version>
<version>8.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>ors-report-aggregation</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>8.1.0</version>
<packaging>pom</packaging>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>8.1.0-SNAPSHOT</version>
<version>8.1.0</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down

0 comments on commit 73d7166

Please sign in to comment.