Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenvasilev committed Oct 25, 2023
1 parent aed8ee8 commit 0630d48
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## Latest

* Registry response to module version download path must be 204, not 200, because the server returns empty body. Download link is passed by means of X-Terraform-Get response header. Both terraform and opentofu support that (in fact they do support both 200 and 204). None of the production registries use 204 at the moment.
* Added response errors to the model.
* Updated the regex for module download URL
* Added release github action, publishing the resulting openapi specification.

## v0.1.0

* Initial API specification release with both smithy and openapi.
* Added github action to validate, build the model.

0 comments on commit 0630d48

Please sign in to comment.