Skip to content

Latest commit

 

History

History
326 lines (171 loc) · 9.38 KB

CHANGELOG.md

File metadata and controls

326 lines (171 loc) · 9.38 KB

Zscaler Python SDK Changelog

1.0.0 (November,15 2024)

Notes

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

Enhancements

ZIA Pac Files

  • Added GET /pacFiles to Retrieves the list of all PAC files which are in deployed state.(#203)
  • Added GET /pacFiles/{pacId}/version to Retrieves all versions of a PAC file based on the specified ID. (#203)
  • Added GET /pacFiles/{pacId}/version/{pacVersion} to Retrieves a specific version of a PAC file based on the specified ID. (#203)
  • Added POST /pacFiles to Adds a new custom PAC file.(#203)
  • Added DELETE /pacFiles/{pacId} to Deletes an existing PAC file including all of its versions based on the specified ID.(#203)
  • Added PUT /pacFiles/{pacId}/version/{pacVersion}/action/{pacVersionAction} to Performs the specified action on the PAC file version and updates the file status.(#203)
  • Added POST /pacFiles/validate to send the PAC file content for validation and returns the validation result.(#203)
  • Added POST /pacFiles/{pacId}/version/{clonedPacVersion} to Adds a new PAC file version by branching an existing version based on the specified ID. (#203)

0.9.7 (November,1 2024)

Notes

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

Bug Fixes

  • Fixed ZPA Policy Set Controller complex Conditions template to support inner AND/OR operators (#199). Issue #(#198)

0.9.6 (October,28 2024)

Notes

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

Bug Fixes

  • Fixed ZPA Policy Set Controller Conditions template to support nested conditions and operators (#194).
  • Fixed ZIA pagination by introducing the custom get_paginated_data function (#194).

0.9.5 (October, 9 2024)

Notes

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

Bug Fixes

  • Fixed ZPA App Connector and Service Edge Bulk Delete functions due to return error (#182)
  • Deprecated the ZIA function get_location_group_by_name. Users must use Use list_location_groups(name=group_name) instead going forward. (#182)

0.9.4 (October, 3 2024)

Notes

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

Bug Fixes

  • Fixed ZPA Microtenant Update method response processing. (#173)
  • Fixed ZIA check_static_ip text parsing (#173)

0.9.3 (September, 16 2024)

Notes

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

Bug Fixes

  • Added function list_version_profiles to ZPA connectors package (#156)

0.9.2 (September, 12 2024)

Notes

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

Bug Fixes

  • Fixed ZIA DLP Engine description missing attribute in payload construction (#154)

0.9.1 (August, 31 2024)

Notes

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

Bug Fixes

  • Added Zscaler Mobile Admin Portal package (#142)

0.9.0 (August, 23 2024)

Notes

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

Bug Fixes

  • Added new ZPA PUT v2 Endpoint for Segment Group Updates (#136)

0.8.0 (August, 17 2024)

Notes

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

Bug Fixes

  • Added new ZIA Cloud App Control Rule and URL Domain Review Endpoints (#132)

0.7.0 (August, 17 2024)

Notes

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

Bug Fixes

  • Added Zscaler Cloud and Branch Connector Endpoints (#135)

0.6.2 (July, 19 2024)

Notes

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

Bug Fixes

  • Fixed ZPA Resources and ZIA is_expired method (#125)

0.6.1 (July, 4 2024)

Notes

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

Bug Fixes

  • Fixed ZPA Pagination pagesize parameter to the maximum supported of 500 (#118)
  • Fixed ZIA Isolation Profile method misconfiguration (#118)

Enhancements

  • Added the following new ZIA location management endpoints (#118)
    • locations/bulkDelete
    • locations/groups/count

0.6.0 (June, 28 2024)

Notes

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

Bug Fixes

  • Added ZDX Endpoints, Tests and Examples (#116)

0.5.2 (June, 24 2024)

Notes

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

Bug Fixes

  • Fixed ZIA Integration Test for Cloud Firewall Network Services (#113)

0.5.1 (June, 20 2024)

Notes

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

Bug Fixes

  • Added and Fixed ZIA integration tests. (#112)

0.5.0 (June, 19 2024)

Notes

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

Bug Fixes

  • Fixed ZIA forwarding_control nested attribute formatting. (#105)
  • Fixed ZIA zpa_gateway nested attribute formatting. (#105)

0.4.0 (June, 07 2024)

Notes

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

Enhancements

  • Added support to ZPA Microtenant endpoints (#105)

0.3.1 (May, 29 2024)

Notes

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

Enhancements

  • Enhanced zpa rate-limit with retry-after header tracking (#100)

0.3.0 (May, 25 2024)

Notes

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

Enhancements

  • Added support the zpa policy set v2 endpoints (#96)

0.2.0 (May, 14 2024)

Notes

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

Enhancements

  • Added Cloud Browser Isolation Endpoints and Tests (#86)

0.1.8 (May, 06 2024)

Notes

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

Bug Fixes

  • Fixed privileged remote access add_portal method return response (#86)

0.1.7 (May, 06 2024)

Notes

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

Internal Changes

  • Upgraded python-box to v7.1.1

0.1.6 (April, 30 2024)

Notes

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

Internal Changes

  • Added CodeCov workflow step(#83)

0.1.5 (April, 26 2024)

Notes

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

Bug Fixes

  • Update ZPA LSS clientTypes and log formats to new lss v2 endpoint(#77)

0.1.4 (April, 26 2024)

Notes

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

Bug Fixes

  • Fixed ZPA Connector Schedule functions due to endpoint handler change(#76)

0.1.3 (April, 24 2024)

Notes

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

Internal Changes

  • Removed .devcontainer directory and updated makefile (#75)
  • Transition from setup.py to Poetry (#75)

0.1.2 (April, 20 2024)

Notes

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

Bug Fixes

  • Fixed ZIA list_dlp_incident_receiver method to return proper Box response (#67)
  • Fixed ZIA sandbox get_file_hash_count to properly parse the API response (#67)
  • Removed pre-shared-key randomization from add_vpn_credential (#67)

0.1.1 (April, 19 2024)

Notes

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

Internal Changes

  • Refactored setup.py for better packaging and improved long description through README.md (#57)
  • Refactored Integration Tests by removing async decorators (#63)

0.1.0 (April, 18 2024)

Notes

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

🎉 Initial Release 🎉