Skip to content

v0.6.1

Compare
Choose a tag to compare
@pkwarren pkwarren released this 19 Apr 15:30
· 95 commits to main since this release
e7eb537

Protobuf Major Release

Release v0.6.1 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

API Improvements

  • The ConnectException constructor changed signature slightly in #248 (callers must use .withErrorDetails to specify error details).

Other changes

  • Update to to conformance suite v1.0.1 and fixes numerous bugs identified by conformance tests by @jhump in #248, #252, and #253

Full Changelog: v0.6.0...v0.6.1