v6.1.6
calcom/cal.diyv6.1.6Jan 28, 2026by cal-com-ci[bot]
AI Summary
This release prioritizes performance with rate limiting additions and database indexing, alongside UI improvements to the download and webhooks settings.
Key Highlights
- Add forcedSlowMode rate limit to Team and Organization DELETE endpoints
- Add composite indexes for booking queries
- Fix cancel download fetch behavior
- Apply Frame component to webhooks settings page
New Features
- ForcedSlowMode rate limiting
Full Release Notes
## What's Changed * feat: apply Frame component to webhooks settings page by @PeerRich in https://github.com/calcom/cal.com/pull/27291 * feat: add forcedSlowMode rate limit to Team and Organization DELETE endpoints by @emrysal in https://github.com/calcom/cal.com/pull/27258 * fix: cancel download fetch when progress toast is closed by @eunjae-lee in https://github.com/calcom/cal.com/pull/27152 * perf: remove _count children query from EventType and Workflow repositories by @keithwillcode in https://github.com/calcom/cal.com/pull/27309 * fix: await unawaited calendar.events.patch call in updateEvent by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/27313 * refactor: lazy load KBar data fetching hooks only when opened by @emrysal in https://github.com/calcom/cal.com/pull/27314 * perf: add composite indexes for booking queries at scale by @keithwillcode in https://github.com/calcom/cal.com/pull/27315 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.1.5...v6.1.6