BREAKING CHANGES:
- dns: Changed Create/UpdateDNSRecord method signatures to return (DNSRecord, error) (#1243)
- zone:
UpdateZoneSingleSetting
has been renamed toUpdateZoneSetting
and updated method signature inline with our expected conventions (#1251) - zone:
ZoneSingleSetting
has been renamed toGetZoneSetting
and updated method signature inline with our expected conventions (#1251)
ENHANCEMENTS:
- access_identity_provider: add
claims
andscopes
fields (#1237) - access_identity_provider: add scim_config field (#1178)
- devices_policy: update
Mode
field to use newServiceMode
string type with explicit const service mode values (#1249) - ssl: make
GeoRestrictions
a pointer inside of ZoneCustomSSL (#1244) - zone:
GetZoneSetting
andUpdateZoneSetting
now allow configuring the path for where a setting resides instead of assumingsettings
(#1251)
BUG FIXES:
- teams_rules:
AllowChildBypass
changes from abool
to*bool
(#1242) - teams_rules:
BypassParentRule
changes from abool
to*bool
(#1242) - tunnel: Fix 'CreateTunnel' for tunnels using config_src (#1238)
DEPENDENCIES: