You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,72 @@
1
1
# RELEASE NOTES
2
2
3
+
## 13.2.0 (May 11, 2026)
4
+
5
+
### FEATURES/ENHANCEMENTS:
6
+
7
+
* Appsec
8
+
* Relaxed validation of the `UpdatePenaltyBoxRequest` structure to allow the `deny_custom_{custom_deny_id}` value.
9
+
* Added the `ApplyAccountProtectionControls` field to the `UpdatePolicyProtectionsRequest` structure.
10
+
11
+
* Edgeworkers
12
+
* Added support for the `autoPin` attribute in the Edgeworkers activation requests.
13
+
14
+
* mTLS Truststore
15
+
* Added the `CASetStatuses` field to the `ListCASetsRequest` structure that allows filtering CA sets by their statuses, including `NOT_DELETED`, `DELETING`, and `DELETED`.
16
+
* Added support for the `RemovalDate` field to the following structures:
17
+
*`CASetResponse`
18
+
*`CreateCASetResponse`
19
+
*`GetCASetResponse`
20
+
*`ListCASetResponse`
21
+
*`CloneCASetResponse`
22
+
*`GetCASetDeletionStatusResponse`
23
+
*`CASetVersion`
24
+
*`CreateCASetVersionResponse`
25
+
*`GetCASetVersionResponse`
26
+
*`CloneCASetVersionResponse`
27
+
*`ListCASetVersionsResponse`
28
+
*`UpdateCASetVersionResponse`
29
+
* Added support for the `CASetVersionStatus` field to the following structures:
30
+
*`CASetVersion`
31
+
*`CreateCASetVersionResponse`
32
+
*`GetCASetVersionResponse`
33
+
*`CloneCASetVersionResponse`
34
+
*`ListCASetVersionsResponse`
35
+
*`UpdateCASetVersionResponse`
36
+
* Added support for the `CASetVersionStatuses` query parameter to the `ListCASetVersions` method to filter CA set versions by their statuses, either `NOT_DELETED` or `DELETED`.
37
+
* Added support for the [DeleteCASetVersion](https://techdocs.akamai.com/mtls-edge-truststore/reference/delete-ca-set-version) endpoint.
38
+
39
+
* PAPI
40
+
* Added the `AccessGroup` field to the `CPCodeDetailResponse` structure, returned by the following methods:
41
+
*`GetCPCodeDetail`
42
+
*`UpdateCPCode`
43
+
44
+
* Reporting Groups (Beta)
45
+
* Added support for the Reporting Groups API:
46
+
*[CreateReportingGroup](https://techdocs.akamai.com/cp-codes/reference/post-reporting-groups) - Creates a new reporting group.
47
+
*[GetReportingGroup](https://techdocs.akamai.com/cp-codes/reference/get-reporting-group) - Gets details of a specific reporting group.
48
+
*[ListReportingGroups](https://techdocs.akamai.com/cp-codes/reference/get-reporting-groups) - Lists all reporting groups.
49
+
*[ListProducts](https://techdocs.akamai.com/cp-codes/reference/get-reporting-group-products) - Lists products and services assigned to a specific reporting group.
50
+
*[UpdateReportingGroup](https://techdocs.akamai.com/cp-codes/reference/put-reporting-group) - Updates an existing reporting group.
51
+
*[DeleteReportingGroup](https://techdocs.akamai.com/cp-codes/reference/delete-reporting-group) - Deletes a reporting group.
52
+
*[GetReportingGroupsWaterMarkLimits](https://techdocs.akamai.com/cp-codes/reference/get-reporting-groups-watermark-limits) - Gets water-mark limits for reporting groups.
53
+
*[GetCPCodesWaterMarkLimits](https://techdocs.akamai.com/cp-codes/reference/get-cpcodes-watermark-limits) - Gets water-mark limits for CP codes.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -789,6 +789,7 @@ To see what methods you can use within a given package, go to the `pkg` director
789
789
|[Network Lists](./pkg/networklists/)| Automate the creation, deployment, and management of lists used in Akamai security products. |
790
790
|[Pointer Record](./pkg/ptr/)| Create pointers to values of any type. |
791
791
|[Property Manager](./pkg/papi/)| Define rules and behaviors that govern your website delivery based on match criteria. |
792
+
|[Reporting Groups](./pkg/reportinggroups/)| Break down your invoices and reports on your site's traffic by reporting groups rather than by contracts or products only. |
792
793
|[Session](./pkg/session/)| Manage the base secure HTTP client and requests for Akamai APIs. |
0 commit comments