[Carpool]: Added read-only Carpool endpoints: GET /carpool/bookings, GET /carpool/bookings/{booking_id}, GET /carpool/vehicles, GET /carpool/vehicles/categories, GET /carpool/drivers.
[Vehicles]:GET /vehicles/{registration}/power-takeoff now supports filter[status] and sort_order, with reliable ordering for latest-record retrieval.
[Vehicles]: Fixed an issue where some endpoints could return another account's vehicle data due to missing account scoping.
[Legacy API]: Fixed an issue where a legacy vehicle-lookup endpoint could return an HTTP 500 error for certain requests.
[Delivery]: Fixed an issue where PUT /delivery/jobs/{jobId} returned an HTTP 500 error when a job item update only changed its todos.
[Delivery]: Fixed an issue where PUT /delivery/drivers/{driver_id} allowed changing or removing an already-linked fleet driver, which could let an active driver stop counting toward seat usage.
[Drivers]: Fixed an issue where fleet seat counts could include drivers not linked to fleet.