Release notes
Change history with Breeze partner APIs.
2026-09-16 (build v1.41.15)
- An international itinerary cannot be sold if its earliest departure is within the configurable two-hour cutoff. This check runs at sell time and rejects bookings with `ERR-4009` (InternationalDepartureTooSoon).
2026-09-11 (build v1.41.8)
- **Contacts:** Agency contacts can now be set on order creation and modification via API. Agency contacts require a name and email address. Only one agency contact can be updated or removed per-request.
- **Orders (XML):** `OrderViewRS` now echoes the agency contact's name.
- **Flight credits:** We check if the agency code provided during seller creation or update corresponds to a credit account.
- **Payments:** Hold confirmation is tightened to ensure payment is collected before commit. If a card payment does not clear the live balance, the request fails with `ERR-6002` instead of committing and returning success.
- **Payments** The API response for a successful hold confirm may report `ONHOLD` with a `PENDING` payment, but subsequent retrieval will show the settled state.
- **Notifications** We register new reservations for travel alert notifications (e.g., delay, check-in).
2026-09-10 (build v1.41.0)
- Add support for agency and loyalty point refunds
2026-09-09 (build v1.39.10)
- Updated the `/health` endpoint to include the `version` field in both success and loading responses. !142
- Improved health probe logging by normalizing the request path to ignore logs for `/health` requests regardless of query strings or suffixes. !141
2026-09-02 (build v1.39.0)
- Add support for IATA XML schema v26.2
2026-08-14 (build v1.33.0)
- Provide baggage weight and dimension allowance data.