Edgegrid v11.1.0 release
EDGEGRID GOLANG RELEASE NOTES
11.1.0 (Aug 4, 2025)
FEATURES/ENHANCEMENTS:
-
ClientLists
- Added support for deactivation per network:
- CreateDeactivation - Deactivates a client list on the staging or production network.
- Added the
DEACTIVATE
value to theclientlists.ActivationAction
enum. - Added the
PENDING_DEACTIVATION
andDEACTIVATED
values to theclientlists.ActivationStatus
enum.
- Updated documentation links for these methods:
- Added support for deactivation per network:
-
EdgeKV
- Added new methods:
- GetNamespaceScheduledDeleteTime - Displays the scheduled deletion time for the namespace.
- RescheduleNamespaceDelete - Reschedules the namespace deletion time.
- CancelScheduledNamespaceDelete - Cancels the scheduled namespace deletion by removing the pending delete operation, effectively aborting the deletion process.
- Added new methods:
-
mTLS Keystore
- Added support for the Mutual TLS Origin Keystore API.
- CreateClientCertificate - Creates a client certificate with the provided name.
- GetClientCertificate - Gets details of a client certificate.
- PatchClientCertificate - Updates the client certificate's name or notification emails.
- DeleteClientCertificateVersion - Deletes a client certificate version with the provided certificateId and version.
- ListClientCertificates - Lists client certificates under the account.
- ListAccountCACertificates - Lists CA certificates under the account.
- UploadSignedClientCertificate - Uploads a signed
THIRD_PARTY
client certificate. - RotateClientCertificateVersion - Creates a new version for the client certificate.
- ListClientCertificateVersions - Lists versions of the client certificate for a specified
certificateID
.
- Added support for the Mutual TLS Origin Keystore API.
BUG FIXES:
- IVM
- Removed
/
at the end of theListPolicies
,ListPolicySets
, andCreatePolicySet
method URLs (#660).
- Removed