From 48956e559641a12db9b0a20529edff975a069e4e Mon Sep 17 00:00:00 2001 From: Katy Ekey Date: Tue, 21 Jan 2025 13:52:58 -0500 Subject: [PATCH] release: deploy version 48.0.0 on 21 January 2025 [#ver-48.0.0] --- RELEASE_NOTES.md | 20 +++++++++++++++++++ .../src/main/resources/environment.properties | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5f7cd1b567..90d51da8ac 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,25 @@ # Release Notes +## Version 48.0.0 +_21 January 2025_ + +### Breaking Change +* Remove deprecated activity metadata objectId field + +### Features +* Add endpoints to support Criteria Attributes Power BI report +* Clear out security context when each Quartz job finishes +* Give ACB user permission to see activity for functest, stds, svap +* Give ONC user access to CRUD ops on functest, testtools, stds +* Deprecate fields in developer, product, and listing activity metadata + +### Bug Fixes +* Stop adding baseline standards valid on cert date +* Improve upload and merge code when file is very very bad +* User certification date from upload to create active cert event + +--- + ## Version 47.7.0 _6 January 2025_ diff --git a/chpl/chpl-resources/src/main/resources/environment.properties b/chpl/chpl-resources/src/main/resources/environment.properties index 0f1a00c34c..60cd3832e5 100644 --- a/chpl/chpl-resources/src/main/resources/environment.properties +++ b/chpl/chpl-resources/src/main/resources/environment.properties @@ -17,7 +17,7 @@ chplUrlBegin=https://chpl.healthit.gov developerUrlPart=/#/organizations/developers/%s jndiName=java:comp/env/jdbc/openchpl persistenceUnitName=openchpl -api.version=47.7.0 +api.version=48.0.0 api.description=Created by CHPL Development Team. Please submit any questions using the Health IT \ Feedback Form and select the "Certified Health IT Products List (CHPL)" category.
\ See more at %s