Releases: sbecker59/terraform-provider-statuspage
Releases · sbecker59/terraform-provider-statuspage
v1.0.1
v1.0.0
IMPROVEMENTS:
- #157 Pagination parameters required
NOTES:
- Statuspage is making important performance-based changes to the authenticated REST API by enforcing pagination for a specific set of endpoints. If you have an existing integration with our REST API, you may need to make changes to your REST API calls to accommodate these changes, so please read on to understand the details.
v0.8.0
v0.7.0
v0.6.0
IMPROVEMENTS:
statuspage_components
: Adding the automation_email fied (read-only)statuspage_component
: Adding the automation_email fied (read-only)
NOTES:
- Use custom transport for HTTPClient to enable retries on 420, 429 and 5xx http errors (#52)
- Remove Ratelimiter for blocking call
- Update go version 0.16.x
v0.5.0
FEATURES:
statuspage_incident
: Add Indicent resource
v0.4.3
IMPROVEMENTS:
statuspage_subscriber
: Schema Resourcepage_id
&endpoint
FEATURES:
statuspage_metric_provider
: Add Metric Provider resource
NOTES:
- Add codecov.io
- Add Ratelimiter for blocking call. Statuspage API Documentation
- Each API token is limited to 1 request / second as measured on a 60 second rolling window
- Increate Unit & Integration Tests
v0.4.2
v0.4.1
v0.4.0
IMPROVEMENTS:
statuspage_component
: Add function import resource
BUGFIXES:
statuspage_component_groups
: Output values not map
FEATURES:
statuspage_components
: Add components datasource