Skip to content

Commit

Permalink
DXE-3847 Changelog for release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wzagrajcz committed Jul 5, 2024
1 parent 0ae91f6 commit abb2fd6
Showing 1 changed file with 24 additions and 131 deletions.
155 changes: 24 additions & 131 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,12 @@
# EDGEGRID GOLANG RELEASE NOTES

## X.X.X (X X, X) Cloud Access






* Added Cloud Access Manager API support





* Access Keys
* [GetAccessKeyStatus] (https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-create-request)
* [CreateAccessKey] (https://techdocs.akamai.com/cloud-access-mgr/reference/post-access-key)
* [GetAccessKey] (https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key)
* [GetAccessKeys] (https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-keys)
* [UpdateAccessKey] (https://techdocs.akamai.com/cloud-access-mgr/reference/put-access-key)
* [DeleteAccessKey] (https://techdocs.akamai.com/cloud-access-mgr/reference/delete-access-key)

















* Access Key Versions
* [GetAccessKeyVersionStatus](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-version-create-request)
* [GetAccessKeyVersion](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-version)
* [CreateAccessKeyVersion](https://techdocs.akamai.com/cloud-access-mgr/reference/post-access-key-version)
* [ListAccessKeyVersions](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-versions)
* [DeleteAccessKeyVersion](https://techdocs.akamai.com/cloud-access-mgr/reference/delete-access-key-version)



* Properties using Access Key
* [LookupProperties](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-version-properties)
* [GetAsyncPropertiesLookupID](https://techdocs.akamai.com/cloud-access-mgr/reference/get-async-version-property-lookup)
* [PerformAsyncPropertiesLookup](https://techdocs.akamai.com/cloud-access-mgr/reference/get-property-lookup)

## X.X.X (X X, X)
## 8.3.0 (July 09, 2024)

#### FEATURES/ENHANCEMENTS:

* General
* Added `To` utility function in the `ptr` package that helps with creating value pointers

* BOTMAN
* Added Content Protection APIs
* [CreateContentProtectionRule](https://techdocs.akamai.com/content-protector/reference/post-content-protection-rule)
Expand All @@ -70,81 +22,29 @@
* [UpdateContentProtectionJavaScriptInjectionRule](https://techdocs.akamai.com/content-protector/reference/put-content-protection-javascript-injection-rule)
* [RemoveContentProtectionJavaScriptInjectionRule](https://techdocs.akamai.com/content-protector/reference/delete-content-protection-javascript-injection-rule)
















* Added Cloud Access Manager API support
* Access Keys
* [GetAccessKeyStatus](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-create-request)
* [CreateAccessKey](https://techdocs.akamai.com/cloud-access-mgr/reference/post-access-key)
* [GetAccessKey](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key)
* [ListAccessKeys](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-keys)
* [UpdateAccessKey](https://techdocs.akamai.com/cloud-access-mgr/reference/put-access-key)
* [DeleteAccessKey](https://techdocs.akamai.com/cloud-access-mgr/reference/delete-access-key)
* Access Key Versions
* [GetAccessKeyVersionStatus](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-version-create-request)
* [GetAccessKeyVersion](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-version)
* [CreateAccessKeyVersion](https://techdocs.akamai.com/cloud-access-mgr/reference/post-access-key-version)
* [ListAccessKeyVersions](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-versions)
* [DeleteAccessKeyVersion](https://techdocs.akamai.com/cloud-access-mgr/reference/delete-access-key-version)
* Properties using Access Key
* [LookupProperties](https://techdocs.akamai.com/cloud-access-mgr/reference/get-access-key-version-properties)
* [GetAsyncPropertiesLookupID](https://techdocs.akamai.com/cloud-access-mgr/reference/get-async-version-property-lookup)
* [PerformAsyncPropertiesLookup](https://techdocs.akamai.com/cloud-access-mgr/reference/get-property-lookup)

* DNS
* Added `GetZonesDNSSecStatus` method returning the current DNSSEC status for one or more zones


* Added [GetZonesDNSSecStatus](https://techdocs.akamai.com/edge-dns/reference/post-zones-dns-sec-status) method returning the current DNSSEC status for one or more zones



* General
* Added `To` utility function in the `ptr` package that helps with creating value pointers









#### BUG FIXES:







































### Deprecations
#### Deprecations

* Deprecated the following functions in the `tools` package. Use `ptr.To` instead.
* `BoolPtr`
Expand All @@ -154,13 +54,6 @@
* `Float64Ptr`
* `StringPtr`








## 8.2.0 (May 21, 2024)

#### FEATURES/ENHANCEMENTS:
Expand Down

0 comments on commit abb2fd6

Please sign in to comment.