Latest Releases
Subscribe to email updates
Sign up below to get notified when new partner releases are published, or use the RSS feed instead.
Email signup is not wired for this site yet. Set releaseNotesSubscribeSubmitUrl (Apps Script Web app /exec URL for duplicate-safe signup) and/or
releaseNotesSubscribeEmbedUrl in docs.json, then redeploy.
Get the latest updates and changes in Suki for Partners developer platform. Subscribe to the release notes to receive monthly updates across products.
Loading release timelineβ¦
No releases found
No timeline titles match this search or filter combination. Clear the search, set Products and Attention to All, or try a different title keyword.
2026
- July2026Form Filling SDK v0.1.0 | New
Form Filling SDK (Beta)
Initial beta release of the Suki Form filling SDK so you can embed Form filling in the browser with a hosted iframe or React components. Clinicians fill medical forms by voice, and your app receives structured JSON through SDK callbacks and your partner webhook.
Learn more: Form filling SDK overview Β· Form filling SDK changelog
Web SDK v3.2.0 | Noteworthy | NewForm Filling in the Web SDK
Form filling is now included in
@suki-sdk/jsand@suki-sdk/react. Import Form filling from your Web SDK package. You do not need a separate Form filling SDK install.Learn more: Web SDK Form filling overview Β· Web SDK changelog
API v1.6.0 | Web SDK v3.2.0 | Noteworthy | NewInteroperability Across Suki Products for Ambient Workflows
You can now continue the same clinical note across Suki ambient products, including the Ambient APIs, Mobile SDK, Headless Web SDK, and Headed Web SDK. Pass
emr_encounter_idwhen creating an ambient session, then use the returnedcomposition_idasnote_idwith the note-level Ambient APIs.Learn more: ambient interoperability Β· How to use interoperability across Suki products
Mobile SDK v2.7.0 | Noteworthy | NewAmbient Interoperability
From Mobile SDK v2.7.0, the Mobile SDK supports ambient interoperability with Ambient APIs and the Web SDK. Pass
SukiAmbientConstant.kEmrEncounterIdoncreateSessionso the session shares one clinical note for the patient visit. Resolve remote session conflicts, handle peer terminate, and list or read shared notes with the new note read APIs.Learn more: Mobile SDK interoperability Β· Mobile SDK changelog
- June2026Web SDK | Noteworthy | New
Medication Orders
The Headed Web SDK now supports Medication orders generation during ambient sessions. Pass LOINC code
52471-0inambientOptions.sectionsto enable review in the note UI and structured JSON on note submit.Learn more: Medication orders overview Β· Medication orders payload structure
API v1.5.0 | NoteworthyHCC Codes
The Structured data API and Encounter structured data API now return HCC codes alongside ICD10, IMO, and SNOMED for suggested diagnoses. Parse
type: βHCCβentries from the diagnosiscodesarray to validate EMR context and support risk-adjustment workflows.Learn more: Structured data API Β· Encounter structured data API
API v1.4.0 | Form Filling API v1.1.0 | NoteworthySingle Auth Token Authentication
You now have the option to authenticate providers using a single authentication token for all clinicians. When you choose this option, you must send
sdp_provider_idas a header on every API call so Suki can route each request to the correct clinician. This applies to Ambient, Dictation, and Form filling API requests. - May2026Web SDK v3.1.0 | New
Minimized Layout
The headed Web SDK can shrink to a compact, viewport-aligned widget during ambient sessions so clinicians keep focus on the EHR or chart while capture continues in the background.
Learn more: Minimized layout overview Β· Minimized layout implementation
Form Filling API v1.0.0 | NewForm Filling API
Our new Suki Form filling API allows you to create and manage Form filling sessions, retrieve structured data, submit feedback, and get info about Medical form templates for nursing use cases and data collection during in-person visits or virtual patient encounters.
Learn more: Form filling API overview Β· Form filling API changelog
Headless Web SDK v0.2.3 | Bug fixesBug Fixes and Stability Improvements
Minor bug fixes and stability improvements for the Headless Web SDK.
- April2026Dictation SDK v0.1.0 | New
Dictation SDK (Beta)
Initial beta release of the Suki Dictation SDK so you can embed clinical Dictation in the browser with a hosted iframe, in-field or scratchpad modes, and callbacks for transcript text from JavaScript or React.
Learn more: Dictation SDK overview Β· Dictation SDK changelog
Web SDK v3.0.0 | Breaking changes | Action requiredNew Authentication Flow
Sign-in now goes through SukiAuthManager from
@suki-sdk/core, the same model as our other SDKs. Configure the manager with partner credentials, environment, and provider details, then pass it when you start the Web SDK.Web SDK v2.2.0 | NoteworthyOptional Session-Level Metadata
Pass optional visit and provider fields in
ambientOptionswhen you start a session (for examplevisitType,encounterType,reasonForVisit,chiefComplaint, andproviderRole) so note generation has better context.Learn more: ambient implementation Β· AmbientOptions properties
Web SDK v2.2.0 | NoteworthyNote List Titles from Visit Type
When
Learn more: Note titlesvisitTypeis set inambientOptions, the Web SDK uses it as the note title for each generated note in the patient note list instead of the generic Note label, so multiple notes from the same day are easier to distinguish.Mobile SDK v2.6.0 | New Action requiredMedication Orders in Session Context
Provide optional medication orders via
SukiAmbientConstant.kOrdersInfoandMedicationOrderKeys.kMedicationOrdersafter session creation in the iOS SDK to include medications tied to a visit, such as those from your EHR.Mobile SDK v2.6.0 | NoteworthyEMR Info in Session Context
Provide optional EMR info via
SukiAmbientConstant.kEmrInfoafter session creation in the iOS SDK, to include information about the EMR system that applies to the session, such as the vendor code or environment-specific label.API v1.3.0 | NewNew Info Endpoints
Added new endpoints to get the list of supported medication coding systems, dosage units, encounter relations, frequencies, medication timings, origins, and statuses.
API v1.3.0 | NewMedication Order Support
Medication orders are now supported in the API. You can now send and retrieve medication orders for an ambient session to be used in the note generation process.
- March2026API v1.2.1 | New
Audio Streaming and Download
New endpoint to stream or download the original audio from an ambient session using a presigned URL. Use it for playback, note verification, or compliance storage.
Learn more: Audio streaming and download Β· Get session recording API
Web SDK v2.1.2 | NewWebhook Support
When a session completes or fails, Suki sends a POST to your callback URL, same as when using the direct API. Configure one webhook URL per partner during onboarding.
Learn more: Notification webhookWeb SDK v2.1.2 | NoteworthyExisting Patient Diagnoses for Problem-Based Charting
Pass existing diagnoses from the EMR in
Learn more: Existing patient diagnosesambientOptions.diagnosesso the session merges them with whatβs discussed during the visit and avoids duplicate problems in the note. - February2026API v1.1.1 | Action required
Multilingual Parameter Deprecated
Removed
Learn more: Create ambient sessionmultilingualfrom Create ambient session calls. Multilingual support is always on, which simplifies integration. - January2026Headless Web SDK v0.2.2 | Noteworthy
Session Type Detection
Learn more: Headless Web SDK changeloguseAmbientSessionexposessessionTypeso you can tell whether a session was submitted online or offline and adjust UI or handling.Web SDK v2.1.1 | NoteworthyMultilingual and Optional Patient Fields
Multilingual is on by default in the Web SDK.
birthDateandgenderonPatientare optional when that data is unavailable.Web SDK v2.1.1 | Action requiredAmbientOptions: prefill.noteTypeIds Removed
Use the
sectionsproperty instead ofprefill.noteTypeIdsbefore upgrading.
2025
- December2025
- November2025
- October2025
- September2025
- July2025
- June2025
- May2025
- April2025
- February2025
2024
- December2024
- July2024