Skip to content
Compare
Choose a tag to compare
@helly25 helly25 released this 16 Jul 12:31
· 1 commit to main since this release
c8b332e

Version 0.5, see changelog

  • Added support for com_google_protobuf >= Protocol Buffers v26.
  • Moved ParseTextProtoHelper into namespace mbo::proto::proto_internal.
  • Changed ParseTextProtoHelper to only accept derived proto messages on operator access.
  • Changed ParseTextProtoHelper to die on parsing failure.
  • Added ParseText<T>() -> absl::StatusOr<T>.
  • Improved error message detail for all parsing functions.
  • Updated all dependencies.
  • Verified protobuf versions 25.2, 26.0, 26.1, 27.0, 27.1, 27.2, 28.0-rc1.
  • Added Clang support.
  • Updated GH actions.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_proto",
  url = "https://github.com/helly25/proto/archive/refs/tags/0.5.tar.gz",
  sha256 = "36f553f6dafd3dc5d00c10471628eebbf7bfa2311d28e17dbb2ae0e37adba4da",
)