Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ format changes.

## [Unreleased]

## [0.75.0]

Catch-up release. First tagged version after v0.70.0; brings the Java
port up to the v0.75.0 protowire spec in four merged feature batches
(parser-side v0.72/v0.73 grammar, schema reserved-name check, Result
accessors, TableReader streaming + Scan/BindRow). Aligns the
`protowire-java` version number with the rest of the `protowire-*`
stack, which is at v0.75.0 across `protowire` and `protowire-go`.
Wire format unchanged across all four batches.

### Added

- **`TableReader` streaming + `scan(Message.Builder)` + `BindRow` helper.**
Expand Down