Skip to content

Releases: openshift-online/ocm-api-metamodel

Release 0.0.53

01 Apr 14:44
e94e7fb
Compare
Choose a tag to compare
  • Don't consider Status and Error built-in request parameters.

Release 0.0.52

08 Mar 13:37
517695f
Compare
Choose a tag to compare
  • Add support for annotations.
  • Add @json and @http annotations.
  • Add @go annotation.
  • Add original text to names.
  • Add Impersonate method to support the Impersonate-User header.

Release 0.0.51

03 Feb 14:41
3dfc67a
Compare
Choose a tag to compare
  • Check for io.EOF before trying to parse response body.

Release 0.0.50

25 Jan 15:15
ab387d5
Compare
Choose a tag to compare
  • Fix format of date query parameters so that it is RFC3339.

Release 0.0.49

06 Jan 20:54
ee2f6da
Compare
Choose a tag to compare

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

06 Jan 20:26
9aab337
Compare
Choose a tag to compare

This release doesn't include any change in functionality, it only fixes the
script that releases Windows artifacts.

Release 0.0.47

06 Jan 20:23
0d6d4c0
Compare
Choose a tag to compare

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 the metamodel tool with a command like this:

    go install github.com/openshift-online/ocm-api-metamodel/cmd/[email protected]
    

Release 0.0.46

20 Dec 17:45
5ada170
Compare
Choose a tag to compare
  • Remove unused imports.
  • Check result of Flush method.
  • Cancel poll context.
  • Avoid some ineffectual assigments.
  • Explicitly use jsoniter package selector.

Release 0.0.45

03 Dec 15:41
69151aa
Compare
Choose a tag to compare

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 to main.

    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

22 Nov 14:16
c6a0f0e
Compare
Choose a tag to compare

See the CHANGES.adoc file for details.