Skip to content

Release Notes

RSS logo Subscribe to our RSS

Release notes for the April 20, 2025 update

Update Version 4.1.202504182033

New Features

Added support for Italian language.

Support for Italian language to the GUI and server side messages extends the application usability to Italian speaking users.

Added password strength indicator to user entered passwords.

The option allows users to judge the password strength used to access protected resources.

Password strength indicator is displayed in the scale Poor, Weak, Medium, Safe, Strong with the hint how to improve weak passwords. Password strength indicator is used for the Password Requirements Example, Local User Password and Asset password fields.

Extensions

  • Updated Linux scripts to POSIX compatible shell.

  • Added out of the box hidden Port field to Unix-based asset types to support non standard ports.

  • Added out of the box hidden Port, Management Port and Port Security fields to Windows Host asset type to support non standard fields as well as WinRMs protocols.

  • Added the option for Windows Host script execution on a non-standard Management Port.

  • Added Status Check, Interfaces Monitoring, Workloads, and Connections Monitoring scripts for the Oracle Solaris 11 OS.

Security

  • Updated application client side WEB framework to the last version.

  • Updated REST API and SSO data processing component to the last version.

  • Updated unit test component to the last version.

Fixes

  • Fixed the issue with the application update reset the modified scripts to the last out of the box version.

  • Fixed the issue with import configurations GUI labels.

  • Fixed the issue with duplicate keys in the language translation files.

  • Fixed the issue with the Profile / Account link available to the master tenant user in the asset tenant GUI.

  • Fixed the issue with Profile Subscriptions, My Requests and My Approvals links are available in the master tenant.

  • Fixed the issue with available Verify Trust label on the LDAP configuration screen in case there is no ldaps servers in the configurations.

  • Fixed the issue with the import assets configuration allowed save option when some mandatory parameters are not defined.

  • Added the option to sort the list of imports by type and created columns.

  • Fixed the issue with the option to sort import table by the column that does not allow sort.

  • Fixed the issue with Linux Enable Firewall logging script handling ipv6 tables.

  • Fixed the issue with templates processing when executing Unix scripts.

  • Fixed the issue with the Port Security field use to enable WinRMs protocol

  • Fixed the issue with using the user entered account in email format when logging in with AD / LDAP credentials even when LDAP configuration adds a suffix for short accounts.

  • Fixed the issue with deleting an asset or a space with unique permissions enabled some users to access the application dashboard with no permissions granted.

  • Fixed the issue with error handling support in the windows workloads detection script.

  • Fixed the issue with LDAP integration using service accounts in domain\user notation for certain account names.

Release notes for the April 13, 2025 update

Update Version 4.1.202504111850

New Features

Improved visual appearance of the application authentication component.

Updated login, logout, registration, TOTP, Yubikey enrollment and enforcement as well as Radius enforcement screens streamline the access to the application simplifying the authentication process.

Added password requirements support for the users in local directories.

Password requirements improve application security for the local users managed by the system as well as simplify the integration in the broader organization network.

Password requirements enforce local user passwords with the defined length, number of upper case, numeric and special characters. Password requirements could optionally enforce XKCD style of passwords combining several dictionary words with the separator character.

The application supports different password requirements for the users created in different tenant spaces as well as in different local user directories. The option allows a space to inherit password requirements from its parent spaces. The option also allows a custom local user directory to inherit the password requirements from the containing space to simplify management of same password requirements across spaces and directories.

Extensions

  • Improved performance of database access for network monitoring by loading significantly less data when reading firewall rule port information for the aggregated reports.

Security

  • Updated application client side WEB container to the last version.

  • Updated application client side WEB framework to the last version.

  • Updated database access component to the last version.

  • Updated REST API Documentation component to the last version.

  • Updated SSO security component to the last version.

  • Improved security of loading message schemas during SSO login

Fixes

  • Fixed the issue with inactivity logout from the WEB GUI in the situations when multiple tabs of windows of the same browser access the application WEB GUI. The fix allows all tabs to stay active in case of the activity happens in one of the tabs. The fix also logs out all tabs when all of them are inactive.

  • Fixed the issue with defaulting report exports and notification to the USA date format when no other format is selected to match the default behaviour of the WEB GUI.

  • Fixed the issue with tenant subscriptions available for the master tenant user.

Release notes for the April 6, 2025 update

Update Version 4.1.202504041824

New Features

Added support for user defined date format in report exports and notifications.

This important internationalization option allows each user to select regional date format for the data exported from the system in the form of reports or notifications.

Extensions

  • Improved visual appearance of the application logout page.

  • Added the option to mass delete selected subscriptions.

  • Added an on-screen message and the error text before the attempt to create the tenant with name containing spaces and other special characters. The allowed name for the tenant include letters, numbers, dashes and underscores.

  • Updated context help for the notification templates.

  • Added support for event.tenant and connection.tenant placeholders in the email notification templates.

Security

  • Updates application client side WEB framework to the last version.

  • Updated database access component to the last version.

Fixes

  • Fixed the issue with displaying UTC instead of local time in report exports and notifications.

  • Fixed the issue with updating out of the box configuration templates that was not modified by users after the application update.

  • Fixed the issue with the insignificant error message when opening asset view in the non-activated application.

  • Fixed the issue with the subscription option is to be available for the space auditors and administrators only.

  • Fixed the issue with creating or updating subscription without conditions.

Release notes for the March 30, 2025 update

Update Version 4.1.202503281840

New Features

Added the option to subscribe to notifications about selected system events.

The option enables system owners to monitor the system activity by subscribing to important system events such as configuration modifications or changes in the network traffic without logging in to the application WEB console.

The notification subscriptions include multi-criteria filters to select feeds for individual subscribers based on the event characteristics, metadata, related assets or users triggering the events.

The application groups multiple notifications addressed to the same subscriber to reduce system communication to fewer messages.

Security

  • Updated application WEB client framework to the last version.

  • Updated HTTP communication component to the last version.

Fixes

  • Fixed the issue with common date format in report exports and notifications.

  • Fixed the application update issue when failure to initialize one out of the box template causes other templates initialization to fail.

  • Fixed the issue with untranslated messages in Import assets and request forms management.

  • Fixed the issue with the misspelling in the context help of the Token Management Enabled field.

  • Fixed the issue with untranslated date labels on the application dashboard right after refreshing dashboard screen in the browser.

  • Fixed the issue with translating page size (items per page) label after refreshing the multi-page screens in the browser.

Release notes for the March 23, 2025 update

Update Version 4.1.202503211350

Extensions

Added ASCII art message at the end of the deployment and update script.

The option simplifies log file analysis for the application deployment and update procedures.

Security

  • Updated Database access layer component to the last version.

  • Updated operating system interface component to the last version.

  • Updated application WEB client framework to the last version.

  • Updated MS SQL database driver to last version.

  • Updated CSV format processing component to the last version.

  • Updated HTTP communication component to the last version.

  • Improved code security of the file system operations when reading fonts for the reports PDF export.

Fixes

  • Fixed the issue with the unclear label for the Not Required option of the Exclusive request form selection.

Release notes for the March 16, 2025 update

Update Version 4.1.202503141700

Extensions

Added ASCII art message in the log file to indicate the application startup event.

The option simplifies log file analysis for troubleshooting purposes allowing to find the last application startup event.

Security

  • Updated Database access layer component to the last version.

  • Updated application WEB client framework to the last version.

  • Updated REST API Documentation component to the last version.

  • Updated unit test component to the last version.

  • Improved code security accessing file system during tenant initialization or update as well as importing parsers and scripts.

Fixes

  • Fixed the issue with navigating to the asset from the Peer Node link editing or adding pages.

  • Fixed the issue with inheriting space permissions.

Release notes for the March 9, 2025 update

Update Version 4.1.202503071815

New Features

Added silent option for the application deployment and update.

Silent option allows to automate application deployment and update by allowing to execute setup and update scripts in a non-interactive way suitable to launch them from batch files or any other ambient process. Among other applications, the option is useful to automate maintenance of high availability or remote peer nodes.

Use the following options to run deployment in the silent mode:

  • Windows: ./setup.ps1 -eula -silent
  • Linux: ./setup.sh -eula -silent

Use the following options to run application update in the silent mode:

  • Windows: ./update.ps1 -eula -silent
  • Linux: ./update.sh -eula -silent

Security

  • Updated application WEB container to the last version.

  • Updated FIPS Public Key Infrastructure API to the last version.

  • Updated application WEB client framework to the last version.

  • Updated REST API data processing component to the last version.

  • Improved code security when displaying context help, list of available icons, initializing script library and updating out of the box asset types.

Fixes

  • Fixed the issue with displaying nested asset references in the GUI lists.

  • Fixed the issue with displaying help message of the application Windows installer.

Release notes for the March 2, 2025 update

Update Version 4.1.202502282146

New Features

Added service check page for the load balancers to detect active nodes.

The update allows High Availability deployment with the dynamic node status detection by the load balancer.

Use URL https://12port.host.com:port/ztna/service-check for the status page.

Security

  • Updated database layer component to the latest version.

  • Updated SSH communication component to the latest version.

  • Updated logger interface component to the latest version.

  • Updated application WEB client framework to the last version.

  • Updated internal scripting language component to the latest version.

  • Updated unit test component to the latest version.

  • Fixed the security audit issue with the build environment.

Fixes

  • Added language translations of the actions on the SSL Import dialogue.

  • Fixed mis-labeling in asset API documentation.

Release notes for the February 16, 2025 update

Update Version 4.1.202502131537

Extensions

  • Added offline installer in ZIP format for Windows compatibility.

Security

  • Updated cryptography module to the latest FIPS certified version 2.1.0.

  • Updated encryption provider component to the latest version.

  • Updated application WEB container to the latest version.

  • Updated database layer component to the latest version.

  • Updated application WEB client framework to the last version.

Fixes

  • Fixed the issue with granting permissions to the user with updated login in the source user directory.

  • Fixed the issue with the error message about duplicate user detected with the same ID but different logins in the source user directory.