Skip to content

Releases: OpenAPITools/openapi-generator-bazel

0.2.0

08 Apr 13:21
e66d4f0
Compare
Choose a tag to compare

This feature release completes the migration to using bzlmod. Clients must use bzlmod to use this version (or newer) of openapi-generator-bazel. It should be registered in the Bazel Central Registry very soon.

What's Changed

  • update actions/cache to v4 by @wing328 in #65
  • fix: Push OpenaAPI generator client version choice down to the bazel client by @BradHolmes in #64

Full Changelog: v0.1.7...v0.2.0

Command to create tar.gz:

tar czvf openapi-tools-generator-bazel-0.2.0.tar.gz \
    BUILD.bazel \
    LICENSE \
    MODULE.bazel \
    MODULE.bazel.lock \
    defs.bzl \
    extension.bzl \
    internal/openapi_generator.bzl \
    internal/BUILD.bazel

0.1.7

06 Mar 09:19
59f5fcc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

Command to create tar.gz: tar czvf openapi-tools-generator-bazel-0.1.7.tar.gz ./BUILD.bazel ./LICENSE ./defs.bzl ./internal/openapi_generator.bzl ./internal/BUILD.bazel

0.1.6

15 Apr 03:40
64d17b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.5...v0.1.6

0.1.5

22 Feb 08:29
684f814
Compare
Choose a tag to compare
  • Support Bazel 2.0.0: #10
  • Set default version to OpenAPI Generator v5.0.1: #13

0.1.4

21 Nov 18:27
c8ca780
Compare
Choose a tag to compare

Include engine attribute so that you can specify which templating engine to use

0.1.3

29 Oct 19:48
b5d3e93
Compare
Choose a tag to compare

Re-release of 0.1.2 but unix compatible (the prior release was packaged on windows which apparently is not supported correctly by bazel's tar packaging rule)

0.1.2

29 Oct 03:48
b5d3e93
Compare
Choose a tag to compare

0.1.2 bring windows compatibility to the generator

0.1.1

22 Oct 18:46
03c072a
Compare
Choose a tag to compare

This release brings compatibility with bazel 1.0

openapi-generator-bazel

21 Oct 17:13
Compare
Choose a tag to compare
0.1.0

Initial release of openapi_tools_generator_bazel