Skip to content

Releases: zscaler/zscaler-sdk-go

v2.72.3

30 Sep 19:57
6076f2e
Compare
Choose a tag to compare

2.72.3 (September 30, 2024)

Notes

  • Golang: v1.22

Bug Fixes

PR #277 - Added new attributes to ZPA servicedgegroup and serviceedgecontroller packages.

v2.72.2

12 Sep 05:24
27b0967
Compare
Choose a tag to compare

2.72.2 (September 11, 2024)

Notes

  • Golang: v1.22

Bug Fixes

PR #276 - Fixed removed omitempty from ZPA microtenant_id attribute in policysetcontrollerv2.

v2.72.1

16 Aug 18:16
27b0967
Compare
Choose a tag to compare

2.72.1 (August 16, 2024)

Notes

  • Golang: v1.22

Bug Fixes

PR #274 - Added new ZIA function GetVIPRecommendedList, which will support all optional parameters when retrieving the list of recommended Virtual IP addresses per datacenter. The following optional parameters are now supported:

  • routable_ip - (Boolean) The routable IP address.
  • within_country_only - (Boolean) Search within country only.
  • include_private_service_edge - (Boolean) Include ZIA Private Service Edge VIPs.
  • include_current_vips - (Boolean) Include currently assigned VIPs.
  • latitude - (Number) The latitude coordinate of the GRE tunnel source.
  • longitude - (Number) The longitude coordinate of the GRE tunnel source.
  • subcloud - (String) The longitude coordinate of the GRE tunnel source.

v2.72.0

14 Aug 20:18
Compare
Choose a tag to compare

2.72.0 (August 14, 2024)

Notes

  • Golang: v1.22

ZPA Additions

Segment Group

  • Added new optimized V2 endpoint PUT /segmentGroup/{segmentGroupId} to prevent "payload.size.exceeded" error when updating a segment group with large numbers or application segments attached. PR #273
    NOTE The V1 endpoint PUT /segmentGroup/{segmentGroupId} will eventually be deprecated; however, this change should not affect existing Segment Group configurations.

Bug Fixes

PR #270 - Fixed ports attribute from string to slice of intergers in locationmanagement.

v2.71.0

11 Aug 22:12
edcf91d
Compare
Choose a tag to compare

2.71.0 (August 11, 2024)

Notes

  • Golang: v1.22

ZIA Additions

VPN Credentials and Location Management

  • Added POST /locations/bulkDelete Bulk delete locations up to a maximum of 100 locations per request. The response returns the location IDs that were successfully deleted. PR #270

  • Added POST /vpnCredentials/bulkDelete Bulk delete vpn credentails up to a maximum of 100 vpn credentials per request. The response returns the vpn credential IDs that were successfully deleted. PR #270

Cloud App Control Policies

  • Added GET /webApplicationRules/ruleTypeMapping to return backend keys that match the application type string.

Bug Fixes

PR #270 - Fixed ports attribute from string to slice of string in locationmanagement.

v2.70.0

24 Jul 07:19
cdc5659
Compare
Choose a tag to compare

2.70.0 (July 24, 2024)

Notes

  • Golang: v1.22

ZIA Additions

Cloud App Control Rules

  • Added GET /webApplicationRules/{rule_type} to Get the list of Web Application Rule by type PR #270
  • Added GET /webApplicationRules/{rule_type}/{ruleId} to Get a Web Application Rule by type and idPR #270
  • Added POST /webApplicationRules/{rule_type} to Adds a new Web Application rule.PR #270
  • Added PUT /webApplicationRules/{rule_type}/{ruleId} to Update a new Web Application rule.PR #270
  • Added DELETE /webApplicationRules/{rule_type}/{ruleId} to Delete a new Web Application rule.PR #270

DLP Dictionary

  • Added GET /dlpDictionaries/{dictId}/predefinedIdentifiers to Retrieves the list of identifiers that are available for selection in the specified hierarchical DLP dictionary.PR #270
  • Added new attribute dlpdictionary attributes:
    • confidenceLevelForPredefinedDict: String - The DLP confidence threshold for predefined dictionaries
    • dictionaryCloningEnabled: Bool - A Boolean constant that indicates that the cloning option is supported for the DLP dictionary using the true value.
    • customPhraseSupported: Bool - A Boolean constant that indicates that custom phrases are supported for the DLP dictionary using the true value.
    • proximityLengthEnabled: Bool - A Boolean constant that indicates whether the proximity length option is supported for a DLP dictionary or not.

URL Categories

  • Added POST /urlLookup to Retrieve Zscaler's default classification for a given set of URLs (e.g., ['abc.com', 'xyz.com']).PR #270
  • Added GET /urlCategories/urlQuota to Gets information on the number of unique URLs that are currently provisioned for your organization as well as how many URLs you can add before reaching that number.PR #270
  • Added GET /urlCategories/lite to Gets a lightweight key-value list of all or custom URL categories.PR #270
  • Added GET /urlCategories/review/domains to find matching entries present in existing custom URL categories.PR #270
  • Added GET /urlCategories/review/domains Adds the list of matching URLs fetched by POST /urlCategories/review/domains to the specified custom URL categories. A maximum of 100 URL categories can be updated at once using this request.PR #270
  • Added new attribute urlCategories2 to urlfilteringrules package. See Zscaler Release Notes

v2.61.12

08 Jul 22:14
Compare
Choose a tag to compare

2.61.12 (July 8, 2024)

Notes

  • Golang: v1.21

Bug Fixes

  • PR #269 - Fixed ZPA App Protection (Inspection) resources with missing attributes.
  • PR #269 - Fixed zpa_inspection_profile missing overrideAction attribute.

v2.61.11

07 Jul 07:43
3232e1c
Compare
Choose a tag to compare

2.61.11 (July 7, 2024)

Notes

  • Golang: v1.21

Bug Fixes

  • PR #269 - Fixed ZPA App Protection (Inspection) resources with missing attributes.

v2.61.10

06 Jul 00:21
Compare
Choose a tag to compare

2.61.10 (July 5, 2024)

Notes

  • Golang: v1.21

Bug Fixes

  • PR #268 - Fixed ZPA Cloud Browser Isolation resources to allow search by name and ID.
    • cbibannercontroller
    • cbicertificatecontroller
    • cbiprofilecontroller

v2.61.9

05 Jul 21:54
751004b
Compare
Choose a tag to compare

2.61.9 (July 5, 2024)

Notes

  • Golang: v1.21

Bug Fixes

  • PR #268 - Fixed ZPA Cloud Browser Isolation resources to allow search by name and ID.
    • cbibannercontroller
    • cbicertificatecontroller
    • cbiprofilecontroller