05.11.2026
Today’s release includes the following updates:
bugfix
- Fixed an issue where SDK commands (prescribe, refill, adjust prescription) could be moved to “in review” even when schema validation errors were present.
- Fixed a bug preventing CCDA documents from being ingested when a section uses an OID that differs from what Canvas considers standard for that section.
- Fixed printing of plugin-defined additional fields on command printouts so that all configured fields now appear correctly in the printed output.
sdk
- The ClaimQueue SDK data model now exposes the
idfield, enabling plugins to look up claim queues using the queue IDs provided in CLAIM_QUEUE_MOVED event context. - Plugins can now make outbound HTTP requests using the new HTTPRequest effect, with support for both synchronous and asynchronous execution. Read more.
- The event
DOCUMENT_REVIEWEDnow kicks off when the Referral and Uncategorized Document review commands are committed, enabling workflows that respond to these document types. Read more.