09.16.2026
Today’s release includes the following updates:
bugfix
- Fixed an issue where changing a recurring event’s end date in Google Calendar did not update the event in Canvas. An end date that is edited, extended, or removed now carries over with the rest of the event.
- Fixed an issue where adding an email address to a patient failed with an error and did not save the address when its verification link could not be sent. The address is now saved awaiting verification, and the link can be sent again from the chart.
- Fixed an issue where changing a note’s state through the Note API, such as signing or locking it, could fail with
{"noteChecksum":["This field may not be blank."]}. These requests now succeed and the note changes state.
ui
- The Add New Patient form now takes an optional email address, with a toggle to send that address a verification link. The address is checked for a valid format and saved to the patient’s contact points when the patient is created.
- A phone number or email address in the chart’s Telecom section now carries a “pending verification” label while it waits on the patient to open its verification link. These carried no label at all until verification completed.
api
- FHIR CoverageEligibilityResponse benefit lines now carry the payer’s note for that line as an
eligibility-benefit-messageextension. A payer that returns several copay or coinsurance lines under one service type, such as a primary care visit and a specialist visit, tells them apart only in that note, so the extension is what identifies which line is which.