Controlled Substance Log (CSL)
- Added "Prescribed Medication" as a CDSA Schedule option in the Controlled Substance Log, allowing staff to log medications that are not controlled substances.
Enhanced Branding
Note: This feature is still being developed and is not broadly available yet.
- Accounts using Enhanced Branding can now configure their branding across all areas of the product, including email notifications, patient forms, NPS surveys, and PDF/invoice printing — previously these areas continued to use legacy branding settings after switching.
- Fixed an issue in the Enhanced Branding settings page where adding a new Location Override did not immediately update the overrides table — a page refresh was previously required to see the change.
Partner API
Note: This feature is still in active development.
- Added read-only endpoints for Rooms, allowing partners to list and retrieve physical room records for a given account and location.
- Added read-only endpoints for Items (Services and Supplies), allowing partners to list and retrieve billable items for an account, with support for filtering by type, category, taxable status, and active state.
- Added read-only endpoints for CRM Status Groups and Statuses, giving partners access to the lead stage and patient status configurations defined in an account.
- Fixed a pagination bug where using
limit=1on list endpoints could return the same record repeatedly when multiple records shared a timestamp.
Infrastructure & Security
- Enabled AWS Web Application Firewall (WAF) on the API Gateway to protect against common web threats and abusive traffic patterns.
- Updated the API Gateway to enforce a minimum of TLS 1.2 for all external connections, disabling the older TLS 1.0 and 1.1 protocols to meet current security and compliance standards.