From 508c0e5e7fca71841b144b0e362fa969570d7bf8 Mon Sep 17 00:00:00 2001 From: Alexis Lucattini Date: Mon, 27 Nov 2023 09:21:25 +1100 Subject: [PATCH] Hotfixes for type hinting error ## PRs #201 #202 ## Bugs #200 Also moved NaT error into module changelog --- Changelog.md | 10 ++++++++++ deploy/cttso-ica-to-pieriandx-cdk/Changelog.md | 13 +++++++++++++ 2 files changed, 23 insertions(+) diff --git a/Changelog.md b/Changelog.md index ecc76bb..fe363b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,16 @@ Changes in this log refer only to changes that make it to the 'main' branch. and For changes in deployment, please see the [deployment changelog](deploy/cttso-ica-to-pieriandx-cdk/Changelog.md) +## 2023-11-22 + +> Author: Alexis Lucattini +> Email: [Alexis.Lucattini@umccr.org](mailto:alexis.lucattini@umccr.org) + +### Hotfixes +* Fix deidentified samples where NAT instead of NaT null value was used (https://github.com/umccr/cttso-ica-to-pieriandx/pull/198) + * Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/197 + + ## 2023-11-08 > Author: Alexis Lucattini diff --git a/deploy/cttso-ica-to-pieriandx-cdk/Changelog.md b/deploy/cttso-ica-to-pieriandx-cdk/Changelog.md index d80020c..1844b46 100644 --- a/deploy/cttso-ica-to-pieriandx-cdk/Changelog.md +++ b/deploy/cttso-ica-to-pieriandx-cdk/Changelog.md @@ -3,6 +3,19 @@ Changes in this log refer only to changes that make it to the 'main' branch and are nested under deploy/cttso-ica-to-pieriandx-cdk. +## 2023-11-27 + +> Author: Alexis Lucattini +> Email: [Alexis.Lucattini@umccr.org](mailto:alexis.lucattini@umccr.org) + +### Hotfixes +* lims maker lambda fails on type hinting for multiple types (https://github.com/umccr/cttso-ica-to-pieriandx/pull/201) + * Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/200 + +### Enhancements +* Use global var for NTC Subject ID (https://github.com/umccr/cttso-ica-to-pieriandx/pull/202) + + ## 2023-11-22 > Author: Alexis Lucattini