Skip to content

v0.1.1

Compare
Choose a tag to compare
@Isawan Isawan released this 31 Aug 23:16
· 454 commits to main since this release
5398841

This release contains a major breaking change.
We are moving the mirror endpoints from the base URL from example.com/.+ to example.com/mirror/v1/.+.

To upgrade without disruption, first upgrade to v0.1.0 which supports both old and new endpoints simultaneously.
Once v0.1.0 is deployed, all terraform client configurations will need to be updated to point at the new base URL.
Once all clients have been updated, you can upgrade to this release without disruption.

This is being done as it namespaces the mirror API to prevent issues due to namespace collisions with hostnames.

What's Changed

  • feat!: Removal of old endpoints by @Isawan in #52

Full Changelog: v0.1.0...v0.1.1