Skip to content

Latest commit

 

History

History
151 lines (99 loc) · 7.74 KB

CHANGELOG.md

File metadata and controls

151 lines (99 loc) · 7.74 KB

Changelog

Full Changelog

Implemented enhancements:

  • Upgraded ably-control-go to the latest version #196

Merged pull requests:

Full Changelog

Implemented enhancements:

  • Expose LiveSync to the terraform provider #180

Closed issues:

  • Following instructions for importing configuration doesn't work #181

Merged pull requests:

Full Changelog

Merged pull requests:

Full Changelog

Merged pull requests:

Full Changelog

Merged pull requests:

Full Changelog

Merged pull requests:

Bugfixes:

  • The provider now honours "enveloped" settings for HTTP rules in single publish mode

Full Changelog

Merged pull requests:

  • Append 'terraform-provider-ably/VERSION' to the Ably-Agent HTTP header #156 (lmars)
  • add credit to CHANGELOG for external contribution #155 (owenpearson)

Bugfixes:

  • Fix importing of rules
  • Fix channel filter being required

Bugfixes:

  • Fix rules not updating correctly
  • Fix resources being recreated when anything changes in app
  • Fix terraform plan saying unknown app.id and app.account_id when they are known
  • Fix description for apns_use_sandbox_endpoint
  • Fix error when TTL is null in amqp/external
  • Fix error when setting multiple capabilities

Bugfixes:

  • Fixes key not being read from the control API (tete17)
  • Fixes reads not regestering when a resource had been deleted outside of terraform
  • Fixes deletes failing when a resource had been deleted outside of terraform

This release adds:

  • Ably Zapier integration rule via ably_rule_zapier resource
  • Ably AWS Lambda integration rule via ably_rule_lambda resource
  • Ably Google Cloud Function integration rule via ably_rule_google_function resource
  • Ably IFTTT integration rule via ably_rule_ifttt resource
  • Ably Azure Functions integration rule via ably_rule_azure_function resource
  • Ably HTTP integration rule via ably_rule_http resource
  • Ably Kafka integration rule via ably_rule_kafka resource
  • Ably Pulsar integration rule via ably_rule_pulsar resource
  • Ably AMQP and external AMQP integration rules via ably_rule_amqp and ably_rule_amqp_external resources
  • Updated documentation

Bugfixes:

  • Fixes issues with certain fields (including API Key) being available only on the first apply
  • Fixes issue with some optional fields not really being optional

The release also includes additional code quality improvements.

This release adds:

  • Ably SQS integration rule via ably_rule_sqs resource
  • Ably Kinesis integration rule via ably_rule_kinesis resource
  • Updated documentation

Bugfixes:

  • Fixes issues with certain fields (including API Key) being available only on the first apply
  • Fixes issue with some optional fields not really being optional

Initial release to Terraform Registry.

This version includes the following resources:

  • ably_app
  • ably_key
  • ably_namespace
  • ably-queue