today
Platform Updates - August 2, 2026
Highlights
- 🔎 Filter Logs by Job or Application ID: You can now filter logs in the dashboard by a specific Job ID or Application ID. This makes it much easier to trace all API interactions related to a particular job or candidate application, speeding up debugging and monitoring.
- 🚀 More Granular Syncs with Sync Units: We are continuing the rollout of Sync Units, our new data synchronization model. Sync Units break down large syncs into smaller, independent parts, enabling more efficient data updates, per-model webhooks, and faster unlocks of API endpoints.
- ⚡️ Improved API Performance with Shared Token Caching: We've rolled out a new platform-wide caching layer for integration access tokens. This significantly reduces redundant authentication requests, leading to faster and more reliable API calls, especially for high-volume operations.
What else we've shipped 🚀
- Dashboard Improvements:
- 🪵 Integration Logs: The logs page for a specific integration now only shows actions relevant to its category (e.g., you'll only see HRIS actions for a HiBob integration).
- 🧠 Filter Memory: Filters you apply on the integrations page are now remembered for the duration of your session, so you don't have to re-apply them when navigating back and forth.
- ⚙️ Data Integrity: We've improved data cleanup logic to ensure that data is correctly removed when you disable specific models in your integration's scope configuration.
Performance & Reliability
- Improved database stability by setting stricter timeouts on long-running queries and transactions to prevent system-wide slowdowns.
- Upgraded our database driver to fix potential connection leaks and better handle deadlocks under high load.