Skip to content

Commit b4e2d07

Browse files
author
Thomas De Meyer
authored
Merge pull request #55 from labd/release/v0.4.0
Release v0.4.0
2 parents cc4e438 + a2053a1 commit b4e2d07

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changes/unreleased/added-rate-limiting.yaml renamed to .changes/v0.4.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kind: Added
2-
body: |
3-
Added retry configuration to Contentstack provider. New provider attributes: `max_retries` (max retry attempts for 429 responses, defaults to 3), `retry_wait_min` (min wait time in seconds, defaults to 1), and `retry_wait_max` (max wait time in seconds, defaults to 30). Enables reliable Terraform operations by automatically retrying on Contentstack API rate limit responses with configurable exponential backoff.
1+
## v0.4.0 - 2026-05-22
2+
### Added
3+
* Added retry configuration to Contentstack provider. New provider attributes: `max_retries` (max retry attempts for 429 responses, defaults to 3), `retry_wait_min` (min wait time in seconds, defaults to 1), and `retry_wait_max` (max wait time in seconds, defaults to 30). Enables reliable Terraform operations by automatically retrying on Contentstack API rate limit responses with configurable exponential backoff.
44

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v0.4.0 - 2026-05-22
10+
### Added
11+
* Added retry configuration to Contentstack provider. New provider attributes: `max_retries` (max retry attempts for 429 responses, defaults to 3), `retry_wait_min` (min wait time in seconds, defaults to 1), and `retry_wait_max` (max wait time in seconds, defaults to 30). Enables reliable Terraform operations by automatically retrying on Contentstack API rate limit responses with configurable exponential backoff.
12+
13+
914
## v0.3.1 - 2026-05-18
1015
### Fixed
1116
* Fix ImportState using non-existent "id" attribute path — all resources use "uid" as their identifier, causing a State Write Error on any import operation

0 commit comments

Comments
 (0)