diff --git a/changelog/_1622.txt b/changelog/_1622.txt new file mode 100644 index 000000000..2bff4a856 --- /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 000000000..cfc6cb50b --- /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 +```