This release adds Bearer token authentication, session context method, and resolves ambient event and ID state issues. It also removes the insert script option from section editing.
What’s new
New features
Web SDK 2.0.3Bearer token authentication: We’ve added support for Bearer token authentication by allowing you to pass providerId during SDK initialization.iOS SDK 2.2.0Session context method: We’ve introduced setSessionContext(with:onCompletion:) for setting patient, provider context, and LOINC codes after session creation, with improved session workflow and LOINC integration.Why it matters: Bearer token auth fits common auth flows. Session context lets you set patient and provider data after session creation for more flexible workflows.
What’s fixed
Resolved issues
Web SDK 2.0.3Ambient event and ID state: We’ve fixed incorrect isAmbientInProgress and isAmbientPaused flags in ambient:update events and fixed activeAmbientId not resetting in the useSuki hook after a session is submitted or cancelled.Why it matters: Ensures your UI reflects the correct ambient state and avoids stale session IDs.
What’s removed
Removed
Web SDK 2.0.3Section editing: We’ve removed the insert script option from section editing in the note page.Why it matters: If you rely on the insert script option, you will need an alternative approach. Last modified on March 23, 2026