v6.1.14
yamadashy/repomixv6.1.14Feb 10, 2026by cal-com-ci[bot]
AI Summary
This update improves the booking audit system by adding routing trace dialogs and seeding data. It also refactors dependency decoupling between features and trpc server, and adds filter segment validation.
Key Highlights
- Show routing trace dialog on assignment reason badge click
- Write wrong assignment reports to the database
- Decouple @calcom/features from @calcom/trpc/server
- Add filter segment validation hook
New Features
- show routing trace dialog on assignment reason badge click
- feat: add routing trace seeding to seed-insights
- fix: allow unmarking host as no-show
- feat: add filter segment validation with useActiveFiltersValidator hook and refactor DataTableProvider
- fix: hide cal branding on platform workflows
Full Release Notes
## What's Changed * fix: (booking-audit) Remove IS_PRODUCTION gate and add feature flag check in producer by @hariombalhara in https://github.com/calcom/cal.com/pull/26524 * fix: allow unmarking host as no-show by @hariombalhara in https://github.com/calcom/cal.com/pull/27694 * feat: show routing trace dialog on assignment reason badge click by @joeauyeung in https://github.com/calcom/cal.com/pull/27629 * feat: add routing trace seeding to seed-insights by @hariombalhara in https://github.com/calcom/cal.com/pull/27782 * fix: hide cal branding on platform workflows by @supalarry in https://github.com/calcom/cal.com/pull/27385 * refactor: Stop using Unkey for IP-based rate limiting by @keithwillcode in https://github.com/calcom/cal.com/pull/27674 * perf: add composite index on (formId, createdAt) for App_RoutingForms_FormResponse by @keithwillcode in https://github.com/calcom/cal.com/pull/27252 * chore: Use IF NOT EXISTS for index of App_RoutingForms_FormResponse by @keithwillcode in https://github.com/calcom/cal.com/pull/27814 * fix: remove duplicate "Name" label on team creation page by @CarinaWolli in https://github.com/calcom/cal.com/pull/27803 * fix: add isCompanyEmail check to organization upgrade path by @sean-brydon in https://github.com/calcom/cal.com/pull/27813 * fix: fixed shell header - save button by @dhairyashiil in https://github.com/calcom/cal.com/pull/27794 * fix: pass onboarding false to team creation by @sean-brydon in https://github.com/calcom/cal.com/pull/27806 * chore: fix 'therefore' typo in readme by @vishwajeett007 in https://github.com/calcom/cal.com/pull/27816 * fix: availability page UI by @Udit-takkar in https://github.com/calcom/cal.com/pull/27825 * feat: add filter segment validation with useActiveFiltersValidator hook and refactor DataTableProvider by @eunjae-lee in https://github.com/calcom/cal.com/pull/27208 * fix: hide feature opt-in feedback dialog during impersonation by @sean-brydon in https://github.com/calcom/cal.com/pull/27802 * feat: Write wrong assignment reports to the database by @joeauyeung in https://github.com/calcom/cal.com/pull/27405 * refactor: decouple @calcom/features from @calcom/trpc/server [1] by @hbjORbj in https://github.com/calcom/cal.com/pull/27751 * refactor: decouple @calcom/features from @calcom/trpc/server [2] by @hbjORbj in https://github.com/calcom/cal.com/pull/27821 * chore: Update CODEOWNERS for Shell.tsx by @keithwillcode in https://github.com/calcom/cal.com/pull/27835 * feat: add non-interactive mode to app-store CLI by @hariombalhara in https://github.com/calcom/cal.com/pull/27831 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.1.13...v6.1.14