Skip to content

2025

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.

Release notes for the February 9, 2025 update

Update Version 4.1.202502071948

Extensions

  • Updated copyright year to 2025 on the product About screen as well as in the messages of setup and update scripts.

  • Added context help to Network Connections screen Count column title.

Security

  • Updated database access component to the latest version.

  • Updated database pool component to the latest version.

  • Updated client side framework to the latest version.

  • Updated HTTP communication component to the latest version.

  • Updated Oracle RDBMS driver to the latest version.

Release notes for the February 2, 2025 update

Update Version 4.1.202501311425

New Features

Added support to display time schedule in human readable format.

The application allows to schedule various periodic activities such as data collection from the endpoints, traffic monitoring or asset discovery. The schedule is defined using extended popular Cron expression that allows flexible specification of the time to execute certain activity. For example, the schedule might be defined to avoid certain times in a day, select a day of the week, or alternatively narrow the time for the job executions to maintenance windows.

To help building such complex schedules the application offers visual schedule builder screen. This software release introduces the human readable format to display schedules in various parts of the application to provide a quick grasp to when certain activity will be executed in the future.

Security

  • Updated the application framework to the latest version.

  • Updated WEB Application client side framework to the latest version.

  • Updated MySQL database access driver to the latest version.

  • Updated HTTP communication component to the latest version.

  • Updated internal script execution component to the latest version.

  • Updated REST API data access component to the latest version.

Fixes

  • Fixed the issue with Linux script to add new firewall rule pre-requisites check compatibility with RHEL flavor of iptables.

  • Fixed the issue with reporting long errors when building Analytical Models.

  • Fixed the issue with building analytical models on the data sets with reused host names for multiple assets.

  • Fixed the issue with empty default values for the selection boxes on the first tenant initialization form during the application deployment.

Release notes for the January 26, 2025 update

Update Version 4.1.202501241700

Security

  • Updated WEB Application client side components to the latest version.

  • Updated database access layer component to the latest version.

  • Updated the client side build environment to the latest version.

  • Updated PDF generation component to the latest version.

Extensions

  • Added information about last scheduled import activity to the import list screen.

  • Added support for preserving customizer settings such as GUI language, date format, GUI theme and menu layout between browser refresh and user logins.

  • Added the option to name segmentation policies.

  • Added support for Windows firewall rules naming conventions based on the policy name for policies related rules and based on the asset name for service requests relate rules.

  • Added Windows and Linux log-based connection collection scripts to the corresponding out of the box monitoring batches.

  • Added language translations for the customizer screen.

Fixes

  • Fixed the issue with the error message on the policy editing screen about missing taxonomy.

  • Fixed the issue with the option to save the policy without the name using REST API.

  • Fixed potential issue with handling spaces when deleting Windows firewall rules with spaces in the names.

  • Fixed the job logging about adding or deleting windows firewall rules.

  • Fixed the issue with IPv6 addresses appearance in the cell of the global and asset connection reports.

  • Fixed the issue with displaying internal localhost connections on the Network Traffic Flow chart.

  • Fixed the issue with the unpredictable logout from the application WEB console.

  • Fixed the issue with February literal in cron expression.

  • Fixed the issue with API help for the Analytical Models API.

  • Fixed the issue with displaying existing hour and month related schedules on the scheduling screen.

Release notes for the January 19, 2025 update

Update Version 4.1.202501171400

New Features

Added the option to edit import jobs.

The option allows to change import job schedule, post-import actions and import parameters.

Security

  • Updated WEB Application client side components to the latest version.

  • Updated CSV parser component to the latest version.

  • Updated the client side build environment to the latest version.

  • Updated PostgreSQL driver to the latest version.

  • Updated OpenAPI documentation component to the latest version.

Extensions

  • Added the option to build analytical models for root container.

  • Added build status with the error message to the list of Analytical Models.

  • Improved performance of PowerShell script collecting workloads data from Windows devices.

  • Added event log message about execution of scheduled import process.

  • Added support for detecting firewall rules defined for IPv6 addresses.

Fixes

  • Fixed the issue with error generating analytical model for the container with links to other containers.

  • Fixed the issue with enabling Save button when changing container of the Analytical Model.

  • Fixed the issue with searching, analyzing and utilizing assets for segmentation policies from linked containers.

  • Fixed the issue with filtering (in addition to searching) the Network Traffic Flow chart by policy.

  • Fixed the issue with base tenant displaying license expiration message.

  • Fixed the issue with container selection on the analytical models editing forms as well as on the import editing forms.

  • Fixed the error message for the process of building an analytical model with the requested number of clusters greater than the number of connected assets in the container.

  • Fixed the issue with detecting default port for application server communications.

  • Fixed the issue with checking the policy applications for the devices with unknown management ports.

  • Fixed the issue with displaying IPv6 addresses on the Network Traffic Flow chart.

  • Fixed the issue with IPv6 support on the extended data on the Network Traffic Flow chart.

  • Fixed the issue with importing taxonomy fields from CSV spreadsheets.

  • Fixed the issue with adding firewall rules for IPv6 addresses.

  • Fixed the issue with duplicate detection Management Server sub-networks when initializing a tenant.

  • Fixed the issue with duplicated firewall rules not attached to policies.

  • Fixed the issue with adding hosts to the network collection from the Network Traffic Flow chart.

  • Fixed the issue with detecting IPv6 addresses with network mask when reading firewall rules from Linux hosts.