Skip to content

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 02 Apr 14:08
· 94 commits to main since this release
547a1e2

MODULE.bazel Usage

bazel_dep(name = "protovalidate", version = "0.10.4")

WORKSPACE Usage

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "com_github_bufbuild_protovalidate",
    sha256 = "0177a6cc9c9f049f4dabc9079f24d9591ef371f358e9b28f82a3cfb65dda33ad",
    strip_prefix = "protovalidate-0.10.4",
    urls = [
        "https://github.com/bufbuild/protovalidate/releases/download/v0.10.4/protovalidate-v0.10.4.tar.gz",
    ],
)

What's Changed

  • Update go protobuf 1.36.6 by @rodaine in #337
  • Add additional test cases for IPv6 by @jchadwick-buf in #341
  • Fix erroneous IGNORE_ALWAYS in conformance test case by @timostamm in #340
  • Add tests for required with IGNORE_ALWAYS by @timostamm in #343

Full Changelog: v0.10.3...v0.10.4