07.18.2025
Today’s release includes the following updates:
- Reduces memory consumption when ingesting PDFs via FHIR by decoding files in chunks rather than all at once.
- Enhances search_commands functionality with dynamic SDK command handling, optimized query logic, and improved integration of search_sdk_commands.
- Aligns react-router and react-router-dom versions with their corresponding TypeScript types to ensure accurate typing during development.
- Adds NoteStateChangeEvent to the data module for improved note event tracking. Read more.
- Allows empty pharmacy search terms by defaulting to a space, ensuring search execution without affecting results.
- Adds support for excluding files from build packaging using the build_ignore_patterns property in CANVAS_MANIFEST.json.
- Fixes a bug that previously prevented metadata values from being cleared as expected.
- Improves type safety and structure of autocomplete plugin search results by parsing payloads into typed Result objects.