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
5. Git tag release commit with vX.X.X to enable links
32
+
6. Double check issue links are valid
33
+
7. Bump version in pom.xml
34
+
-->
35
+
6
36
## [Unreleased]
37
+
### Changed
38
+
- Improved road bike average speed to be faster on cycleways and slower on bad road surface or certain road types such as footways.
39
+
40
+
## [6.5.0] - 2021-05-17
7
41
### Added
8
-
- New fast isochrone algorithm based on preprocessed data
42
+
- Time-dependent core-based routing algorithms
43
+
- Option to disable edge-based routing in core for a single weighting ([#928](https://github.com/GIScience/openrouteservice/issues/928))
44
+
### Changed
45
+
- Speed values falling below encoder's resolution are consequently stored as lowest possible non-zero value rather than being rounded to zero together with setting access to the corresponding edges to false ([#944](https://github.com/GIScience/openrouteservice/issues/944))
9
46
### Fixed
47
+
- Do not consider ill-defined "maxspeed = 0" OSM tags ([#940](https://github.com/GIScience/openrouteservice/issues/940))
48
+
- Use JSON definitions of country-specific speed limits ([#939](https://github.com/GIScience/openrouteservice/issues/939))
49
+
- Config file parameter to set the number of active landmarks for core routing ([#930](https://github.com/GIScience/openrouteservice/issues/930))
50
+
- Make sure A* with beeline approximation is used as default fallback algorithm ([#926](https://github.com/GIScience/openrouteservice/issues/926))
51
+
- Prioritize graph build date over data date in routing request ([#925](https://github.com/GIScience/openrouteservice/issues/925))
52
+
- Correct package declaration of BoundingBoxFactoryTest ([#933](https://github.com/GIScience/openrouteservice/issues/933))
53
+
- Some corrections to Hungarian language support (thanks to [debyos](https://github.com/debyos))
54
+
55
+
## [6.4.3] - 2021-04-28
10
56
### Changed
11
-
### Deprecated
57
+
- Reduced unnecessary warning messages caused by spring output stream handling ([#899](https://github.com/GIScience/openrouteservice/issues/899)
58
+
### Fixed
59
+
- Changed fast isochrone calculation behavior for multiple ranges
60
+
61
+
## [6.4.2] - 2021-04-21
62
+
### Added
63
+
- Allow to disable OSM conditional access and speed encoders via parameter in config file
64
+
- Turkish language support (thanks to [kucar17](https://github.com/kucar17) for the translation)
65
+
### Changed
66
+
- app.config.sample HGV profile has now same settings regarding speed calculation as public API ([#806](https://github.com/GIScience/openrouteservice/issues/806))
67
+
### Fixed
68
+
- Concurrency bug in core edge filters which caused crashes during CALT graph preparation ([#905](https://github.com/GIScience/openrouteservice/issues/905))
69
+
- Fixed isochrones range documentation ([#882](https://github.com/GIScience/openrouteservice/issues/676))
70
+
- Updated installation instructions and usage to reflect v2 api ([#744](https://github.com/GIScience/openrouteservice/issues/744))
71
+
- Fixed isochrones algorithm selection for location_type parameter ([#676](https://github.com/GIScience/openrouteservice/issues/676))
- Fixed incorrect indexing of waypoints for consecutive identical coordinates ([#762](https://github.com/GIScience/openrouteservice/issues/762))
78
+
- Changed isochrone polygon calculation to use more buffering
79
+
80
+
## [6.4.0] - 2021-03-26
81
+
### Added
82
+
- API endpoint "centrality" to calculate [betweenness centrality](https://en.wikipedia.org/wiki/Betweenness_centrality) values for nodes inside a given bounding box. Centrality is calculated using Brandes' algorithm.
83
+
- Support for turn restrictions with core-based routing algorithms
84
+
### Changed
85
+
- Use Querygraph and virtual nodes for isochrone calculation in the same manner as in routing
86
+
- Remove Isochrones v1 api tests
87
+
### Fixed
88
+
- Fixed calculation of route distance limits with skipped segments ([#814](https://github.com/GIScience/openrouteservice/issues/814))
89
+
- Fixed missing segment distance and duration ([#695](https://github.com/GIScience/openrouteservice/issues/695))
90
+
- Fixed no response when asking for isochrone intersections ([#675](https://github.com/GIScience/openrouteservice/issues/675))
91
+
- Fixed continue_straight option with no bearing on CH-enabled profiles
92
+
93
+
## [6.3.6] - 2021-02-02
94
+
### Fixed
95
+
- Expand coordinates of all previous limit polygons before adding to new builder to prevent break-in on long polygon edges
96
+
97
+
## [6.3.5] - 2021-01-28
98
+
### Added
99
+
- Output run file to signal completion of graph building/loading at init time
100
+
### Fixed
101
+
- Define behavior for first container start with existing app.config
102
+
103
+
## [6.3.4] - 2021-01-19
104
+
### Changed
105
+
- Overhaul of Contour creation for fast isochrones. Fixing unexpected behaviour for border edges.
106
+
107
+
## [6.3.3] - 2021-01-15
108
+
### Fixed
109
+
- Updated CGIAR URL in GH (see GH fork [#35](https://github.com/GIScience/graphhopper/pull/35))
110
+
111
+
## [6.3.2] - 2020-12-14
112
+
### Added
113
+
- Prototype of time-dependent routing with A*, which takes into account OSM conditional access restrictions and speed limits
114
+
- Japanese language support ([#811](https://github.com/GIScience/openrouteservice/pull/811), thanks to [higa4](https://github.com/higa4) for the translation)
115
+
### Changed
116
+
- Added performance improvement for fast isochrones in active cell calculation
117
+
### Fixed
118
+
- Stabilize geometry for small isochrones with small intervals
119
+
- Updated dependencies
120
+
121
+
## [6.3.1] - 2020-10-20
122
+
### Fixed
123
+
- Updated documentation for running in Docker ([#798](https://github.com/GIScience/openrouteservice/issues/798))
124
+
- Handle invalid combination of HillIndexStorage without elevation ([#683](https://github.com/GIScience/openrouteservice/issues/683))
125
+
- Enabled turning off elevation data handling for profiles
126
+
- Fixed a bug in fast isochrones preprocessing
127
+
128
+
## [6.3.0] - 2020-09-14
129
+
### Added
130
+
- New fast isochrone algorithm based on preprocessed data
131
+
### Fixed
132
+
- Fixed handling of invalid extra info requests ([#795](https://github.com/GIScience/openrouteservice/issues/795))
12
133
13
134
## [6.2.1] - 2020-08-13
14
135
### Added
15
136
- Check whether routing points are within different countries before routing and break if they are and all borders should be avoided
16
137
### Fixed
17
138
- Updated Docker process to use Java 11 ([#777](https://github.com/GIScience/openrouteservice/issues/777))
18
139
- Correctly resolve routing profile categories when initializing core edge filters in preprocessing ([#785](https://github.com/GIScience/openrouteservice/issues/785))
19
-
### Changed
20
-
- Improved road bike average speed to be faster on cycleways and slower on bad road surface or certain road types such as footways.
21
-
### Deprecated
22
140
23
141
## [6.2.0] - 2020-07-15
24
142
### Added
@@ -58,7 +176,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
58
176
- Enable CH and Core-ALT preprocessing with recommended weighting for all profiles.
59
177
- Refactor wheelchair builder
60
178
- Running a Docker container will now create a `app.config` on the host machine, so it's now usable from Dockerhub
61
-
### Deprecated
62
179
63
180
## [6.1.0] - 2020-03-06
64
181
### Added
@@ -80,7 +197,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
80
197
- Make Docker setup more flexible wrt customizations ([#627](https://github.com/GIScience/openrouteservice/issues/627))
81
198
- Updated GraphHopper to newer version (0.13)
82
199
- Give more details to green and quiet routing API descriptions ([#632](https://github.com/GIScience/openrouteservice/issues/632))
83
-
### Deprecated
84
200
85
201
## [6.0.0] - 2019-12-03
86
202
### Added
@@ -127,7 +243,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- Refactor fallback to preprocessing-independent algorithm for certain routing request params
129
245
- Removed some landmark sets as default from app.config.sample
130
-
### Deprecated
131
246
132
247
## [5.0.1] - 2019-04-08
133
248
### Added
@@ -153,7 +268,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
153
268
- Removed the code that was inserted for the prototype traffic weightings as it was not used and made GH updates more complicated.
154
269
155
270
156
-
## [5.0] - 2019-02-25
271
+
## [5.0.0] - 2019-02-25
157
272
### Added
158
273
- Updated api code to use the Spring framework, with the v2 api being added ([Issue #233](https://github.com/GIScience/openrouteservice/issues/233))
159
274
- Added support for ISO 3166-1 Alpha-2 / Alpha-3 codes for routing directions option avoid_countries ([Issue #195](https://github.com/GIScience/openrouteservice/issues/195))
@@ -170,7 +285,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
170
285
- Added /directions as an endpoint for routing ([Issue #384](https://github.com/GIScience/openrouteservice/issues/384))
171
286
- Removed the following avoid features: pavedroads, unpavedroads, tunnels, tracks and hills, as well as the option to set maximum speed; for cycling and walking profiles the option to specify difficulty settings such as fitness level and maximum steepness ([issue #396](https://github.com/GIScience/openrouteservice/issues/396))
172
287
- Updated pom to always build ors.war ([Issue #432](https://github.com/GIScience/openrouteservice/issues/432))
173
-
### Deprecated
174
288
175
289
## [4.7.2] - 2018-12-10
176
290
### Added
@@ -188,7 +302,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
188
302
- Updated checks on pedestrian way filter for access restrictions
189
303
### Changed
190
304
- Allowed access for cars and hgvs on access=destination roads ([Issue #342](https://github.com/GIScience/openrouteservice/issues/342))
191
-
### Deprecated
192
305
193
306
## [4.7.1] - 2018-10-24
194
307
### Added
@@ -204,9 +317,8 @@ Added area_units for isochrones API as units being misleading ([Issue #272](http
204
317
- Changed app.config.sample for docker to consider split profiles ([Issue #320](https://github.com/GIScience/openrouteservice/issues/320))
205
318
- Changed minor information in pom.xml
206
319
- Updated API test starting coordinates to be on a road ([Issue #328](https://github.com/GIScience/openrouteservice/issues/328))
207
-
### Deprecated
208
320
209
-
## [4.7] - 2018-10-10
321
+
## [4.7.0] - 2018-10-10
210
322
### Added
211
323
- Removed locations code as this will be handled by openpoiservice in the future ([Issue #120](https://github.com/GIScience/openrouteservice/issues/120))
212
324
- Removed Geocoding code as this will be handled by the geocoder service rather than within ORS
@@ -265,7 +377,7 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
265
377
- Updated the error response for geocding when no address found ([Issue #134](https://github.com/GIScience/openrouteservice/issues/134))
266
378
267
379
268
-
## [4.5] - 2018-02-27
380
+
## [4.5.0] - 2018-02-27
269
381
### Added
270
382
- Functionality has been added to restrict routes so that they do not cross all borders, controlled borders, or the borders of specific countries ([Issue #41](https://github.com/GIScience/openrouteservice/issues/41))
271
383
- Added GeoJson export for routing exports ([Issue #54](https://github.com/GIScience/openrouteservice/issues/54))
@@ -327,11 +439,32 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
327
439
- Fix bug in RPHAST when location lies on a oneway road.
328
440
- Consider turn restrictions if optimized=false is passed.
0 commit comments