v6.0.11
calcom/cal.diyv6.0.11Jan 13, 2026by emrysal
AI Summary
v6.0.11 adds the API v2 Imports section to documentation, implements a DAL for monthly proration tracking, and integrates booking audit logs. It also adds a compliance page to settings and initializes the Salesforce package.
Key Highlights
- API v2 Imports section added to AGENTS.md
- DAL for monthly proration tracking
- Booking audit integration (add guests, confirmation)
- Compliance page to settings
- Salesforce package initialization
New Features
- API v2 Imports section added to AGENTS.md
- DAL for monthly proration tracking
- Booking audit integration (add guests, confirmation)
- Compliance page to settings
- Salesforce package initialization
- Booking history viewer service
Full Release Notes
## What's Changed * feat: added the API v2 Imports section to your AGENTS.md by @dhairyashiil in https://github.com/calcom/cal.com/pull/26737 * chore: remove explicity json check as it is already in included files by @volnei in https://github.com/calcom/cal.com/pull/26739 * feat: add DAL for monthly proration tracking by @sean-brydon in https://github.com/calcom/cal.com/pull/26588 * fix: auto-scroll active installed-apps category tab into view on mobile by @abhayymishraa in https://github.com/calcom/cal.com/pull/26414 * chore: Integrate add guests booking audit by @hariombalhara in https://github.com/calcom/cal.com/pull/26568 * chore: Integrate confirmation booking audit by @hariombalhara in https://github.com/calcom/cal.com/pull/26523 * fix: fixes for safari extension (Companion) by @CarinaWolli in https://github.com/calcom/cal.com/pull/26741 * feat: add comprehensive validation tests for event-types/[id] GET endpoint by @emrysal in https://github.com/calcom/cal.com/pull/23809 * fix: add withSentryConfig to enable Sentry tracing in production by @volnei in https://github.com/calcom/cal.com/pull/26743 * revert: "fix: add withSentryConfig to enable Sentry tracing in production" by @volnei in https://github.com/calcom/cal.com/pull/26744 * ci: only auto-fix Cubic suggestions with confidence >= 9/10 by @keithwillcode in https://github.com/calcom/cal.com/pull/26745 * fix(ui): fixing the hover bug in the dropdown component by @KartikLabhshetwar in https://github.com/calcom/cal.com/pull/26257 * fix: normalize backslashes in glob paths for Windows compatibility by @Anshumancanrock in https://github.com/calcom/cal.com/pull/25613 * docs: add DI pattern guide to knowledge-base.md by @eunjae-lee in https://github.com/calcom/cal.com/pull/26751 * fix: api v2 local dev error - Cannot find module '@calcom/features/booking-audit/lib/makeActor' by @dhairyashiil in https://github.com/calcom/cal.com/pull/26748 * feat: request maintainer access for fork PRs without edit permissions by @keithwillcode in https://github.com/calcom/cal.com/pull/26750 * feat: add Biome rule to restrict @calcom imports in API v2 by @keithwillcode in https://github.com/calcom/cal.com/pull/26749 * chore: Add logging `eventId` from Stripe webhook by @joeauyeung in https://github.com/calcom/cal.com/pull/26623 * chore: esModuleInterop: true api v2 tsconfig by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/26752 * fix: make OOO team member select close after selection by @keithwillcode in https://github.com/calcom/cal.com/pull/26736 * chore: api v2 esModuleInterop more imports by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/26755 * refactor: change conflict resolver from cron to label-based trigger by @keithwillcode in https://github.com/calcom/cal.com/pull/26757 * ci: strengthen validation in conflict resolver to prevent bad merge commits by @keithwillcode in https://github.com/calcom/cal.com/pull/26754 * docs: extract DI pattern guide to separate file with moduleLoader pattern by @eunjae-lee in https://github.com/calcom/cal.com/pull/26756 * ci: use HEAD^2 and relative threshold in conflict resolver by @pedroccastro in https://github.com/calcom/cal.com/pull/26758 * revert: "feat: rename --font-cal to --font-heading + use Cal Sans UI … by @keithwillcode in https://github.com/calcom/cal.com/pull/26759 * ci: use pull_request_target for conflict resolver label trigger by @keithwillcode in https://github.com/calcom/cal.com/pull/26762 * fix: use cross-platform rimraf for build scripts by @Anshumancanrock in https://github.com/calcom/cal.com/pull/25814 * feat: add DEVIN_ACTIONS_PAT instructions for pushing to forked PRs by @keithwillcode in https://github.com/calcom/cal.com/pull/26693 * feat(api): add bookingUrl field to event types API v2 response by @dhairyashiil in https://github.com/calcom/cal.com/pull/26195 * fix: weekly view scheduler breaking on view switch by @abhix4 in https://github.com/calcom/cal.com/pull/25891 * chore: update company email banner copy by @devin-ai-integration[bot] in https://github.com/calcom/cal.com/pull/26767 * feat: update translations via @LingoDotDev by @cal-com-ci[bot] in https://github.com/calcom/cal.com/pull/26773 * test: resolve API v2 test flakes with cleanup and simplified slug by @anikdhabal in https://github.com/calcom/cal.com/pull/26766 * feat: Create Integration Attribute Sync records by @joeauyeung in https://github.com/calcom/cal.com/pull/26007 * fix(companion): event type links for org user by @dhairyashiil in https://github.com/calcom/cal.com/pull/26775 * chore: update dependencies by @pedroccastro in https://github.com/calcom/cal.com/pull/26710 * feat: Add compliance page to settings by @pumfleet in https://github.com/calcom/cal.com/pull/26777 * chore: Add claude.md by @volnei in https://github.com/calcom/cal.com/pull/26778 * feat: CalendarCache - filter generic calendars from subscription batch by @volnei in https://github.com/calcom/cal.com/pull/26774 * perf: Add parentId condition to findOrganizationIdBySlug by @alishaz-polymath in https://github.com/calcom/cal.com/pull/26729 * chore: UX Fixes by @pumfleet in https://github.com/calcom/cal.com/pull/26643 * fix: optimize routing form mutation to avoid costly name update triggers by @hariombalhara in https://github.com/calcom/cal.com/pull/26781 * feat: add skip trial feature for teams/orgs billing page by @sean-brydon in https://github.com/calcom/cal.com/pull/26584 * fix: enable DI for FeatureOptInService by @eunjae-lee in https://github.com/calcom/cal.com/pull/26061 * feat(pbac): add FeatureOptIn resource to permission registry by @eunjae-lee in https://github.com/calcom/cal.com/pull/26761 * feat(companion): unique extension id for firefox browser extension by @dhairyashiil in https://github.com/calcom/cal.com/pull/26791 * feat: adds admin billing section by @sean-brydon in https://github.com/calcom/cal.com/pull/26747 * fix: add Icelandic, Lithuanian, and Norwegian locale support for Booker by @pedroccastro in https://github.com/calcom/cal.com/pull/25519 * fix: remove header bug by @Adarsh9977 in https://github.com/calcom/cal.com/pull/26438 * fix: Make BOOKING_CANCELLED` webhook payload consistent for regular cancellation and request-reschedule flow by @alishaz-polymath in https://github.com/calcom/cal.com/pull/26782 * feat: update recording, transcript endpoint and add tests by @Udit-takkar in https://github.com/calcom/cal.com/pull/25771 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.0.10...v6.0.11