Skip to content

v0.12.0

Compare
Choose a tag to compare
@mitchos mitchos released this 12 Nov 01:51
· 234 commits to main since this release

Notable Changes

  • Resolves #64: Adds support for pagination in ZPA API endpoints that support it
  • Resolves #65: Updates dev dependency Sphinx to 4.3.0
  • Resolves #62: Updates Restfly to 1.4.4
  • Fixes #61: Bug with ReadTheDocs doc generation
  • Fixes #50: Update docstrings to ensure dummy credentials look fake
  • Fixes a bug in ZIA Firewall add_network_service method
  • Adds tests for ZIA Firewall, ZPA Session, Server Groups and Segment Groups

Attention Contributors

Restfly 1.4.4 incorporates an update that automatically determines if the response object should be Box or BoxList (if box is enabled, which it is for pyZscaler). This means that the return response from an endpoint doesn't need to include box=BoxList for lists.

When returning a string or int (e.g. requests.response status_code) you'll still need to disable box with box=False.

Full Changelog: 0.11.0...0.12.0