Skip to content

v0.76.0

Compare
Choose a tag to compare
@jacobbednarz jacobbednarz released this 29 Aug 23:16
· 582 commits to master since this release
434a5d0

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 and per_page to calculate total_pages if total_pages is zero (#1372)