- Python Versions: v3.8, v3.9, v3.10, v3.11
- 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)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZPA Policy Set Controller complex Conditions template to support inner
AND/OR
operators (#199). Issue #(#198)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- 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).
- Python Versions: v3.8, v3.9, v3.10, v3.11
- 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 Uselist_location_groups(name=group_name)
instead going forward. (#182)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZPA Microtenant Update method response processing. (#173)
- Fixed ZIA
check_static_ip
text parsing (#173)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added function
list_version_profiles
to ZPAconnectors
package (#156)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZIA DLP Engine
description
missing attribute in payload construction (#154)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added Zscaler Mobile Admin Portal package (#142)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added new ZPA PUT v2 Endpoint for Segment Group Updates (#136)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added new ZIA Cloud App Control Rule and URL Domain Review Endpoints (#132)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added Zscaler Cloud and Branch Connector Endpoints (#135)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZPA Resources and ZIA is_expired method (#125)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZPA Pagination pagesize parameter to the maximum supported of
500
(#118) - Fixed ZIA Isolation Profile method misconfiguration (#118)
- Added the following new ZIA location management endpoints (#118)
locations/bulkDelete
locations/groups/count
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added ZDX Endpoints, Tests and Examples (#116)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZIA Integration Test for Cloud Firewall Network Services (#113)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added and Fixed ZIA integration tests. (#112)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZIA
forwarding_control
nested attribute formatting. (#105) - Fixed ZIA
zpa_gateway
nested attribute formatting. (#105)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added support to ZPA Microtenant endpoints (#105)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Enhanced zpa rate-limit with retry-after header tracking (#100)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added support the zpa policy set v2 endpoints (#96)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added Cloud Browser Isolation Endpoints and Tests (#86)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed privileged remote access add_portal method return response (#86)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Upgraded python-box to v7.1.1
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Added CodeCov workflow step(#83)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Update ZPA LSS clientTypes and log formats to new lss v2 endpoint(#77)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZPA Connector Schedule functions due to endpoint handler change(#76)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Fixed ZIA
list_dlp_incident_receiver
method to return properBox
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)
- Python Versions: v3.8, v3.9, v3.10, v3.11
- Refactored
setup.py
for better packaging and improved long description through README.md (#57) - Refactored Integration Tests by removing
async
decorators (#63)
- Python Versions: v3.8, v3.9, v3.10, v3.11
🎉 Initial Release 🎉