Production Release Version 25.10.01_01
Software Updates
01 OCT 2025
Major frontend and backend enhancements were implemented, including UI refinements, feedback and sorting features, performance optimizations, improved caching, updated APIs, and integration updates for better reliability and HIPAA compliance.
Learn more
Functionalities
Frontend:
- Thumbs up , thumbs down comment for sections.
- Patient list sorting ascending descending usage wise.
- UI changes embossed removal.
- Summary HP DS section border removed.
- Color changes for button, slider, selected patient, Record button.
- Transcript and Suture Fix with intelligently edit your notes in all relevant sections added in same line.
Backend:
- Confidence score (from Claude model as percentage) and infostream data update added.
- Claude function call updated to get
run_id
for score configuration.
- Fallback query modified to fetch RTTD file path from
patient_s3_path_info
table.
prompt_version
added for SOAP, HP, DS, and tasks files with constants.
deepseek-summary.py
renamed to on_demand.py
with /ondemand
blueprint changes.
- Removed unused APIs (
save-audio
, segment-classify
, transcription-complete
); modified save_insights
function.
- Added sorting options for patient active list (newest first, oldest first, A–Z, Z–A).
- Updated cache invalidation for both app and
kinesis_audio
folders.
- Implemented thumbs-up and thumbs-down feedback APIs (update and fetch).
- Fixed
good_bad
and comment database update issues.
- Moved
RECAPTCHA_SECRET_KEY
to AWS Secret Manager.
- Fixed
TooManyRequestsException
when manually adding new users via Cognito.
- Added SOAP, HP, and DS output file URLs in socket emit and return statements.
- Updated patient active/archive list cache key with environment and
user_id
.
- Updated SOAP note cache key with environment,
patient_id
, and user_id
(CACHE_ENV
added in app_constants.py
).