Cal.com - Package Updates
-
[2.3.1]
- Update cal.com to 5.4.2
- Full Changelog
- fix: Add Guests dialog for Bookings by @nerdberg792 in https://github.com/calcom/cal.com/pull/21669
- refactor: seated booking reschedule error message by @supalarry in https://github.com/calcom/cal.com/pull/21841
- feat: Headless router - queue recording booking response by @joeauyeung in https://github.com/calcom/cal.com/pull/21805
- fix: Dry run in prerender flow by @hariombalhara in https://github.com/calcom/cal.com/pull/21876
- fix: duplicate workflow reminders caused by scanWorkflowBody by @CarinaWolli in https://github.com/calcom/cal.com/pull/21767
- fix: attendee could not reschedule or cancel unconfirmed events directly from the email by @anikdhabal in https://github.com/calcom/cal.com/pull/21844
- fix: v2 event type disable guests by @supalarry in https://github.com/calcom/cal.com/pull/21753
- feat: optimize Prisma queries by replacing findFirst with findUnique where applicable by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21826
- fix: replyTo includes the correct email by @anikdhabal in https://github.com/calcom/cal.com/pull/21843
- fix: event type settings atom not saving by @supalarry in https://github.com/calcom/cal.com/pull/21864
-
[2.3.2]
- Attempt to fix enterprise license
-
[2.3.3]
- Update cal.com to 5.4.4
- Full Changelog
- feat: Schedule restriction and booker timezone by @alishaz-polymath in https://github.com/calcom/cal.com/pull/21452
- fix: Slots are available even after exceeding the booking limits for the team event by @anikdhabal in https://github.com/calcom/cal.com/pull/21801
- fix(i18n): correct Serbian translation for scheduled event (#21235) by @AyushMukkanwar in https://github.com/calcom/cal.com/pull/21925
- fix: can save an event type without a slug by @anikdhabal in https://github.com/calcom/cal.com/pull/21922
- fix: multiple button designs of dropdown by @Adarsh9977 in https://github.com/calcom/cal.com/pull/21928
- fix: align tick icon, text, and cross icon inside toaster by @faizshaikh17 in https://github.com/calcom/cal.com/pull/21607
- fix: update trigger function for RoutingFormResponseField by @eunjae-lee in https://github.com/calcom/cal.com/pull/21868
- fix: GCal - change to OR operator by @joeauyeung in https://github.com/calcom/cal.com/pull/21881
- perf: deduplicating DB fetches + leverage unique DB index for team type booking page by @hbjORbj in https://github.com/calcom/cal.com/pull/21811
- perf: leverage DB index for user profile fetching (booking page & payment page) by @hbjORbj in https://github.com/calcom/cal.com/pull/21814
-
[2.3.4]
- Update cal.com to 5.4.5
- Full Changelog
- feat: add attendee data to CSV export with seated event support by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21842
- feat: add response status to calendar event host details by @SomayChauhan in https://github.com/calcom/cal.com/pull/21934
- fix: gap between reschedule label and user on mobile screen by @kart1ka in https://github.com/calcom/cal.com/pull/21936
- fix: routing form redirects to use app.cal.com instead of cal.com by @anikdhabal in https://github.com/calcom/cal.com/pull/21924
- fix: Rate limit /router endpoint by @Udit-takkar in https://github.com/calcom/cal.com/pull/21940
-
[2.3.5]
- Update cal.com to 5.4.6
- Full Changelog
- feat: Phone based bookings for everyone by @Udit-takkar in https://github.com/calcom/cal.com/pull/21320
- fix: Double skeleton apps page by @Amit91848 in https://github.com/calcom/cal.com/pull/21965
- fix: dont expose credential.key in api output by @SomayChauhan in https://github.com/calcom/cal.com/pull/21970
- feat: download credit expense log button by @CarinaWolli in https://github.com/calcom/cal.com/pull/21771
- feat: Add
onTimeslotsLoaded
prop toBooker
atom by @dhairyashiil in https://github.com/calcom/cal.com/pull/21871 - fix: 502 in auth session by @hbjORbj in https://github.com/calcom/cal.com/pull/21972
- feat: add integration test for RoutingFormResponseField triggers by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21586
- fix: Zoom missing property schedule_meeting sometimes by @hariombalhara in https://github.com/calcom/cal.com/pull/21977
- fix: don't fetch calendar credentials for top banner by @Udit-takkar in https://github.com/calcom/cal.com/pull/21908
- fix: Disable slots tRPC call when API slots fetch fails by @joeauyeung in https://github.com/calcom/cal.com/pull/21986
-
[2.3.6]
- Update cal.com to 5.4.7
- Full Changelog
- revert: "feat: Phone based bookings for everyone (#21320)" by @hbjORbj in https://github.com/calcom/cal.com/pull/22018
- fix: Allow
backgroundSlotsFetch
option to disable slots fetching during prerender by @hariombalhara in https://github.com/calcom/cal.com/pull/21999 - feat: add /v2/billing/webhook route to RawBodyMiddleware configuration by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22032
- fix: Org creation for self-hosters by @joeauyeung in https://github.com/calcom/cal.com/pull/21994
- feat: correct Error codes in /api/social/og/image responses by @hbjORbj in https://github.com/calcom/cal.com/pull/22015
- fix: add uuid to App_RoutingForms_FormResponse by @eunjae-lee in https://github.com/calcom/cal.com/pull/21910
- feat: allow setting DAILY VIDEO region via env by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/21939
- fix: e2e tests failure by @anikdhabal in https://github.com/calcom/cal.com/pull/22043
- feat: Leverage ErrorCode cases for correct error codes in server responses by @hbjORbj in https://github.com/calcom/cal.com/pull/22023
- feat: add graceful webhook secret validation to billing controller by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22034
-
[2.3.7]
- Update cal.com to 5.4.8
- Full Changelog
- fix: add InsightsBookingRepository by @eunjae-lee in https://github.com/calcom/cal.com/pull/22003
- feat: disable changing field type of routing forms if responses exist by @devin-ai-integration in https://github.com/calcom/cal.com/pull/21911
- fix: handle existing oAuth client ID in user email to prevent duplication by @SomayChauhan in https://github.com/calcom/cal.com/pull/22021
- fix: google calendar event creation failure due to invalid timezone by @anikdhabal in https://github.com/calcom/cal.com/pull/22048
- fix: Persist filters across tabs to improve user experience by @weknowyourgame in https://github.com/calcom/cal.com/pull/21706
- fix: make uuid of App_RoutingForms_FormResponse nullable by @eunjae-lee in https://github.com/calcom/cal.com/pull/22056
- fix: Generate new idempotency key when round robin reassigning by @joeauyeung in https://github.com/calcom/cal.com/pull/22065
-
[2.3.8]
- Update cal.com to 5.4.9
- Full Changelog
- fix: show icon button when one item in array by @sean-brydon in https://github.com/calcom/cal.com/pull/22054
- feat: Add
rerouting
toAssignmentReasonRecorder
by @joeauyeung in https://github.com/calcom/cal.com/pull/19252 - fix: changesets atoms release by @supalarry in https://github.com/calcom/cal.com/pull/22090
- fix: add InsightsRoutingService and refactor InsightsBookingRepository by @eunjae-lee in https://github.com/calcom/cal.com/pull/22057
- feat: Phone based bookings for everyone (#21320) by @Udit-takkar in https://github.com/calcom/cal.com/pull/22024
- fix: add avatar shapes to docs by @sean-brydon in https://github.com/calcom/cal.com/pull/20552
- fix: no available users found (recurring events) by @CarinaWolli in https://github.com/calcom/cal.com/pull/22033
- fix: EventAvailabilityTab atom breaking by @SomayChauhan in https://github.com/calcom/cal.com/pull/22059
- fix: changesets release by @supalarry in https://github.com/calcom/cal.com/pull/22103
- fix: changesets memory issue by @supalarry in https://github.com/calcom/cal.com/pull/22105
-
[2.3.9]
- Update cal.com to 5.4.10
- Full Changelog
- fix: changesets release memory by @supalarry in https://github.com/calcom/cal.com/pull/22107
- fix: Zoom - More logging and fix for unexpected errors seen in logs by @hariombalhara in https://github.com/calcom/cal.com/pull/22118
- fix: Improve Inline Embed Code by @romitg2 in https://github.com/calcom/cal.com/pull/22112
- fix(signup): add missing key prop to feature list (#21437) by @sujal-cs in https://github.com/calcom/cal.com/pull/21506
- fix: changesets atoms size by @supalarry in https://github.com/calcom/cal.com/pull/22134
- fix: exclude opt out message from body by @anikdhabal in https://github.com/calcom/cal.com/pull/22100
- fix: truncate zoom meeting agenda by @anikdhabal in https://github.com/calcom/cal.com/pull/22137
- fix: atoms dist size by @supalarry in https://github.com/calcom/cal.com/pull/22148
- fix: status code or router/embed rate limiting by @Udit-takkar in https://github.com/calcom/cal.com/pull/21968
- fix: fix request reschedule - not allowing reschedule of cancelled booking by @anikdhabal in https://github.com/calcom/cal.com/pull/22115
-
[2.3.10]
- Update cal.com to 5.4.11
- Full Changelog
- perf: optimize listWithTeamHandler query by @Udit-takkar in https://github.com/calcom/cal.com/pull/22069
- fix: Process base64 avatar image by @hbjORbj in https://github.com/calcom/cal.com/pull/22165
- refactor: cookie domain logic in defaultCookies by @zomars in https://github.com/calcom/cal.com/pull/22168
- fix: prevent location input from losing focus after each key stroke by @abhix4 in https://github.com/calcom/cal.com/pull/22167
- fix: prevent info icon from repositioning when text wraps on small screens by @kartik-212004 in https://github.com/calcom/cal.com/pull/22132
- feat: add Finnish locale to Day.js locales by @Devanshusharma2005 in https://github.com/calcom/cal.com/pull/22174
- feat: enhance API v2 exception filters with user context for improved Axiom observability by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22157
- refactor: destination calendars when rescheduling by @supalarry in https://github.com/calcom/cal.com/pull/21873
- fix: Optional Question ' Leaves Variable Tag in Event Name by @anikdhabal in https://github.com/calcom/cal.com/pull/22175
-
[2.3.11]
- Ensure missing env vars like JWT_SECRET
-
[2.3.12]
- Update cal.com to 5.4.12
- Full Changelog
- fix: Unable to set custom class names under datePickerCustomClassNames in the Booker component by @parteekmalik in https://github.com/calcom/cal.com/pull/21670
- fix: atoms for local development by @supalarry in https://github.com/calcom/cal.com/pull/22178
- feat: adds timezone indicator on insights informing user that user se by @weknowyourgame in https://github.com/calcom/cal.com/pull/21568
- feat: enable stripe invoices for credit purchases by @CarinaWolli in https://github.com/calcom/cal.com/pull/22096
- fix: don't use unpublished org for credit usage by @CarinaWolli in https://github.com/calcom/cal.com/pull/22154
- revert: Process Base64 Avatar Image by @hbjORbj in https://github.com/calcom/cal.com/pull/22185
- feat: Use a separate project for Client Sentry by @hbjORbj in https://github.com/calcom/cal.com/pull/22183
- feat: add user context logging to request interceptor by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22180
- fix: Can cancel an already cancelled booking through the API by @anikdhabal in https://github.com/calcom/cal.com/pull/22128
- fix: the custom icon at out of office empty view by @abhix4 in https://github.com/calcom/cal.com/pull/22208
-
[2.3.13]
- Update cal.com to 5.4.13
- Full Changelog
- fix: resolve race condition in ready-for-e2e label checking by @keithwillcode in https://github.com/calcom/cal.com/pull/22222
- fix: use triggering user's email/name in draft-release workflow by @zomars in https://github.com/calcom/cal.com/pull/22229
- fix: Don't default to ROUND_ROBIN as user bookings don't have it set by @hariombalhara in https://github.com/calcom/cal.com/pull/22210
- fix: Avoid
prerender
duplicate calls for same calLink that could arise with faulty implementation by @hariombalhara in https://github.com/calcom/cal.com/pull/21982 - perf: optimize filterRedundantDateRanges from O(n) to O(n log n) by @keithwillcode in https://github.com/calcom/cal.com/pull/22093
- fix: add explicit type annotation to CalComAdapter function by @devin-ai-integration in https://github.com/calcom/cal.com/pull/22230
- fix: atoms local dev by @supalarry in https://github.com/calcom/cal.com/pull/22240
- fix: add
formatPeriodFull
method for different date formatting in insights by @eunjae-lee in https://github.com/calcom/cal.com/pull/22202 - fix(ui): improve delete popup spacing on tablets and small screens by @manthansubhash01 in https://github.com/calcom/cal.com/pull/22042
- feat: add Video Options dropdown with meeting session details by @Udit-takkar in https://github.com/calcom/cal.com/pull/22147