Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Release v1.0.0

Latest

Choose a tag to compare

@martin-ably martin-ably released this 08 May 08:38
v1.0.0

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

Full Changelog: v0.8.0...v1.0.0