cal.diy

Developer ToolsMIT

cal.diy release notes.

Latest v6.2.0 · by cal.diyWritten in TypeScriptWebsitecalcom/cal.diyRSS

Release activity

Release activity — 10 releases across 9 days since Jan 29, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jan 29, 2026. Older weeks are hidden at this screen width.
JunJulAugSep
SundayNo releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026No releases on Aug 23, 2026No releases on Aug 30, 2026No releases on Sep 6, 2026
MondayNo releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026No releases on Aug 24, 2026No releases on Aug 31, 2026No releases on Sep 7, 2026
TuesdayNo releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026No releases on Aug 25, 2026No releases on Sep 1, 2026No releases on Sep 8, 2026
WednesdayNo releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026No releases on Aug 19, 2026No releases on Aug 26, 2026No releases on Sep 2, 2026
ThursdayNo releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026No releases on Aug 20, 2026No releases on Aug 27, 2026No releases on Sep 3, 2026
FridayNo releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026No releases on Aug 21, 2026No releases on Aug 28, 2026No releases on Sep 4, 2026
SaturdayNo releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026No releases on Aug 22, 2026No releases on Aug 29, 2026No releases on Sep 5, 2026

10 releases since Jan 29, 2026, busiest day 2

Changelog

v6.2.0

Latest
Added 2
  • Enable onboarding-v3 globally
  • Add configurable first page setting to companion
Fixed 14
  • Show invite link settings modal when clicking edit invite link in team members view
  • Preserve existing enabled state during seed in app-store
  • Use randomString() for booking uid in slots e2e tests to avoid unique constraint flake
  • Use random booking UIDs in api/v2 slots e2e tests to prevent test flakiness due to DB unique constraint
  • Default icon size to 16px in createIcon wrapper and fix download button alignment
  • Resolve signup watchlist review issues and auto-unlock on SIGNUP entry removal

From cal.diy

What's Changed
New Contributors

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.16...v6.2.0

View originalPermalink
How v6.2.0 went

v6.1.16

Added 3
  • Add active user billing
  • Add annual plans for teams and organizations
  • Add signup watchlist review mode
Changed 2
  • Migrate Icon to component icons from @coss/ui/icons
  • Move data-table hooks, contexts, and provider from features to web modules
Fixed 5
  • Fix text overlap in Booking Drawer footer
  • Use personal credits if no more team credits are available
  • Update data-table hook imports missed in previous refactor
  • Organize the out-of-office page
  • Include locale-prefixed paths in botid client-side protection

From cal.diy

What's Changed

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.15...v6.1.16

View originalPermalink
How v6.1.16 went

v6.1.15

Added 8
  • Refactor billing to strategy implementation
  • Add Claude specs
  • Add caretta.so app
  • Add UTM parameter data to insights bookings CSV download
  • Format field labels to display human-readable names in form-builder
  • Add fallback action options to routing form fallback section
  • Login overlay redesign
  • Re-render bookings page after feature opt-in without full refresh
Changed 2
  • Optimize getBusyTimesForLimitChecks with batched parallel queries
  • Use UNION ALL with DISTINCT for bookings query optimization
Fixed 11
  • Update booking page terms text to use APP_NAME instead of "our"
  • Add i18n and migration for booking history pbac
  • API v2 @GetWebhook() decorator doesn't generate OpenAPI path
  • Rename rediss:// to redis:// in .env.example
  • Hide cancel/reschedule links in emails when disabled
  • Use randomString() for booking UIDs in slots E2E tests

From cal.diy

What's Changed
New Contributors

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.14...v6.1.15

View originalPermalink
How v6.1.15 went

v6.1.14

Added 5
  • Show routing trace dialog on assignment reason badge click
  • Add routing trace seeding to seed-insights
  • Add filter segment validation with useActiveFiltersValidator hook and refactor DataTableProvider
  • Write wrong assignment reports to the database
  • Add non-interactive mode to app-store CLI
Changed 2
  • Stop using Unkey for IP-based rate limiting
  • Add composite index on (formId, createdAt) for App_RoutingForms_FormResponse
Fixed 9
  • Remove IS_PRODUCTION gate and add feature flag check in booking audit producer
  • Allow unmarking host as no-show
  • Hide cal branding on platform workflows
  • Remove duplicate "Name" label on team creation page
  • Add isCompanyEmail check to organization upgrade path
  • Fix shell header save button

From cal.diy

What's Changed

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.13...v6.1.14

View originalPermalink
How v6.1.14 went

v6.1.13

Added 4
  • Add delete confirmation dialog to webhook list items
  • High Water Mark (HWM) billing for monthly subscriptions
  • Custom feedback dialog for feature opt-in
  • Navigation item dropdown animation
Changed 3
  • Refactor UI to use COSS and coupons UI
  • Reduce team page client payload with minimal data serialization
  • Optimize organization member removal to prevent transaction timeout
Fixed 13
  • Toggle chevron icon direction in filter segment dropdown
  • Ensure default calendars domain
  • Add OAuth client owner email to admin view
  • Show bookings-v3 opt-in banner
  • Clean extra space in description before saving to avoid word break
  • Open Join button in default browser instead of in-app browser

From cal.diy

What's Changed
New Contributors

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.12...v6.1.13

View originalPermalink
How v6.1.13 went

v6.1.12

Added 5
  • Allow users to provide custom apiUrl prop to BookerEmbed
  • Add GET /v2/bookings/by-seat/{seatUid} endpoint in API v2
  • Add PostHog event tracking for feature opt-in banner and dialog
  • OAuth 2.0 support for atoms
  • Skip platform billing for non-platform-managed users in 2024-08-13 API
Fixed 15
  • Missing phone numbers on new HubSpot contacts
  • Prevent video redirect when booking additional seats
  • Restore Atoms build by reverting component relocation to @calcom/web
  • Misalignment in rows per page select in bookings page
  • Avatar URL breaking for team/orgs in BookerEmbed atom
  • Handle special characters in extension event types in companion

From cal.diy

What's Changed
New Contributors

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.11...v6.1.12

View originalPermalink
How v6.1.12 went

v6.1.11

Added 5
  • Update current time indicator on page refocus
  • Add redirect option for non-routed visits to event types
  • Enable @lingodotdev concurrency
  • Add tasker integration for proration email notifications
  • Skip platform billing for non-platform-managed users
Changed 1
  • Parallelize calls in team event type SSR
Fixed 11
  • Skip duplicate CRM lookup when router already performed it
  • Fix trpc build
  • Filter attendees in emails when seatsShowAttendees is disabled
  • Add input validation to analytics app schemas
  • Fix instant booking location lookup
  • Suppress alerts for expected billing errors in increment-usage task

From cal.diy

What's Changed
New Contributors

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.10...v6.1.11

View originalPermalink
How v6.1.11 went

v6.1.10

Added 6
  • Add tooltip for disabled Cancel button on past bookings
  • Add Cal.com APIv2 skills for AI agents
  • Add field rules for round robin routing in Salesforce
  • Add devin-finish-pr label as trigger for PR completion workflow
  • Enable username editing during personal onboarding for social sign-in users
  • Show invoices on team/org
Changed 3
  • Move Booker hooks from packages/features to apps/web/modules
  • Move shared components from apps/web to packages/features
  • Split flag repositories into Prisma and Cached layers
Fixed 12
  • Cache already-enabled feature opt-in status in local storage
  • Show bookings shell headings when v3 disabled
  • Filter KBar bookings to show only current user's upcoming bookings
  • Add guest limits and rate limiting to booking-guests endpoint
  • Fix monthly proration test
  • Resolve Blocking E2E Flakes

From cal.diy

What's Changed
New Contributors

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.9...v6.1.10

View originalPermalink
How v6.1.10 went

v6.1.9

Added 5
  • Routing trace presenter
  • Index on channelId for SelectedCalendar
  • Configurable wildcard domain matching to watchlist
  • Dark mode for companion
  • encryptedKey column to Credential table for calendar integrations
Changed 2
  • Increase Office365 calendarView page size to 999 to minimize pagination
  • Use DI-ed cached FeaturesRepository in flags router
Fixed 4
  • Allow wildcard prefix in domain validation
  • Remove unnecessary border when event type details are hidden
  • Align feature opt-in toggle labels with enable/disable wording
  • Update search filter to check value and values fields in displayFields
Removed 1
  • Unused env vars and duplicates from turbo.json globalEnv

From cal.diy

What's Changed

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.8...v6.1.9

View originalPermalink
How v6.1.9 went

v6.1.8

Added 9
  • Use RoutingTraceService to write assignment reasons
  • Add RoutingFormTrace
  • Add CrmRoutingTraceService and SalesforceRoutingTraceService
  • Add webhook endpoint for Vercel deployment promoted event to promote trigger.dev
  • Enable PBAC feature flag globally via migration
  • Add organization.passwordReset PBAC permission
Changed 2
  • Disable syncing of calendarList on overlay calendar fetch
  • Join teams with feature enabled directly in findNextSubscriptionBatch query
Fixed 9
  • Add composite index on SecondaryEmail for email verification queries
  • Reduce forcedSlowMode rate limit from 30s to 1s
  • Exclude third-party video apps from areCalendarEventsEnabled setting
  • Fix 413 Request Entity too large error when big image files are uploaded
  • Show bookings-v3 only in the settings but not in the banner
  • Use WEBAPP_URL for team payment redirect instead of req.nextUrl.origin

From cal.diy

What's Changed

Full Changelog: https://github.com/calcom/cal.com/compare/v6.1.7...v6.1.8

View originalPermalink
How v6.1.8 went
View all

Discussion

If you publish cal.diy, you can claim this product by proving you administer its repository.