2021-09-21
Release Notes / Changelog
This document is effectively a cloned version of that dated 2021-09-20 for AIMS Sandbox, with the notable exception of the commit short-SHA1 and release version for cat-rckms, as there has been a minor patch to resolve an error found in testing with the prior release.
Summary
Enables support for the new RCKMS Reports Service (RRS), performance optimizations for DSS, and eCR team requested adjustments to VCS.
CAT-RCKMS
As part of the build and deployment of CAT-RCKMS to bucket based storage, additional configuration via environment variables set at the yarn build:properties
step are required:
_FEATURE_REPORTS_ENABLE_NEW_ALL_VALUE_SETS
should be set totrue
_REPORTS_SERVICE_ENDPOINT
should be set to the URL for RRS, e.g.https://rrs.playground.sandbox.aimsplatform.org
Additionally, to support parallel production in October, we've added one additional build-time property that enables support for deploying CAT-RCKMS artifacts in a read-only ("locked") state. The default state should be disabled, which can be accomplished by adding one more environment variable set at the yarn build:properties
stage:
_READ_ONLY_FEATURES
should be set tofalse
DSS
Includes various performance optimizations, namely with regards to memory utilization. No additional steps necessary beyond building and deploying the newly built container.
MTS
Includes a MyBatis schema modification script. No additional steps necessary beyond building and deploying the newly built container.
RRS
Initial release of RRS to AIMS environments. This is to only be deployed to the authoring environment. This is a Node 14 microservice, meaning it will build similarly to DSUS and SS. It is reliant on a connection to MTS for user session validation, and dispatching notifications for asynchronous report generation.
Please refer to included overview of RRS for environment variables, probes, and more information.
VCS
Includes various changes requested by the eCR team, principally around the limiting the translation of patient addresses to those considered "active." No additional steps necessary beyond building and deploying the newly built container.
Bill of Materials
Component
Shortname
SHA1
Tag
CAT
4b422d3
DSUS
71db56f
DSS
6906828
dss-preflight-container
DSS-PFC
eb564a1
MTS
2c3e5d4
OUS
3041c2b
RRS
89bf1c0
RGS
f0d0e7f
SS
cf763b6
SSCS
fdd657c
VCS
d4ea080
Last updated