2016-04-02 19:07:32 -04:00
|
|
|
# 5.0.0 RC1
|
2016-02-15 19:15:34 -05:00
|
|
|
- Renamed osrm-prepare into osrm-contract
|
2016-02-14 13:36:11 -05:00
|
|
|
- osrm-contract does not need a profile parameter anymore
|
2016-04-02 19:07:32 -04:00
|
|
|
- New public HTTP API, find documentation [here](https://github.com/Project-OSRM/osrm-backend/wiki/New-Server-api)
|
|
|
|
- POST support is discontinued, please use library bindings for more complex requests
|
|
|
|
- Removed timestamp plugin
|
|
|
|
- Coordinate order is now Longitude,Latitude
|
|
|
|
- Cucumber tests now based on Javascript (run with `npm test`)
|
|
|
|
- Profile API changed:
|
|
|
|
- `forward_mode` and `backward_mode` now need to be selected from a pre-defined list
|
|
|
|
- Global profile properties are now stored in a global `properties` element. This includes:
|
|
|
|
- `properties.traffic_signal_penalty`
|
|
|
|
- `properties.use_turn_restrictions`
|
|
|
|
- `properties.u_turn_penalty`
|
|
|
|
- `properties.allow_u_turn_at_via`
|
|
|
|
|
|
|
|
|