Edgegrid v10.1.0 release
EDGEGRID GOLANG RELEASE NOTES
10.1.0 (Mar 31, 2025)
FEATURES/ENHANCEMENTS:
-
General
- Migrated to Go
1.23
. - Updated various dependencies.
- Adopted toolchain Go
1.23.6
and a semver-compliant Go directive.
- Migrated to Go
-
Cloudlets
- Added new methods:
- Added new fields for V2, including
AkaRuleID
andLocation
for all the types of match rules.
-
PAPI
- Added name format validations and a size limit for the domain prefix.
- Added support for the hostname bucket feature. This includes:
- New endpoints:
- ListActivePropertyHostnames - Lists active property hostnames.
- GetActivePropertyHostnamesDiff - Retrieves the property hostnames diff.
- ListPropertyHostnameActivations - Lists property hostname activations.
- GetPropertyHostnameActivation - Gets a property hostname activation.
- CancelPropertyHostnameActivation - Cancels a pending property hostname activation.
- PatchPropertyHostnameBucket - Adds or removes hostnames for a property's hostname bucket.
- A new
UseHostnameBucket
field in theCreatePropertyRequest
structure. - A new
PropertyType
attribute which is returned when the property is of theHOSTNAME_BUCKET
type in these endpoints:GetProperties
GetProperty
GetPropertyVersions
GetPropertyVersion
GetLatestVersion
- New endpoints: