This repository was archived by the owner on May 8, 2026. It is now read-only.
NOTICE OF DEPRECATION
This repository is deprecated and will receive no further updates after this release. The library has moved to ably/terraform-provider-ably, where it is now maintained alongside its primary consumer, the Ably Terraform provider. Consolidating the two reduces duplicated maintenance and lets the client track changes to the Control API more closely.
The new library is not a drop-in replacement. Parts of it have been rewritten to better reflect the current shape of the Control API, so the public API surface differs from this one. Consumers migrating across should expect to make code changes.
BREAKING CHANGES
- ErrorInfo.Details type changed from map[string][]string to
map[string]interface{} to match actual API responses - IngressRule.RuleType() removed (use Target.TargetType() instead)
What's Changed
- Update the client to the latest API spec by @martin-ably in #41
- Release v1.0.0 by @martin-ably in #43
Full Changelog: v0.8.0...v1.0.0