Changelog updates for transform fixes (ENT) (#10528)
This commit is contained in:
parent
a73e834fda
commit
e177818fb3
|
@ -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
|
||||
```
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
transform (enterprise): Fix bug where tokenization store changes are persisted but don't take effect
|
||||
```
|
Loading…
Reference in New Issue