Deprecations
As our product evolves we sometimes make way for newer features to replace older ones. This can involve potentially breaking changes to existing features. To keep the operational impact small we announce such changes here before their sunset.
Removal of return_to_hub property on tour response
We are removing the return_to_hub
property returned on the standard response for bookings & tours.
Removal of generic force_delivery package transition
Due to the introduction of configurable off-tour package delivery proofs we are replacing the generic force_delivery
transition with a dedicated endpoint.
Adjusted indication for ability to remove package from tour
On the package lookup endpoint we are renaming the removable_from_dropoff_tour
permission indicator
to the standardized permissions.removable
property.
Removal of hailing_booking.* webhooks
Due to the ongoing split between bookings and tours, we are deprecating a wide range of webhook events that were shared between both bookings and tours in the past, replacing them with booking and tour specific replacements where suitable.
Simplified stop update routes
We have added simplified routes for granular stop data editing endpoints.