v0.59.0
BREAKING CHANGES:
- dns: remove these read-only fields from
UpdateDNSRecordParams
:CreatedOn
,ModifiedOn
,Meta
,ZoneID
,ZoneName
,Proxiable
, andLocked
(#1170) - dns: the fields
CreatedOn
andModifiedOn
are removed fromListDNSRecordsParams
(#1173)
NOTES:
- dns: remove additional lookup from
Update
operations whenName
orType
was omitted (#1170)
ENHANCEMENTS:
- access_organization: add user_seat_expiration_inactive_time field (#1159)
- dns:
GetDNSRecord
,UpdateDNSRecord
andDeleteDNSRecord
now return the new, dedicated errorErrMissingDNSRecordID
when an empty DNS record ID is given. (#1174) - dns: the URL parameter
tag-match
for listing DNS records is now supported as the fieldTagMatch
inListDNSRecordsParams
(#1173) - dns: update default
per_page
attribute to 100 records (#1171) - teams_rules: adds support for Egress Policies (#1142)
- workers: Add support for compatibility_date and compatibility_flags when upoading a worker script (#1177)
- workers: script upload now supports Queues bindings (#1176)
BUG FIXES: