These release notes cover 9.14 - Aug 12, 2025
Improvements:
- Newly added Google calendar syncs connections going forward will now utilize TimeTap’s in-house sync instead of using Cronofy
- Add pagination to the Locations page of the Backoffice (Settings > Locations)
- Added Creole as an available Allowed Language for translations
- Various internal performance improvements
Bugs Fixed:
Incorrect date and time info was populating for wait list registrations on the Join Wait List tab of the Client Scheduler when using Add the whole day or Enter custom time frame options
Hot Fixes:
Email logs were displaying an unexpected Delivery status and were not updating to the expected Delivered/Opened statuses, even though messages were still being successfully processed and delivered (Pushed Aug 13, 2025 at ~5pm ET)
API Changes:
-
The Client create endpoint will no longer accept a client ID when creating a new client
Attempting to pass a client ID when creating a new client will return the error: “Client id cannot be provided during create process. Please use the update function instead”
To create a new client, ensure the client ID is null
To update an existing client, use the update endpoint as documented here: Client API Docs