v0.1.0
This release is a transition release for the next version which contains a major breaking change.
We are moving the mirror endpoints from the base URL example.com/.+
to example.com/mirror/v1/.+
.
Terraform client configurations will need to be updated to point at the new base URL.
In this version, both endpoints are supported simultaneously to allow easy transition during an upgrade.
The next v0.1.1
release will contain the breaking change of removing the old endpoints.
This is being done as it namespaces the mirror API to prevent issues due to namespace collisions with hostnames.
What's Changed
- feat!: Move location of terraform provider endpoint by @Isawan in #51
- feat: Added additional tracing to rejected extractors by @Isawan in #39
- docs: Added documentation for terraform client configuration
Full Changelog: v0.0.3...v0.1.0