Quite a few big additions in 1.6.0.
Zscaler Connector Portal
pyZscaler now supports the Zscaler Connector Portal so this will be very handy for those of you working with Cloud and Branch Connector. Zscaler hasn't published a great deal of endpoints to date for ZCON so hopefully we see more coming in the future.
ZIA Cloud Apps API
Support for the ZIA Cloud Apps API endpoints has been added. While they (Zscaler) refer to this as 'Reports' under their API reference (probably because it originally housed only the Shadow IT Report generation endpoints), I think it makes more sense to call this collection Cloud Apps. There is also the ability to list custom tags, cloud apps and also bulk update the sanction/unsanctioned status (!). I know a lot of people have been asking for this one.
Python 3.12
Python 3.12 is now supported and I will be doing the majority of development work using this latest version. pyZscaler will always support all versions of Python that are under support.
What's Changed
- Adds support for the Zscaler Connector portal (ZCON) #216
- Adds support for ZIA Cloud Apps API Endpoints #213
- Adds support for additional ZIA Traffic Forwarding API Endpoints #214
- Adds support for ZIA AppTotal API Endpoints #215
- Adds support for Python 3.12
- Fix cloud selection being ignored by @jxg81 in #227
- update tests to specify cloud name by @jxg81 in #228
New Contributors
What's next?
- Time to hit the issues list and close out all of the issues
- Trawl the product changelogs for any new API endpoints or changes to the API that we may need to incorporate (please raise an Issue on Github if there is something you need urgently)
Full Changelog: 1.5.0...1.6.0