✨ New Features
ZEN-45874 Added detailed audit trails for budgets, making it easier to understand when and how budget changes occur.
ZEN-45914 Introduced custom tags for budgets, allowing teams to better categorize and organize budget usage.
ZEN-46105 Enhanced budget editing, improving how budget amounts and currencies are displayed and updated.
🔧 Improvements
Budgets & Allocations
INF-1533 Added support for used → active allocation state transitions through change-request workflows.
ZEN-46412 Updated merchant group handling to inherit scope from the parent group, ensuring consistent permissions.
ZEN-45915 Fixed
createdOntimestamps for cloned budgets to reflect accurate creation times.ZEN-45743 Improved scope validation to ensure ownership is checked before writing to default scopes.
Infrastructure & Platform
INF-1530 Added new Web UI environment variables for configuring the base path and enabled use of the Caddy server.
INF-1531 Updated the release process to publish the custodia package automatically.
INF-1536 Applied routine dependency updates across services.
INF-1532 Improved HTTP response log filtering to reduce log noise.
INF-1492 Enabled remote access to
/AccountingSystemManager/reportOnExpenseErrorfor improved integrations.
🐞 Bug Fixes
INF-1534 Extended the
hasDuplicateAllocationsmethod signature to includeboundToCardId, improving duplicate detection accuracy.DEV-14816 Fixed an issue where “recurring” text appeared mirrored on the back of activity cards.
DEV-16009 Resolved an issue where transactions failed to load when accessed from the employee helpdesk.
DEV-16007 Fixed an issue where support users did not see all company cards in the company helpdesk.
DEV-16002 / DEV-16003 Corrected “Approved for Payment” values for employee reimbursements.
DEV-15997 Fixed issues with reimbursement actions.
DEV-15940 Corrected statement date filter logic.
DEV-15958 Removed invalid end-date validation for purchase orders with multiple end dates.
⚙️ Internal / Developer Updates
INF-1529 Migrated ICC API requests to use
fetch()and configured a global dispatcher for automatic proxy setup.INF-1529 Added debug logging for external API request timeouts.