v6.0.6
calcom/cal.diyv6.0.6Dec 27, 2025by emrysal
AI Summary
This release focuses on stabilizing the build pipeline by refactoring the setup-db job and cache actions, while introducing new booking actions and a LinkedIn plugin for the companion app.
Key Highlights
- Refactored setup-db job to eliminate cache race conditions
- Implemented comprehensive booking actions system in companion
- Added LinkedIn plugin for companion app
- Fixed E2E test flakiness on filter segments
- Added 'use client' directive for Next.js App Router compatibility
New Features
- Comprehensive booking actions system
- LinkedIn plugin
Full Release Notes
## What's Changed * refactor: Add dedicated setup-db job to eliminate cache race condition by @keithwillcode in https://github.com/calcom/cal.com/pull/26171 * chore: update dependencies by @pedroccastro in https://github.com/calcom/cal.com/pull/26172 * refactor: Remove buildjet cache from cache-build action by @keithwillcode in https://github.com/calcom/cal.com/pull/26181 * fix: flaky E2E tests on filter segment by @anikdhabal in https://github.com/calcom/cal.com/pull/26182 * fix: add 'use client' directive to embed-react build for Next.js App Router compatibility by @hariombalhara in https://github.com/calcom/cal.com/pull/26184 * ci: shard API v2 E2E tests into 4 parallel jobs by @anikdhabal in https://github.com/calcom/cal.com/pull/26183 * fix: prevent WelcomeToCalcomModal footer overflow by @yashhhguptaaa in https://github.com/calcom/cal.com/pull/26186 * feat(companion): implement comprehensive booking actions system by @dhairyashiil in https://github.com/calcom/cal.com/pull/26185 * fix: improve mobile responsiveness for workflows page by @KartikLabhshetwar in https://github.com/calcom/cal.com/pull/24257 * fix: add hover transparency and rounded top to ApiKeyListItem actions by @KartikLabhshetwar in https://github.com/calcom/cal.com/pull/26150 * fix: GH based cronjobs in EU by @emrysal in https://github.com/calcom/cal.com/pull/25992 * feat(companion): linkedin plugin by @dhairyashiil in https://github.com/calcom/cal.com/pull/26193 * ci: create new workflow for API v2 unit tests by @anikdhabal in https://github.com/calcom/cal.com/pull/26189 * chore: lock all package versions to match yarn.lock by @volnei in https://github.com/calcom/cal.com/pull/26204 * chore: bump package versions by @pedroccastro in https://github.com/calcom/cal.com/pull/26211 * feat(companion): TypeScript best practices improvements by @dhairyashiil in https://github.com/calcom/cal.com/pull/26206 * chore: Return webhook version in the header by @alishaz-polymath in https://github.com/calcom/cal.com/pull/26139 ## New Contributors * @yashhhguptaaa made their first contribution in https://github.com/calcom/cal.com/pull/26186 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.0.5...v6.0.6