Skip to content

Releases: estuary/flow

v0.3.11

07 Dec 14:25
Compare
Choose a tag to compare

Fixes a panic in flowctl preview, and adds support for the new backfill counter on capture and materialization bindings.

v0.3.9

20 Nov 18:02
Compare
Choose a tag to compare

flowctl preview has been expanded and is now able to run capture, derivation, and materialization tasks. See flowctl preview --help for details.

flowctl raw capture has been removed, as it's now part of flowctl preview.

v0.3.8

30 Oct 17:34
Compare
Choose a tag to compare

-flowctl catalog publish now accounts for changes to a collection's inferred schema. It will now publish collections that have had updates to their inferred schema (if they use schema inference), even if the collection spec itself is unchanged.

  • Fixes a bug where sops or jq would be required, even when not using encrypted endpoint configs

v0.3.7

06 Oct 16:05
Compare
Choose a tag to compare

Fixes an issue with flowctl catalog pull-specs that could corrupt encrypted credentials in some cases due to re-ordering the fields.

v0.3.6

15 Sep 21:43
Compare
Choose a tag to compare

Continuous schema inference is live! To go along with that, flowctl now supports $ref of flow://inferred-schema and flow://write-schema in collection schemas.

v0.3.5

21 Aug 21:06
Compare
Choose a tag to compare

Fixes an issue with flowctl preview where an error would not be printed until after stdin was closed.

v0.3.4

19 Jul 21:08
72c95ef
Compare
Choose a tag to compare

This release fixes a bug that affected flowctl operating on capture or materialization specs containing a large number (~100+) of bindings.

v0.3.3

13 Jul 21:30
Compare
Choose a tag to compare

Fixes a bug in flowctl draft author that caused it to panic if the draft wasn't already empty.

v0.3.2

12 Jul 20:44
Compare
Choose a tag to compare

This adds support for materializing the date/time that Flow saw a particular document ⏰

v0.3.1

10 Jul 16:55
Compare
Choose a tag to compare

Adds the ability for flowctl to handle fetching more than 1000 rows from the flow control plane 🚀