Skip to content

Releases: qaware/protocurl

v1.3.0

24 Apr 02:54
a6be273
Compare
Choose a tag to compare

Changelog

  • 3618a28 Exclude 386 from docker due to lack os base distroless cc image.
  • ed7d939 Fix multi-arch COPY statement via HACK.
  • 8fe66e7 Ignore irrelevant vulnerabilities.
  • a6be273 Merge pull request #26 from qaware/distroless
  • 4f96922 Mount linux utilities into distroless container during tests
  • ba9ee96 Using distroless/cc base image instead of debian:stable-slim to reduce security warnings. Refactor Dockerfile generation.

v1.3.0-rc

24 Apr 02:46
Compare
Choose a tag to compare
v1.3.0-rc Pre-release
Pre-release

Changelog

  • 3618a28 Exclude 386 from docker due to lack os base distroless cc image.
  • ed7d939 Fix multi-arch COPY statement via HACK.
  • 8fe66e7 Ignore irrelevant vulnerabilities.
  • 4f96922 Mount linux utilities into distroless container during tests
  • ba9ee96 Using distroless/cc base image instead of debian:stable-slim to reduce security warnings. Refactor Dockerfile generation.

v1.2.0

23 Apr 17:31
Compare
Choose a tag to compare

Changelog

  • 5472922 Adapted documentation and tests to use simpler args with inferred files and message paths.
  • 31608ee Added introductory quick start example
  • 0afc575 Infer proto files automatically (-F). Default, if no -f is provided.
  • ca08f0d Lookup message package paths by name. Nested messages supported.
  • 884055f Update README.md

v1.2.0-rc

23 Apr 17:21
Compare
Choose a tag to compare
v1.2.0-rc Pre-release
Pre-release

Changelog

  • 5472922 Adapted documentation and tests to use simpler args with inferred files and message paths.
  • 31608ee Added introductory quick start example
  • 0afc575 Infer proto files automatically (-F). Default, if no -f is provided.
  • ca08f0d Lookup message package paths by name. Nested messages supported.
  • 884055f Update README.md

v1.1.3

19 Apr 12:28
Compare
Choose a tag to compare

Changelog

  • 1b1ae7a Fixed release changelog accidentally using current release for an empty diff.
  • dae0db8 Fixed release changelog accidentally using current release for an empty diff.
  • 097fc5e Fixed typo.
  • e95c9e5 Update README.md
  • 16f0509 Update README.md

v1.1.2

19 Apr 08:31
9ebd453
Compare
Choose a tag to compare

Changelog

  • e3e4872 Formatting.
  • 65b615f Full clone to ensure goreleaser can create changelog.
  • ad2d9a4 Proper changelog by setting the correct previous released version. Only possible, when repository is released.

v1.1.2-rc

19 Apr 08:19
Compare
Choose a tag to compare
v1.1.2-rc Pre-release
Pre-release

Changelog

  • e3e4872 Formatting.
  • 65b615f Full clone to ensure goreleaser can create changelog.
  • ad2d9a4 Proper changelog by setting the correct previous released version. Only possible, when repository is released.

v1.1.1

18 Apr 16:06
5125a7d
Compare
Choose a tag to compare

Changelog

  • 5125a7d Merge pull request #24 from qaware/15-fix-duplicated-error-messages

v1.1.1-rc

18 Apr 15:51
5125a7d
Compare
Choose a tag to compare
v1.1.1-rc Pre-release
Pre-release

Changelog

  • 5125a7d Merge pull request #24 from qaware/15-fix-duplicated-error-messages

v1.1.0

18 Apr 02:36
Compare
Choose a tag to compare

Changelog

Added JSON Format Support.