BREAKING CHANGES:
- images: Renamed Image struct "Metadata" field to "Meta" (#1379)
ENHANCEMENTS:
- access_application: added custom_non_identity_deny_url (#1373)
- load_balancer_monitor: add support for
consecutive_up
,consecutive_down
(#1380) - workers: Add support for retrieving and uploading only script content. (#1361)
- workers: Add support for retrieving and uploading only script metadata. (#1361)
- workers: allow namespaced scripts to be used as Worker tail consumers (#1377)
BUG FIXES:
- access_application: Use autopaginate flag as expected (#1372)
- access_ca_certificate: Use autopaginate flag as expected (#1372)
- access_group: Use autopaginate flag as expected (#1372)
- access_mutual_tls_certifcate: Use autopaginate flag as expected (#1372)
- access_policy: Use autopaginate flag as expected (#1372)
- images: Fix issue parsing Image Details from API due to incorrect struct json field (#1379)
- pagination: Will look at
total_count
andper_page
to calculatetotal_pages
iftotal_pages
is zero (#1372)