Releases: openshift-online/ocm-api-metamodel
Release 0.0.53
- Don't consider
Status
andError
built-in request parameters.
Release 0.0.52
- Add support for annotations.
- Add
@json
and@http
annotations. - Add
@go
annotation. - Add original text to names.
- Add
Impersonate
method to support theImpersonate-User
header.
Release 0.0.51
- Check for
io.EOF
before trying to parse response body.
Release 0.0.50
- Fix format of date query parameters so that it is RFC3339.
Release 0.0.49
This release doesn't include any change in functionality, it only adds to the
repository the files generated by ANTLR so that it is possible to install the
tool with go install
.
Release 0.0.48
This release doesn't include any change in functionality, it only fixes the
script that releases Windows artifacts.
Release 0.0.47
IMPORTANT: This release doesn't include binary artifacts due to a bug in the release script; use release 0.0.48 instead.
-
Update to Go 1.17.
-
Update to Ginkgo 2.
-
Update to ANTLR 4.9.3.
-
Update Go dependencies.
-
Simplify installation with
go install
so that it will be possible to
install themetamodel
tool with a command like this:go install github.com/openshift-online/ocm-api-metamodel/cmd/[email protected]
Release 0.0.46
- Remove unused imports.
- Check result of
Flush
method. - Cancel poll context.
- Avoid some ineffectual assigments.
- Explicitly use
jsoniter
package selector.
Release 0.0.45
The only functional change in this version is the change from Markdown to
AsciiDoc. That is not really relevant because the generated documentation
isn't currently published.
In addition to that there also some changes to the development and build
workflows:
-
Rename
master
branch tomain
.To adapt your local repository to the new branch name run the following
commands:git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a
-
Rewrite the publish release action in Python.
-
Automatically add changes from
CHANGES.md
to release descriptions.
Release 0.0.44
See the CHANGES.adoc file for details.