Skip to content

Releases: estuary/flow

v0.5.10

21 Jan 16:19
Compare
Choose a tag to compare

Updates flowctl to support journal suspension when reading from collections.

v0.5.9

10 Jan 12:43
Compare
Choose a tag to compare

This release introduces the flowctl catalog status subcommand, which returns some basic information about the state of a live spec. This subcommand is considered a beta preview, and we'll plan to add considerably to the status in the future.

v0.5.8

12 Dec 16:28
Compare
Choose a tag to compare

What's Changed

  • flowctl: use new view_logs RPC with logged_at bound #1739
  • flowctl raw bearer-logs: add --since parameter with 1 hour default #1752
  • flowctl: add raw spec support for materializations #1798
  • protocols/flow: add array inference to protocol #1787

Full Changelog: v0.5.7...v0.5.8

v0.5.7

16 Oct 20:44
Compare
Choose a tag to compare

Fix for flowctl auth ... family of commands not properly writing newly minted token #1705

Full Changelog: v0.5.6...v0.5.7

v0.5.6

15 Oct 11:57
Compare
Choose a tag to compare

Fixes an issue where flowctl would fail to load catalogs if a collection referenced the flow://inferred-schema without already containing an inlined definition of it.

v0.5.4

25 Sep 15:41
Compare
Choose a tag to compare

What's Changed

  • flowctl supports federated data-planes, and fetches dynamic authorizations when inspecting logs, stats, or collections
  • flowctl now supports single-use refresh tokens, which rotate their secret on each use.

Full Changelog: v0.5.3...v0.5.4

v0.5.3

19 Sep 18:47
Compare
Choose a tag to compare

What's Changed

  • Batch draft spec upserts, rather than attempting to paginate the response by @jshearer in #1629
  • use max build_id for validating local specs by @psFried in #1636
  • Update pagination to use 0-indexed inclusive ranges, and page by response length rather than fixed page size. by @jshearer in #1637

v0.5.2

13 Sep 18:35
Compare
Choose a tag to compare

What's Changed

Couple of fixes for flowctl

  • fix: flowctl catalog commands do need pagination after all by @jshearer in #1626
  • .devcontainer/release.Dockerfile: add additional podman packages & newline fix by @jgraettinger in #1625

Full Changelog: v0.5.1...v0.5.2

v0.5.1

05 Sep 15:26
Compare
Choose a tag to compare

Includes fixes for a few issues (#1590 and #1558) that affected flowctl catalog pull-specs.

v0.5.0

30 Aug 13:09
Compare
Choose a tag to compare

This release adds preliminary support for the upcoming federated data planes feature 🚀