From 7a15cf061e1bb0de52f87e41737b75313a4fc075 Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Thu, 10 Dec 2020 13:59:30 -0600 Subject: [PATCH] Changelog updates for transform fixes (ENT) (#10528) --- changelog/_1622.txt | 6 ++++++ changelog/_1637.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 changelog/_1622.txt create mode 100644 changelog/_1637.txt diff --git a/changelog/_1622.txt b/changelog/_1622.txt new file mode 100644 index 0000000000..2bff4a8569 --- /dev/null +++ b/changelog/_1622.txt @@ -0,0 +1,6 @@ +```release-note:bug +transform (enterprise): Fix bug tokenization handling metadata on exportable stores +transform (enterprise): Fix transform configuration not handling `stores` parameter on the legacy path +transform (enterprise): Make expiration timestamps human readable +transform (enterprise): Return false for invalid tokens on the validate endpoint rather than returning an HTTP error +``` diff --git a/changelog/_1637.txt b/changelog/_1637.txt new file mode 100644 index 0000000000..cfc6cb50be --- /dev/null +++ b/changelog/_1637.txt @@ -0,0 +1,3 @@ +```release-note:bug +transform (enterprise): Fix bug where tokenization store changes are persisted but don't take effect +```