Skip to content

v1.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 17:15
· 1 commit to master since this release
f515ffe

1.4.3 (June 3, 2025)

Notes

  • Python Versions: v3.8, v3.9, v3.10, v3.11

Bug Fixes:

  • PR #296 - Added the following new functions in the ZPA policies package: add_browser_protection_rule_v2 and update_browser_protection_rule_v2 to support CLIENTLESS_SESSION_PROTECTION_POLICY policy type for Browser Protection Rule configuration.
  • PR #296 - Added the following new object_type USER_PORTAL in the ZPA conditions template _create_conditions_v2 to support CLIENTLESS_SESSION_PROTECTION_POLICY policy type for Browser Protection Rule configuration.
  • PR #296 - Fixed update_segment() behavior in all ZPA Application Segment client to ensure that port fields (tcpPortRange, udpPortRange, tcpPortRanges, udpPortRanges) are properly cleared when omitted. Previously, omitting these fields during update would leave existing port configurations intact instead of removing them.