today
Platform Updates - August 9, 2026
Highlights
- π Improved OAuth Reliability for Token Rotations
We've significantly improved the reliability of our OAuth-based integrations, especially for providers like Greenhouse that rotate access tokens frequently. - β‘ Smarter Data Change Tracking
We've enhanced our change tracking system to be smarter about what constitutes a data update. It now correctly treats empty values (like `null` and `{}`) as unchanged, preventing unnecessary `changed_at` updates.
This change especially helps to avoid triggering large, unnecessary delta syncs.
What else we've shipped π
- π New Documentation: We've published new documentation on how we prioritize support requests to provide more transparency into our process.
- Dashboard Improvements:
- Added a confirmation dialog before changing an integration's category in production environments to prevent accidental modifications.
- Removed a slow-loading banner from the integrations page to improve performance.
- Disabled the 'Escape' key shortcut for navigating back on detail pages to prevent accidental navigation.
- π Data Consistency: Custom fields are now consistently stored as empty objects `{}` instead of `NULL` to improve data consistency across the platform.