Release Notes / Version 9.9.0.E patch / 21 May 2026
Highlights
Release Information
Znode 9.9.0.E patch release includes a couple of minor bug fixes.
Important Information and Breaking Changes
Other Breaking Changes
There are no breaking changes in this release.
Issues Resolved
[ZPD-34245] - Znode Product Package Vulnerability Issues Remediation
Upgraded all vulnerable NuGet packages in the Multifront solution and Payment application as part of the remediation plan. The packages were upgraded to the nearest stable non-vulnerable versions instead of the latest versions to minimize breaking changes and avoid requiring a .NET framework upgrade.
Note : AutoMapper may introduce potential breaking changes, which will be addressed in upcoming patches as required. As part of the vulnerability remediation, customers can completely remove the Znode.Engine.CustomTable.Api project from the ZnodeMultifront solution, as it references Znode10 libraries.
[ZPD-34346] – Updated AuthenticationHelper to properly clean up the user session during logout.
Fixed the issue by correcting the execution sequence of Clear() and Abandon() in ValidateUserSession(). Additionally, RemoveAuthenticatedUserSession() was moved earlier in the flow to ensure the authenticated user session is completely removed before the session is abandoned. This prevents stale user data from persisting, especially in scenarios where CSRs switch between different customer accounts.
[ZPD–34345] - Error in SQL SP in patch
Fixed the issue by Add the missing 'FROM' in the SP : Znode_InsertUpdateSaveCartLineItemConfigurable.sql