DuckDB v1.5.3

v1.5.3

DuckDB v1.5.3 Bugfix Release

Added 2
  • Add DISABLE_BUILTIN_HTTPLIB option
  • Add support for reading VARIANT using C API
Fixed 18
  • Resolve current catalog in ADBC Ingest to avoid temp table shadowing
  • Fix TIMESTAMPFORMAT being ignored for TIMESTAMPTZ columns in copy to json
  • Fix DISABLE_EXTENSION_LOAD
  • Fix INSERT OR REPLACE BY NAME regression by excluding conflict columns from SET list
  • Fix constant struct args in lateral table in-out functions
  • Avoid handling Ctrl+C during shutdown to prevent state access when already gone

This is a bugfix release for various issues discovered after we released v1.5.2.

Please also refer to the announcement blog post: https://duckdb.org/2026/05/20/announcing-duckdb-153

What's Changed

Full Changelog: https://github.com/duckdb/duckdb/compare/v1.5.2...v1.5.3

View original

Upgraded? How did it go?

Discussion