Skip to content

v1.25.0

Latest

Choose a tag to compare

@lebaudantoine lebaudantoine released this 05 Aug 18:35

In a nutshell:

  • Users can now configure global preferences when generating meeting links (see #1553).
  • Hosts can now promote other authenticated participants to Admin during a meeting (see #1482).
  • You can activate a connection test page (see #1533 and #1566)

Coming in the next releases:

  • Allow any authenticated participant to start recordings and transcriptions (see #1536).
  • Allow any authenticated participant to manage the lobby.

Stay tuned!


Added

  • ✨(summary) report exception type in failure analytics
  • ✨(frontend) add configurable documentation menu item
  • ✨(frontend) allow promoting authenticated participants
  • ✨(frontend) introduce an "unauthenticated" participant badge
  • ✨(backend) add roomkit viewset to start a room without WebRTC join
  • ✨(frontend) let users set default configuration for generated links
  • ✨(frontend) expose media state to external gateways
  • ✨(frontend) add connection test feature
  • ✨(sdk) allow passing a background color to the calendar iframe
  • ✨(sdk) add a room configuration popup from CreateMeetingButton

Changed

  • ⬆️(frontend) upgrade @mediapipe/tasks-vision from 0.10.14 to 0.10.35
  • ⬆️(frontend) upgrade i18next from 26.3.1 to 26.3.6
  • ⬆️(frontend) upgrade posthog-js from 1.391.2 to 1.395.0
  • ⬆️(frontend) upgrade @tanstack/react-query from 5.101.0 to 5.101.1
  • ⬆️(frontend) upgrade livekit-client from 2.19.2 to 2.20.0
  • ⚡️(frontend) limit unnecessary re-renders #1510
  • 📝(legal) update terms of service
  • 💄(frontend) render Avatar initials in uppercase
  • 💄(frontend) improve participant name rendering in the list
  • 🚚(backend) rename TelephonyService to SIPManagement
  • ⬆️(dependencies) update python dependencies

Fixed

  • 🐛(transcription) fix silent bug in speaker assignment
  • 🐛(summary) extend tasks auto retry logic
  • 🐛(summary) properly detect when failure webhook should be sent
  • 🐛(backend) preserve recording metadata when updating room access
  • 🐛(backend) allow any string as sub in the API serializer
  • 🐛(frontend) fall back to user.full_name on request-entry
  • 🚸(frontend) show two initials in the Avatar when possible
  • 🩹(all) clear the SonarCloud reliability finding and the lint debt
  • 🐛(frontend) stop the installed app reopening the room it came from
  • 🐛(backend) serialize lazy title in summary payload
  • 💄(frontend) show pointer cursor on interactive switches
  • 🐛(frontend) fix icon centering in the Switch primitive
  • 🐛(frontend) keep Unicode initials intact in avatar
  • 🐛(frontend) prevent concurrent settings updates from overwriting each other

Full Changelog: v1.24.0...v1.25.0