File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222 * Clicking the _ Preview_ buttons will now trigger the modal and a _ Rendering rich text preview..._ loading message
2323 * It will take a moment to generate the context and render any Jinja2
2424 * If there are syntax errors, rendering will fail and there will be an error message
25+ * Added configuration options to the General Settings to control maximum API token lifetime and credential rotation
26+ * Maximum Token Lifetime in Days (default: 365) limits how far into the future a token expiry date may be set
27+ * Require Token Rotation to Extend Expiry (default: True) forces token rotation when extending expiry
28+ * Added the option to regenerate an API token to immediately roll the credential and receive a new token
2529
2630### Changed
2731
@@ -34,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3438 * Captions will also use the configured caption label and prefix and show the caption text–e.g., ` Figure # — Caption Contents `
3539 * Client logo objects will insert the client logo when available
3640 * Logos are set to a static 6.5" width to align with Office's default width and keep very large or wide logos under control
41+ * When editing an API token's expiration date, the form and back-end now enforce the * Maximum Token Lifetime in Days* setting
42+ * The ` whoami ` query now works with service tokens
3743
3844## [ 7.2.0] - 30 June 2026
3945
You can’t perform that action at this time.
0 commit comments