Releases: HSLdevcom/OpenTripPlanner
Releases · HSLdevcom/OpenTripPlanner
20.6.2019
- Fixes to sharingOS data source
17.6.2019
- Added sharingOS bike rental data source
10.6.2019
- Fixed currency calculation in TicketTypes GraphQL query and made it possible to fetch the zones that the tickets are valid for
- Fixed Finnish localization of generic place names
20.5.2019
- Take omitCancelled parameter into account when fetching stoptimes
- Propagate trip updates backwards to allow trip time estimates that are before scheduled times
- Allow using SKIPPED schedule_relationship for stops in trip updates
15.5.2019
- Fixed issue with trip times being canceled if stop only includes data about either arrival or departure
- Add alertUrlTranslations field to service alerts in GraphQL API
16.4.2019
- Added API for fetching cancelled trips
- Timeout for graphQL queries increased to max 30 seconds
- Added allowedBikeRentalNetworks for limiting routing to certain bike rental networks
- Fixed bug in bike rental station information not being updated if fetched from graph
- Added support for Samocat scooter station updater
28.3.2019
- Added omitCanceled routing parameter to choose if canceled trips are returned or not
- Added cause, effect and severityLevel to service alerts
- Added way to fetch alerts for a stop through GraphQL API
- Changed agencies to be linked to feedIds in APIs
- Fixed wheelchair accessibility in transfers
- Made it possible to use credentials for a MQTT feed
- Fixed issue with stop times being updated/canceled when they are not in feed data
- Added a default way to create unpreferred/preferred/banned routes
- Added useUnpreferredRoutesPenalty to APIs to control how much penalty seconds are added to unpreferred routes
- Added networks information to bike rental Smoove stations
20.12.2018
- Replace default serialization with Kryo. Faster graph save and load.
- Fixed a memory leak caused by routing searches
- Fetch terminal if no stop with id exists
- Fixed a reverse optimization bug
14.11.2018
- Fix issue with unrealistic walk durations at certain start or end edges
- Add support for horizontally moving elevators (way objects with highway=elevator tag)
- Fix unwanted deprecation in request ticketTypes format
- Fix regressions in ticket price computations
31.10.2018
- Walk speed while making public transit transfers is now computed more accurately
- Elevation data now contributes in finding walking and cycling routes
- Elevation data unit control added
- Ticket price computation errors in via point routing fixed
- Recent developments from OTP upstream merged
- Security improvements