You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-10Lines changed: 21 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -28,25 +28,35 @@ Releasing is documented in RELEASE.md
28
28
## [unreleased]
29
29
30
30
### Added
31
-
- add minio option to graph repo client ([#2050](https://github.com/GIScience/openrouteservice/pull/2050))
32
-
- add hint to use yaml editor in docs ([#1836](https://github.com/GIScience/openrouteservice/issues/1836))
33
-
- access = permit as known access restriction type ([#2013](https://github.com/GIScience/openrouteservice/issues/2013))
34
-
- add matrix generator for performance benchmarking ([#2038](https://github.com/GIScience/openrouteservice/pull/2038))
31
+
35
32
### Changed
36
33
37
34
### Deprecated
38
35
39
36
### Removed
40
37
41
38
### Fixed
42
-
- fix outdated dockerfile base images and add a more robust native golang base image ([#2027](https://github.com/GIScience/openrouteservice/pull/2027))
39
+
40
+
### Security
41
+
42
+
43
+
## [9.2.0] - 2025-05-06
44
+
45
+
### Added
46
+
- minio option to graph repo client ([#2050](https://github.com/GIScience/openrouteservice/pull/2050))
47
+
- hint to use yaml editor in docs ([#1836](https://github.com/GIScience/openrouteservice/issues/1836))
48
+
-`access = permit` OSM tag as known access restriction type ([#2013](https://github.com/GIScience/openrouteservice/issues/2013))
49
+
- matrix generator for performance benchmarking ([#2038](https://github.com/GIScience/openrouteservice/pull/2038))
50
+
51
+
### Fixed
52
+
- update outdated dockerfile base images and add a more robust native golang base image ([#2027](https://github.com/GIScience/openrouteservice/pull/2027))
43
53
- graph build date missing in case route is not found ([#2020](https://github.com/GIScience/openrouteservice/pull/2020))
- wrong example in docs of extra-info 'waycategory' ([#1797](https://github.com/GIScience/openrouteservice/issues/1797))
56
+
- population data link in docs ([#1624](https://github.com/GIScience/openrouteservice/issues/1624))
47
57
- accept upper and lower case booleans for REBUILD_GRAPHS within the docker setup ([#2028](https://github.com/GIScience/openrouteservice/pull/2028))
48
58
- correct available features in custom-model docs ([#2033](https://github.com/GIScience/openrouteservice/issues/2033))
49
-
- prevent ferry speed derived from the OSM maxspeed tag from exceeding the maximum possible encoder value ([#2030](https://github.com/GIScience/openrouteservice/issues/2030))
59
+
- prevent ferry speed derived from the maxspeed OSM tag from exceeding the maximum possible encoder value ([#2030](https://github.com/GIScience/openrouteservice/issues/2030))
50
60
51
61
### Security
52
62
@@ -888,7 +898,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
888
898
- Fix bug in RPHAST when location lies on a oneway road.
889
899
- Consider turn restrictions if optimized=false is passed.
0 commit comments