Releases: OpenAPITools/openapi-generator-bazel
Releases · OpenAPITools/openapi-generator-bazel
0.2.0
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
What's Changed
- Parametrize server_urls by @PertsevRoman in #43
- Update to openapi-generator-cli to v6.5.0, remove jcenter.bintray.com by @wing328 in #45
- Update README.md with sponsorship info by @wing328 in #46
- Update install guide for 0.1.6 by @thucngyyen in #47
- Use current_host_java_runtime jdk by @mrmeku in #49
- add golang full example by @lionelfleury in #48
- Revert "add golang full example" by @wing328 in #54
- Replaced depricated labels by @HarveyJMartin in #56
- Initial changes to support bzlmod registration by @BradHolmes in #61
- Add _jdk label as toolchain so execution platform is handled correctly by @hjellek in #59
New Contributors
- @PertsevRoman made their first contribution in #43
- @lionelfleury made their first contribution in #48
- @HarveyJMartin made their first contribution in #56
- @BradHolmes made their first contribution in #61
- @hjellek made their first contribution in #59
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
What's Changed
- Update readme to use v0.1.5 by @wing328 in #16
- Update openapi-generator version to 5.0.1 by @wing328 in #18
- Update README.md by @hkawa608 in #25
- Support OpenAPI specs with .yml file ending by @oncilla in #30
- enabled multiple input files. by @hkawa608 in #31
- add reserved-words-mappings parameter by @worxli in #33
- Add config and templateDir tags by @thucngyyen in #41
New Contributors
- @hkawa608 made their first contribution in #25
- @oncilla made their first contribution in #30
- @worxli made their first contribution in #33
- @thucngyyen made their first contribution in #41
Full Changelog: 0.1.5...v0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
openapi-generator-bazel
0.1.0 Initial release of openapi_tools_generator_bazel