|
| 1 | +# Digitransit OTP Release Summary |
| 2 | + |
| 3 | +## Changelog _20251209_ vs _upstream/dev-2.x_ |
| 4 | + |
| 5 | +### Added PRs |
| 6 | +- Add support for the snow and ice NeTEx transport mode [#7114](https://github.com/opentripplanner/OpenTripPlanner/pull/7114) |
| 7 | +- Improve GTFS-RT backwards earliness propagation when update starts with `NO_DATA` [#7106](https://github.com/opentripplanner/OpenTripPlanner/pull/7106) |
| 8 | +- Add native scooter preference parameters to TransModel GraphQL API [#7035](https://github.com/opentripplanner/OpenTripPlanner/pull/7035) |
| 9 | +- Normalize ServiceJourney/DatedServiceJourney ID prefixes in SIRI updates [#7128](https://github.com/opentripplanner/OpenTripPlanner/pull/7128) |
| 10 | +- Add information about the use of elevators, escalators, and stairs to queries with steps in the GTFS GraphQL API [#6897](https://github.com/opentripplanner/OpenTripPlanner/pull/6897) |
| 11 | +- Support gml:LineString format with list of gml:pos elements [#7135](https://github.com/opentripplanner/OpenTripPlanner/pull/7135) |
| 12 | +- Add Entur specific link on Emission type in transmodel API [#7148](https://github.com/opentripplanner/OpenTripPlanner/pull/7148) |
| 13 | +- Simplify handling of safety values [#6767](https://github.com/opentripplanner/OpenTripPlanner/pull/6767) |
| 14 | +- Change elevator cost calculation, add `reluctance` for elevators, and deprecate `elevatorHopCost` [#7111](https://github.com/opentripplanner/OpenTripPlanner/pull/7111) |
| 15 | +- Fix elevator ways with multiple intersection nodes [#7181](https://github.com/opentripplanner/OpenTripPlanner/pull/7181) |
| 16 | +- Improve indoor routing information in debug UI [#7174](https://github.com/opentripplanner/OpenTripPlanner/pull/7174) |
| 17 | +- Clear timetables after withdrawn NEW trips [#6280](https://github.com/opentripplanner/OpenTripPlanner/pull/6280) |
| 18 | +- Undeprecate car/bikepark nearest filters which were deprecated by accident [#7209](https://github.com/opentripplanner/OpenTripPlanner/pull/7209) |
| 19 | +- Fix SIRI-SX affects resolver [#7210](https://github.com/opentripplanner/OpenTripPlanner/pull/7210) |
| 20 | +- Add support for via-location visits in Raptor access and egress paths [#7101](https://github.com/opentripplanner/OpenTripPlanner/pull/7101) |
| 21 | +- Fix car routing using stations or multi-modal stations as locations [#7151](https://github.com/opentripplanner/OpenTripPlanner/pull/7151) |
| 22 | +- Add modes filter and totalCount to the canceled trips query in the GTFS API [#7200](https://github.com/opentripplanner/OpenTripPlanner/pull/7200) |
| 23 | +- Make sure flex transfers are indexed exactly once [#7218](https://github.com/opentripplanner/OpenTripPlanner/pull/7218) |
| 24 | +- Fix SIRI ET ExtraJourney trips not appearing in departure/arrival boards [#7052](https://github.com/opentripplanner/OpenTripPlanner/pull/7052) |
| 25 | +- Add `CarRequest` to cache key in `RaptorRequestTransferCache` [#7194](https://github.com/opentripplanner/OpenTripPlanner/pull/7194) |
| 26 | +- Add booking time parameter to the GTFS API [#7221](https://github.com/opentripplanner/OpenTripPlanner/pull/7221) |
| 27 | +- Add HTTP response time metric [#7133](https://github.com/opentripplanner/OpenTripPlanner/pull/7133) |
| 28 | +- Add second criteria to the Raptor heuristics [#7165](https://github.com/opentripplanner/OpenTripPlanner/pull/7165) |
| 29 | +- Add Route/Trip/TripOnServiceDate replacement to query apis [#7126](https://github.com/opentripplanner/OpenTripPlanner/pull/7126) |
| 30 | +- Make filters for the canceled trips query in the GTFS API a list [#7235](https://github.com/opentripplanner/OpenTripPlanner/pull/7235) |
| 31 | +- Allow setting `maxThreads` lower than `MIN_THREADS` when using parameter [#7224](https://github.com/opentripplanner/OpenTripPlanner/pull/7224) |
| 32 | +- Allow missing arrival time on the first stop in a GTFS RT Trip Update [#7245](https://github.com/opentripplanner/OpenTripPlanner/pull/7245) |
| 33 | +- Direct transit search [#7145](https://github.com/opentripplanner/OpenTripPlanner/pull/7145) |
| 34 | +- Add ability to start a Raptor search from on-board a trip in MC range raptor [#7241](https://github.com/opentripplanner/OpenTripPlanner/pull/7241) |
| 35 | +- Change `@timingData` annotations in GTFS GraphQL API [#7261](https://github.com/opentripplanner/OpenTripPlanner/pull/7261) |
| 36 | +- Account for DST and multi-day trips in departure boards [#7250](https://github.com/opentripplanner/OpenTripPlanner/pull/7250) |
| 37 | +- Add publiccode.yml for OpenTripPlanner [#7212](https://github.com/opentripplanner/OpenTripPlanner/pull/7212) |
| 38 | +- Expose boolean extraCall field on EstimatedCall in Transmodel API [#7272](https://github.com/opentripplanner/OpenTripPlanner/pull/7272) |
| 39 | +- Fix mapping of `banned.trip` in GTFS API [#7288](https://github.com/opentripplanner/OpenTripPlanner/pull/7288) |
| 40 | +- Add trip's `carsAllowed` property to GTFS GraphQL API [#7282](https://github.com/opentripplanner/OpenTripPlanner/pull/7282) |
| 41 | +- Use only the closest vertices for each mode when linking with multiple street modes to improve performance [#7309](https://github.com/opentripplanner/OpenTripPlanner/pull/7309) |
| 42 | +- Accept integer values in Transmodel Cost scalar [#7315](https://github.com/opentripplanner/OpenTripPlanner/pull/7315) |
| 43 | +- Fix transport mode filter not applied on multi-mode patterns [#7275](https://github.com/opentripplanner/OpenTripPlanner/pull/7275) |
| 44 | +- Support for Siri ArrivalStatus.ARRIVED on EstimatedCalls [#7299](https://github.com/opentripplanner/OpenTripPlanner/pull/7299) |
| 45 | +- Fix memory leak in `TimetableSnapshot` related to `patternsForStop` and `realTimeAddedReplacedByTripOnServiceDateById` [#7253](https://github.com/opentripplanner/OpenTripPlanner/pull/7253) |
0 commit comments