What's Changed
- perf: optimize google's getAvailability with caching by @zomars in #22191
- perf: optimize date range intersection algorithm from O(n²) to O(n log n) by @keithwillcode in #22076
- docs: improve English naturalness in API v2 documentation by @keithwillcode in #22130
- fix: Duplicate calendar event when a guest is added by @anikdhabal in #22247
- refactor: create team service by @Udit-takkar in #22036
- feat: Waiting room setting for Zoom by @anikdhabal in #22256
- refactor: filter out admins and owners from platform event types hosts by @supalarry in #22258
- feat: Add routing-forms record response endpoint with available slots by @hariombalhara in #22239
- chore: fix key duplication in common.json by @apsinghdev in #21975
- fix: prevent footer from overlapping content in SearchDialog by @abhix4 in #22266
- fix: Workflow scanning by @joeauyeung in #22273
- refactor: replace Prisma.validator() with satisfies syntax by @devin-ai-integration in https://github.com//pull/22270 New Contributors @apsinghdev made their first contribution in https://github.com//pull/21975 Full Changelog: https://github.com/calcom/cal.com/compare/v5.4.13...v5.4.14