Skip to content

Releases: akamai/AkamaiOPEN-edgegrid-golang

Edgegrid v2.12.0 release

25 Apr 07:22
c3d0642
Compare
Choose a tag to compare

2.12.0 (Apr. 25, 2022)

FEATURES/ENHANCEMENTS:

  • APPSEC

    • Add WAPBypassNetworkLists interface, to be used in preference to deprecated BypassNetworkLists interface.
  • Support for account switch keys from environment (#149)

Edgegrid v2.11.0 release

24 Mar 11:22
6435d7e
Compare
Choose a tag to compare

2.11.0 (March 24, 2022)

FEATURES/ENHANCEMENTS:

  • [IMPORTANT] Added Image and Video Manager API support

    • Policy Set - create, read, update, delete
    • Policy - create, read, update, delete, rollback to previous version, view policy history
  • CLOUDLETS

    • Support for RC cloudlet type (Request Control)
  • PAPI

    • CP code - read, update

Edgegrid v2.10.0 release

28 Feb 10:52
Compare
Choose a tag to compare

2.10.0 (Feb. 28, 2022)

FEATURES/ENHANCEMENTS:

  • [IMPORTANT] Added EdgeWorkers and EdgeKV API support

    • EDGEWORKERS
      • Ids - create, read, update, delete, clone
      • Versions - create, read, delete, validate version bundle
      • Activations - create, read, delete
      • Deactivations - read, delete
      • Resource tiers - read
      • Reports - read
      • Secure token - create
      • Permission groups - read
      • Properties - read
      • Contracts - read
    • EDGEKV
      • Items - create, read, update, delete
      • Namespaces - create, read, update
      • Initialization - create, read
      • Access token - create, read, delete
  • APPSEC

    • Source for evasive path match interface updated with links to documentation
  • CLOUDLETS

    • Support for AS cloudlet type (Audience Segmentation)

Edgegrid v2.9.1 release

07 Feb 09:31
f2b7513
Compare
Choose a tag to compare

2.9.1 (Feb. 7, 2022)

FEATURES/ENHANCEMENTS:

  • APPSEC
    • Remove deprecation notes for individual policy protection methods

BUG FIXES:

  • CLOUDLETS
    • Fixed validation for ALB version DataCenter percent

Edgegrid v2.9.0 release

24 Jan 09:29
62ead42
Compare
Choose a tag to compare

2.9.0 (Jan. 24, 2022)

FEATURES/ENHANCEMENTS:

  • CLOUDLETS

    • Support for VP cloudlet type (Visitor Prioritization)
    • Support for CD cloudlet type (Continuous Deployment / Phased Release)
    • Support for FR cloudlet type (Forward Rewrite)
    • Support for AP cloudlet type (API Prioritization)
  • APPSEC

    • Add support for Evasive Path Match feature
    • Deprecate individual policy protection interface methods
  • NETWORK LISTS

    • Include ContractID and GroupID in GetNetworkListResponse

Edgegrid v2.8.1 release

30 Nov 09:56
1b3c7ce
Compare
Choose a tag to compare

2.8.1 (Nov. 30, 2021)

FEATURES/ENHANCEMENTS:

  • [IMPORTANT] Added Cloudlets API support

    • Policy (Application Load Balancer) - create, read, update, delete policy
    • Policy (Edge Redirector) - create, read, update, delete policy
    • Policy activation - create, read
    • Application Load Balancer configuration - create, update, read
    • Activation for Application Load Balancer configuration - create, read
  • APPSEC

    • Add support for advanced exceptions in ASE rules
    • Update bypass-network-list datasource and resource for multi-policy WAP

Edgegrid v2.7.0 release

19 Oct 09:05
4314ddd
Compare
Choose a tag to compare

2.7.0 (Oct 19, 2021)

FEATURES/ENHANCEMENTS:

  • [IMPORTANT] Added DataStream API support
    • Stream operations
    • Stream activation operations
    • Read access to various DataStream properties
  • Added HAPI v1 support
    • Delete edge hostname

Edgegrid v2.6.0 release

16 Aug 14:06
fc044c9
Compare
Choose a tag to compare

2.6.0 (Aug 16, 2021)

BUG FIXES:

  • APPSEC
    • Fix incorrect comments/URL references in inline documentation

FEATURES/ENHANCEMENTS

  • APPSEC

    • Get an evaluation attack group's or risk score group's action
  • NETWORK LISTS

    • Support contract_id and group_id for network list create/update

Edgegrid v2.5.0 release

15 Jun 07:01
093f835
Compare
Choose a tag to compare

2.5.0 (Jun 15, 2021)

BREAKING CHANGES:

  • APPSEC
    • The following have been removed, togther with their unit tests and test data:
      • pkg/appsec/attack_group_action.go
      • pkg/appsec/attack_group_condition_exception.go
      • pkg/appsec/eval_rule_action.go
      • pkg/appsec/eval_rule_condition_exception.go
      • pkg/appsec/rule_action.go
      • pkg/appsec/rule_condition_exception.go

BUG FIXES:

  • DNSv2
    • Fixed parsing SVCB, HTTPS rdata.

FEATURES/ENHANCEMENTS:

  • [IMPORTANT] CPS - Added Certificate Provisioning API support

    • Enrollments - create, read, update, delete enrollments
    • Change status API - get change status, cancel change
    • DV certificate API - get and acknowledge DV challenges
    • Pre verification warnings - get and acknowledge pre verification warnings
  • APPSEC

    • The following have been added, together with their unit tests and test data:
      • pkg/appsec/api_constraints_protection.go
      • pkg/appsec/advanced_settings_pragma_header.go
      • pkg/appsec/attack_group.go
      • pkg/appsec/eval_rule.go
      • pkg/appsec/rule.go
      • pkg/appsec/ip_geo_protection.go

Edgegrid v1.1.1 Release

11 May 09:50
0c6ee5c
Compare
Choose a tag to compare

1.1.1 (May 11, 2021)

BUG FIXES

  • DNSv2
    • Fixed parsing SVCB, HTTPS rdata.