Skip to content

atf: update to latest flow protocol#358

Merged
Alex-Bair merged 1 commit into
masterfrom
bair/update-to-latest-flow-protocol-18JUN2026
Jun 18, 2026
Merged

atf: update to latest flow protocol#358
Alex-Bair merged 1 commit into
masterfrom
bair/update-to-latest-flow-protocol-18JUN2026

Conversation

@Alex-Bair

@Alex-Bair Alex-Bair commented Jun 18, 2026

Copy link
Copy Markdown
Member

Bumps the Flow git dependencies to the latest revision and adapts to the new json crate API introduced in estuary/flow#2421:

  • Pointer types moved from the doc crate to json (json::Pointer, json::ptr::Token), and create_value is now the free function json::ptr::create_value.
  • Format::validate now returns bool instead of ValidationResult.

Realigns transitive deps with what Flow pins:

  • prost 0.13 -> 0.14
  • pbjson 0.7 -> 0.8
  • bigdecimal 0.3 -> 0.4

Bumps the Flow git dependencies to the latest revision and adapts to the
new json crate API:

- Pointer types moved from the `doc` crate to `json` (`json::Pointer`,
  `json::ptr::Token`), and `create_value` is now the free function
  `json::ptr::create_value`.
- `Format::validate` now returns `bool` instead of `ValidationResult`.

Realigns transitive deps with what Flow pins: prost 0.13 -> 0.14,
pbjson 0.7 -> 0.8 (fixes Eq/Hash derives in proto-gazette), and
bigdecimal 0.3 -> 0.4.
@Alex-Bair Alex-Bair requested review from a team and williamhbaker June 18, 2026 15:40
@Alex-Bair Alex-Bair merged commit a0b9b99 into master Jun 18, 2026
45 checks passed
@Alex-Bair Alex-Bair deleted the bair/update-to-latest-flow-protocol-18JUN2026 branch June 18, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants