Skip to content

Edgegrid v7.1.0 release

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 08:40
· 210 commits to master since this release
1d2ddcf

EDGEGRID GOLANG RELEASE NOTES

7.1.0 (July 25, 2023)

FEATURES/ENHANCEMENTS:

  • APPSEC
    • Added Bot Management API Support
      • Challenge Injection Rules - read, update
      • Add CreateSecurityPolicyWithDefaultProtections method to the SecurityPolicy interface to support creating a security policy with all available protections enabled.
    • Update marshaling of PII learning setting

Deprecations

  • Challenge Interceptions Rules has been deprecated
  • Deprecate the following interfaces used to maintain individual policy protections:
    • ApiConstraintsProtection
    • IPGeoProtection
    • MalwareProtection
    • NetworkLayerProtection
    • RateProtection
    • ReputationProtection
    • SlowPostProtection
    • WAFProtection
  • Deprecate the CreateSecurityPolicy method of the SecurityPolicy interface.