From 780ba3cc814e90c3dccc7341d6eb3595d489656f Mon Sep 17 00:00:00 2001 From: mdibaiee Date: Thu, 23 Jul 2026 15:37:41 +0000 Subject: [PATCH] Release `0.6.12` ## What's Changed * docs: surface MCP and agent skills for coding agents by @jwhartley in https://github.com/estuary/flow/pull/3093 * dekaf: serve the document containing a mid-document fetch offset by @jshearer in https://github.com/estuary/flow/pull/3150 * runtime: let docker atomically assign published connector host ports by @dgreer-dev in https://github.com/estuary/flow/pull/3162 * runtime-next: discard hinted frontier when committed frontier is rebuilt by @jgraettinger in https://github.com/estuary/flow/pull/3165 * docs/source-postgres: Sync statement_timeout change by @willdonnelly in https://github.com/estuary/flow/pull/3168 * Provide capture/materializations created_at date by @dgreer-dev in https://github.com/estuary/flow/pull/3160 * docs: add Processing order section for materialization binding priority by @jwhartley in https://github.com/estuary/flow/pull/3171 * docs: reorganize agent skills page by plugin, add derivations and schema by @jwhartley in https://github.com/estuary/flow/pull/3170 * go.mod: bump gazette to latest by @williamhbaker in https://github.com/estuary/flow/pull/3180 * Service Accounts by @GregorShear in https://github.com/estuary/flow/pull/3058 * Bound too-large error messages over RPC by @dgreer-dev in https://github.com/estuary/flow/pull/3182 * control-plane: guarded, auto-expiring temporary support access to restricted tenants by @skord in https://github.com/estuary/flow/pull/3115 * private links: model links as rows with controller-observed status by @jshearer in https://github.com/estuary/flow/pull/3063 * Adding support for an stripe web hook endpoint. by @bbartman in https://github.com/estuary/flow/pull/3174 * docs: Dekaf consumer behaviors + Spark Structured Streaming guidance by @jwhartley in https://github.com/estuary/flow/pull/3094 * shuffle: log canonical journal name in slice read events by @jgraettinger in https://github.com/estuary/flow/pull/3190 * runtime: persist the max-key fail-safe sentinel at adoption by @jgraettinger in https://github.com/estuary/flow/pull/3191 * local: make flow-plane-link robust to control-plane agent start-up by @jgraettinger in https://github.com/estuary/flow/pull/3158 * gazette: surface fragment store diagnostic on FRAGMENT_STORE_UNHEALTHY by @jgraettinger in https://github.com/estuary/flow/pull/3159 * docs: add warning about source-stripe-native's events API version by @nicolaslazo in https://github.com/estuary/flow/pull/3166 * agent-api: Add `STRIPE_WEBHOOK_SECRET` to cloud run config by @jshearer in https://github.com/estuary/flow/pull/3196 * shuffle, gazette: guard against wedged reads by @jgraettinger in https://github.com/estuary/flow/pull/3193 * runtime-next: gate task-log stream by configured log level by @williamhbaker in https://github.com/estuary/flow/pull/3198 * flowctl: preview-next appends a final drain session by @mdibaiee in https://github.com/estuary/flow/pull/3195 * Allow localhost:3000 origin for the local control-plane agent by @GregorShear in https://github.com/estuary/flow/pull/3206 * control-plane-api: don't lock injected ops collections during publications by @skord in https://github.com/estuary/flow/pull/3164 * runtime-next: force txn close at any usage ceiling, bypassing min duration by @jgraettinger in https://github.com/estuary/flow/pull/3203 * shuffle: replay gapped producers on restart by @jgraettinger in https://github.com/estuary/flow/pull/3202 * docs: source-zuora by @Alex-Bair in https://github.com/estuary/flow/pull/3204 * dekaf: only read back when a fetch offset lands inside a document by @mdibaiee in https://github.com/estuary/flow/pull/3205 * mise: dev-VM zone configurability (create fallback, zone-agnostic SSH, vm:move-gcp) by @skord in https://github.com/estuary/flow/pull/3208 * docs/postgres: Discovery Filters by @willdonnelly in https://github.com/estuary/flow/pull/3215 * docs: document materialize-s3-iceberg nanosecond_timestamps option by @jacobmarble in https://github.com/estuary/flow/pull/3199 * runtime v2 flag for new captures and derivations by @williamhbaker in https://github.com/estuary/flow/pull/3219 * runtime-next: converge startup reconciliation via rescan Persists by @jgraettinger in https://github.com/estuary/flow/pull/3218 * build(deps): bump fast-uri from 3.1.0 to 3.1.4 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3223 * build(deps): bump svgo from 3.3.3 to 3.3.4 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3224 * build(deps): bump dompurify from 3.3.3 to 3.4.12 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3222 * build(deps): bump shell-quote from 1.8.3 to 1.10.0 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3213 * build(deps): bump body-parser from 1.20.4 to 1.20.6 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3212 * build(deps): bump webpack-dev-server from 5.2.2 to 5.2.6 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3211 * build(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /site by @dependabot[bot] in https://github.com/estuary/flow/pull/3183 * Docs: MySQL discovery filters by @aeluce in https://github.com/estuary/flow/pull/3217 * docs: source-smartsheet by @nicolaslazo in https://github.com/estuary/flow/pull/3228 * control-plane-api: surface per-store health diagnostics in storage-mapping mutations by @GregorShear in https://github.com/estuary/flow/pull/3181 * async-process: handle reaping-task JoinError in Child::wait() without panicking by @jgraettinger in https://github.com/estuary/flow/pull/3225 * feat: end-to-end truncation by @williamhbaker in https://github.com/estuary/flow/pull/3132 * docs: source-zuora uses the AQuA API now by @Alex-Bair in https://github.com/estuary/flow/pull/3237 * Improve storage mapping GraphQL results by @GregorShear in https://github.com/estuary/flow/pull/3200 * control-plane: add `closed` flag to data planes by @GregorShear in https://github.com/estuary/flow/pull/3175 **Full Changelog**: https://github.com/estuary/flow/compare/v0.6.11...v0.6.12 --- Formula/flowctl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/flowctl.rb b/Formula/flowctl.rb index a3cb707..81cddf2 100644 --- a/Formula/flowctl.rb +++ b/Formula/flowctl.rb @@ -3,15 +3,15 @@ class Flowctl < Formula homepage "https://github.com/estuary/flow" # When updating this formula to a new version, you need to update this url as well as the "sha256" and "version" below! # For example: "shasum -a 256 v0.3.2.tar.gz" - url "https://github.com/estuary/flow/archive/refs/tags/v0.6.11.tar.gz" - sha256 "1a118a68643621b0b6ee6db01f1911f0656420a970829d781a5ed9cf84a1418c" + url "https://github.com/estuary/flow/archive/refs/tags/v0.6.12.tar.gz" + sha256 "67d7436ba8a0f82e7dd6de87f4f63cf098ea5783e76be438bca82882f2faa08a" license "Business Source License 1.1" - version "0.6.11" + version "0.6.12" on_macos do resource "flowctl-binary" do - url "https://github.com/estuary/flow/releases/download/v0.6.11/flowctl-multiarch-macos" - sha256 "c50676160f24108053105167c6efd83c00b75dd25d770b17144551d7cc2914d3" + url "https://github.com/estuary/flow/releases/download/v0.6.12/flowctl-multiarch-macos" + sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5" end end @@ -20,8 +20,8 @@ class Flowctl < Formula raise "flowctl can only be installed on x86_64 linux systems, please reach out to support@estuary.dev if you need flowctl on arm" end resource "flowctl-binary" do - url "https://github.com/estuary/flow/releases/download/v0.6.11/flowctl-x86_64-linux" - sha256 "68f81d827e9318580a219c3babb6b1ab970dbb6a3758b746e448f6bfda498166" + url "https://github.com/estuary/flow/releases/download/v0.6.12/flowctl-x86_64-linux" + sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5" end end