v5.9.13
calcom/cal.diyv5.9.13Dec 11, 2025by emrysal
AI Summary
This release refactors schedule utilities, improves the booking redesign, and introduces new filtering capabilities for round robin hosts.
Key Highlights
- Migrated schedule utils from TRPC to ScheduleRepository
- Improved bookings redesign
- Added hostSubsetIds parameter for round robin host filtering
- Added public OOO notes display on booking pages
- Added booker lifecycle SDK events for embed tracking
New Features
- Round robin host filtering (hostSubsetIds)
- Public OOO notes display on booking pages
Full Release Notes
## What's Changed * fix(companion): update react-native-reanimated to Expo 54 compatible version by @volnei in https://github.com/calcom/cal.com/pull/25741 * refactor: migrate schedule utils from TRPC to ScheduleRepository to break circular dependency by @hbjORbj in https://github.com/calcom/cal.com/pull/24764 * chore: delete changeset files for atoms release by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/25746 * fix: preserve metadata fields during partial event type updates by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/25621 * feat: add hostSubsetIds parameter for round robin host filtering by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/25627 * fix: watch invites to ensure reactivity of invites by @sean-brydon in https://github.com/calcom/cal.com/pull/25755 * fix(phone-input): resolve styling inconsistencies in focus states and hover effects by @KartikLabhshetwar in https://github.com/calcom/cal.com/pull/25744 * fix: Playwright user cleanup deadlock in E2E by @anikdhabal in https://github.com/calcom/cal.com/pull/25677 * chore: upgrade lingo.dev by @volnei in https://github.com/calcom/cal.com/pull/25748 * docs: fix grammar, redundant word, and simplify OAuth client docs by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/25747 * fix: form step in teams invite by @sean-brydon in https://github.com/calcom/cal.com/pull/25764 * docs: add ErrorWithCode vs TRPCError guidelines and packages/features import restrictions by @eunjae-lee in https://github.com/calcom/cal.com/pull/25751 * feat(bookings): improve bookings redesign by @eunjae-lee in https://github.com/calcom/cal.com/pull/25251 * feat: Include booking question response in csv file from insights page by @dhairyashiil in https://github.com/calcom/cal.com/pull/25454 * fix: Hide team members in social preview when team is private by @anikdhabal in https://github.com/calcom/cal.com/pull/25770 * fix(validation): disallow whitespace-only team name by @abhix4 in https://github.com/calcom/cal.com/pull/25467 * fix: Add orgSlug to slots.getSchedule call by @emrysal in https://github.com/calcom/cal.com/pull/25397 * fix: use safeStringify by @Udit-takkar in https://github.com/calcom/cal.com/pull/25766 * refactor: remove duplicate code for buildBaseWhereCondition by @hbjORbj in https://github.com/calcom/cal.com/pull/25779 * style: add mb-2 to workflows page flex container by @KartikLabhshetwar in https://github.com/calcom/cal.com/pull/25787 * feat: gated features modal by @Amit91848 in https://github.com/calcom/cal.com/pull/25296 * fix: try submit instead of form manual submition by @sean-brydon in https://github.com/calcom/cal.com/pull/25789 * fix: styling issues for platform dashboard checkbox by @Ryukemeister in https://github.com/calcom/cal.com/pull/25782 * chore: hide rrHostSubsetIds and rrHostSubsetEnabled from api docs by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/25769 * fix: reset Cloudflare Turnstile token on signup errors by @dhairyashiil in https://github.com/calcom/cal.com/pull/24927 * feat: Add public OOO notes display on booking pages by @dhairyashiil in https://github.com/calcom/cal.com/pull/25471 * perf: optimize `getLuckyUser` to skip data fetching for single user by @dhairyashiil in https://github.com/calcom/cal.com/pull/25337 * feat: add booker lifecycle SDK events for embed tracking by @hariombalhara in https://github.com/calcom/cal.com/pull/25569 **Full Changelog**: https://github.com/calcom/cal.com/compare/v5.9.12...v5.9.13