Skip to content

Releases: sidequery/duckflight-extension

DuckFlight 0.1.3

Choose a tag to compare

@nicosuave nicosuave released this 03 Sep 15:55

DuckFlight 0.1.3 fixes Flight SQL prepared statements for data-changing queries. INSERT, UPDATE, DELETE, MERGE, and INSERT ... ON CONFLICT can now be prepared without DuckFlight appending an invalid LIMIT 0 clause. Mutation statements with RETURNING continue to expose their result schema.

Production artifacts bundle DuckFlight Core v0.1.2 directly; no sidecar runtime is required. Official artifacts are built and smoke-tested for DuckDB v1.5.5 on Linux and macOS, amd64 and arm64. Windows, WebAssembly, and Linux musl remain excluded.

DuckFlight Core v0.1.2

Choose a tag to compare

@nicosuave nicosuave released this 03 Sep 14:49

Compiled DuckFlight Core payloads with the Flight SQL prepared-statement fix for INSERT, UPDATE, DELETE, and MERGE statements, including INSERT ... ON CONFLICT. Each platform asset exposes the unchanged versioned DuckFlight core ABI and is embedded into the corresponding extension artifact at build time. The attached binary license applies to these compiled payloads; private core source is not included.

DuckFlight 0.1.2

Choose a tag to compare

@nicosuave nicosuave released this 01 Sep 03:51

DuckFlight 0.1.2 corrects the public Flight SQL naming before Community Extensions publication.

  • Start Flight SQL with duckflight_flight_serve(address, config_file).
  • Use flight with duckflight_stop(); the incorrect adbc function and protocol name are removed rather than retained as compatibility aliases.
  • Rewrites the README and Community listing around PostgreSQL and Arrow Flight SQL client workflows.
  • Bundles the checksum-pinned core directly; no sidecar runtime is required.

Official artifacts are built for DuckDB v1.5.5 on Linux and macOS, amd64 and arm64. Windows, WebAssembly, and Linux musl remain excluded.

DuckFlight 0.1.1

Choose a tag to compare

@nicosuave nicosuave released this 01 Sep 03:07

DuckDB v1.5.5 release for Linux and macOS on amd64 and arm64. This update adds the PostgreSQL catalog compatibility improvements from DuckFlight core v0.1.1. Each platform artifact embeds the checksum-pinned core; no sidecar or runtime download is required. Windows is not included.\n\nThese are the exact artifacts produced by DuckDB's official extension CI workflow. Until the extension is accepted into the Community Extensions catalog and centrally signed, load a downloaded artifact with DuckDB's unsigned-extension mode.

DuckFlight Core v0.1.1

Choose a tag to compare

@nicosuave nicosuave released this 01 Sep 02:52

Compiled DuckFlight Core payloads with the PostgreSQL catalog compatibility update. Each platform asset exposes the unchanged versioned DuckFlight core ABI and is embedded into the corresponding extension artifact at build time. The attached binary license applies to these compiled payloads; private core source is not included.

DuckFlight 0.1.0

Choose a tag to compare

@nicosuave nicosuave released this 31 Aug 21:37

Initial DuckDB v1.5.5 release for Linux and macOS on amd64 and arm64. Each platform artifact embeds the checksum-pinned DuckFlight core; no sidecar or runtime download is required. Windows is not included.\n\nThese are the exact artifacts produced by DuckDB's official extension CI workflow. Until the extension is accepted into the Community Extensions catalog and centrally signed, load a downloaded artifact with DuckDB's unsigned-extension mode.

DuckFlight Core v0.1.0

Choose a tag to compare

@nicosuave nicosuave released this 31 Aug 20:28

Compiled DuckFlight Core payloads for DuckDB Community Extension builds. Each platform asset exposes the versioned DuckFlight core ABI and is embedded into the corresponding extension artifact at build time. The attached binary license applies to these compiled payloads; private core source is not included.