Changelog

May 19, 2025

  • Update to resolve an issue affecting paginated API responses where next_page_url and prev_page_url referenced an incorrect endpoint and did not preserve the original query parameters.
  • Update to /unit_quotes endpoint to address unhandled exceptions that could appear in the response.

April 23, 2025

  • Update to /reservations endpoint to resolve an issue where cancellations returned an error despite successfully cancelling the reservation.

April 14, 2025

  • Improved performance and consistency for /units, /reservations, and /unit_ based endpoints.
    • Updated pagination behavior for /reservations"total_page_count" will just indicate if there is a next page, but in cases where a non-existent page is requested, it will return 1 as the "total_page_count".
  • Update to /reservations endpoint to resolve an issue with guest counts in reservation records.

April 9, 2025

  • Update to /reservations endpoint to address an issue where certain property-level tax settings were not being applied consistently during booking creation.

April 3, 2025

  • Improved handling of time-based data in paginated requests to prevent internal errors when using higher "page_size" values.
  • Corrected formatting in paginated response URLs to ensure consistency with versioned endpoint structures.