Skip to content

v2.61.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 05:46
· 24 commits to master since this release
d448ddb

2.61.1 (June 17, 2024)

Notes

  • Golang: v1.21

Enhancements

  • PR #259 - ZIA Activator can now be compiled directly from the Zscaler-SDK-Go, by executing the command make ziaActivator from the root of the repository directory.

  • PR #259 - Combined the following two ZIA functions GetIncludeOnlyUrlKeyWordCounts and GetCustomURLCategories for simplicity. It's possible now to set the following parameters concurrently:

    • customOnly - The parameter is set to true by default. If set to true, it gets information on custom URL categories only.
    • includeOnlyUrlKeywordCounts -

Fixes

  • PR #259 - Added missing new city field attribute in the ZIA package trafficforwarding/staticips. The attribute block returns the following information:
    • id - ID of the city
    • name - Name of the city i.e "Toronto, Ontario, Canada"
  • PR #259 - The ZIA API client, now retries on StatusPreconditionFailed 412.

Documentation

  • PR #259 - Added several ZDX CLI based examples into the examples. ZDX Examples. The results returned by the API are displayed in table format.