Skip to content

Releases: estuary/flow

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 🚀

v0.3.0

07 Jul 12:35
Compare
Choose a tag to compare

Includes new commands:

  1. flowctl raw capture to run a capture connector in an emulated process
  2. flowctl raw suggest-schema to suggest a new schema for a task that has document schema violations (currently this can only be used by Estuary's internal team but at some point users will also be able to use this)

v0.2.3

01 Jun 17:54
Compare
Choose a tag to compare

This release updates flowctl to handle the new shuffle: any variant.

v0.2.2

18 May 20:58
Compare
Choose a tag to compare

This release fixes an issue with flowctl auth login that prevented some users from being able to paste their authentication token into the terminal.

v0.2.1

21 Apr 11:33
Compare
Choose a tag to compare

This release fixes an issue where some users were unable to paste their auth token into the terminal when running flowctl auth login.

v0.2.0

05 Apr 21:19
Compare
Choose a tag to compare

This release includes support for SQL transformations and derivation previews 🎉

draft for pre-release testing of flowctl

30 Mar 02:25
Compare
Choose a tag to compare
dev-sql-flowctl-rc

update build WIP

dev-sql

30 Mar 01:59
fdd2214
Compare
Choose a tag to compare
dev-sql Pre-release
Pre-release

This is the latest development build of the sql branch, which gets updated on every successful build of its branch.

v0.1.8

02 Feb 23:53
Compare
Choose a tag to compare

This release includes a couple of minor fixes to flowctl catalog delete argument handling.

  • The delete subcommand now requires that you provide either --name or --prefix (#909)
  • The delete dangerous-auto-approve argument is now provided as a flag (--dangerous-auto-approve) as opposed to a positional (true)

v0.1.7

01 Feb 17:54
Compare
Choose a tag to compare

This release includes a number of fixes and improvements:

  • Typescript generation will now fetch collection specs automatically, so you no longer need to have the specs locally for all the source collections of a derivation (#862)
  • Fixed a bug in confirmation in catalog publish that caused confirmation message to sometimes not appear.
  • flowctl draft author now prunes any extra specs automatically (#865)
  • flowctl draft develop no longer adds a bunch of extra imports. It now lays everything out in the same way as catalog pull-specs
  • Introduced flowctl catalog delete, which works in a single-step (with confirmation), so you no longer need to manually deal with drafts during deletion (#904).
  • flowctl catalog list was including deleted specs by default. This was updated so that deleted specs are never included unless you explicitly ask for them by providing the new --deleted flag.