File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2544,7 +2544,8 @@ <h2 id="260-snapshot-under-development">2.6.0-SNAPSHOT (under development)</h2>
2544
2544
< li > Add rental system to GraphQL API < a href ="https://github.com/opentripplanner/OpenTripPlanner/pull/5909 "> #5909</ a > </ li >
2545
2545
< li > Improve handling of SIRI added trip with unresolvable agency < a href ="https://github.com/opentripplanner/OpenTripPlanner/pull/5931 "> #5931</ a > </ li >
2546
2546
< li > Fix copy-on-write in TimetableSnapshot < a href ="https://github.com/opentripplanner/OpenTripPlanner/pull/5941 "> #5941</ a > </ li >
2547
- < li > Generate documentation for OSM tag mappers < a href ="https://github.com/opentripplanner/OpenTripPlanner/pull/5929 "> #5929</ a >
2547
+ < li > Generate documentation for OSM tag mappers < a href ="https://github.com/opentripplanner/OpenTripPlanner/pull/5929 "> #5929</ a > </ li >
2548
+ < li > Disable Legacy REST API by default < a href ="https://github.com/opentripplanner/OpenTripPlanner/pull/5948 "> #5948</ a >
2548
2549
< a href ="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE "> </ a > </ li >
2549
2550
</ ul >
2550
2551
< h2 id ="250-2024-03-13 "> 2.5.0 (2024-03-13)</ h2 >
Original file line number Diff line number Diff line change @@ -2119,8 +2119,8 @@ <h1 id="apis">APIs</h1>
2119
2119
< h2 id ="legacy-apis-to-be-removed "> Legacy APIs (to be removed)</ h2 >
2120
2120
< p > The OTP REST API used to power many apps and frontends. For years it was the only way to access
2121
2121
OTP programmatically.</ p >
2122
- < p > Over time it has been replaced by the GraphQL APIs and is scheduled to be disabled by default
2123
- and eventually removed completely. It's therefore not recommended to use it.</ p >
2122
+ < p > Over time it has been replaced by the GraphQL APIs and is now disabled by default
2123
+ and will eventually be removed completely. It's therefore not recommended to use it.</ p >
2124
2124
2125
2125
2126
2126
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments