Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@pkwarren pkwarren released this 09 Jul 17:43
· 20 commits to main since this release
88012d4

Protobuf Major Release

Release v0.7.0 requires the latest major release (4.x) of the com.google.protobuf runtime library and updates generated code to require the new version of the library. See https://protobuf.dev/support/cross-version-runtime-guarantee/#major for more details on the Protobuf release policy and https://protobuf.dev/news/2023-12-05/ for documentation on changes to the Java runtime library.

Users wishing to remain on the previous major release (3.x) should use v0.5.1.

What's Changed

Improvements

  • Update client to pass all conformance tests from connect-conformance
    • Fix all conformance failures other than timeouts/deadlines by @jhump in #274
    • Add timeout enforcement to ProtocolClient by @jhump in #276
  • Add support for Editions by @jchadwick-buf in #297

Other changes

New Contributors

Full Changelog: v0.6.1...v0.7.0