Skip to content

v0.64.0

Compare
Choose a tag to compare
@jacobbednarz jacobbednarz released this 29 Mar 05:03
· 1111 commits to master since this release
8aaea55

BREAKING CHANGES:

  • dns: Changed Create/UpdateDNSRecord method signatures to return (DNSRecord, error) (#1243)
  • zone: UpdateZoneSingleSetting has been renamed to UpdateZoneSetting and updated method signature inline with our expected conventions (#1251)
  • zone: ZoneSingleSetting has been renamed to GetZoneSetting and updated method signature inline with our expected conventions (#1251)

ENHANCEMENTS:

  • access_identity_provider: add claims and scopes fields (#1237)
  • access_identity_provider: add scim_config field (#1178)
  • devices_policy: update Mode field to use new ServiceMode string type with explicit const service mode values (#1249)
  • ssl: make GeoRestrictions a pointer inside of ZoneCustomSSL (#1244)
  • zone: GetZoneSetting and UpdateZoneSetting now allow configuring the path for where a setting resides instead of assuming settings (#1251)

BUG FIXES:

  • teams_rules: AllowChildBypass changes from a bool to *bool (#1242)
  • teams_rules: BypassParentRule changes from a bool to *bool (#1242)
  • tunnel: Fix 'CreateTunnel' for tunnels using config_src (#1238)

DEPENDENCIES:

  • deps: bumps actions/setup-go from 3 to 4 (#1236)
  • deps: bumps github.com/urfave/cli/v2 from 2.25.0 to 2.25.1 (#1250)