Version 1.4.0
July 11, 2025
| Feature | Description |
|---|---|
| Application timeout | While using the NVL UI, you will be prompted to logout due to inactivity (15 mins) or when the maximum continous activity time (4 hours) is reached. |
| Customer Onboarding Configurations for Global Deployments | When a new customer or tenant is onboarded, the system automatically creates all essential configurations required for the NVL application to operate successfully. |
| Printed Message editor | The current printed messages WYSIWYG editor in NVL UI uses an outdated, end-of-life DraftJS plugin. It is replaced with the modern tiptap editor plugin. |
| GraalVM for Store Services | Migrated store services from Java 17 to GraalVM to significantly improve startup performance and reduce memory footprint. |
| Customize Expired Promotions Retention | As part of data retention, this feature allows specifying the duration for which expired promotions and loyalty transactions are preserved and remain accessible for future use. |
| NEP SDK to 4.2.0 (Spring boot 3) | As part of the NEP SDK upgrade, we have updated Spring Boot from version 2.x to 3.x and migrated Java from version 11 to 17, due to Java 11 reaching the end of its long-term support. |
Known issues
Below is a list of known issues that will be addressed in the upcoming release.
| Bug/Incident | Description |
|---|---|
| Deleted offer applied to cart | An offer should be applied only once, if the product action condition is met only once. However, if an offer is deleted and then recreated as a similar one, both the deleted offer and the current offer are being applied to the cart, allowing the transaction to be completed. |
| Session logs out when multiple tabs are opened, with activity in only one tab | When the application is opened in multiple tabs, all tabs should remain active even if you are working in only one tab. However, the session is logging out in other tabs when you are active in a single tab. Additionally, refreshing the active tab results in the application logging out. |