Today I'll be upgrading a couple of things to #DuckDB 1.5 and yet again, the folks at @duckdb provide a perfect way to adapt to a breaking change, here getting the order of x/y right:

- in 1.5 you can set geometry_always_xy = true to have xy in lat/long order, otherwise you get a warning
- in 2.0 not setting it, you get an error, but you can ofc use false to get <= 1.5 default behaviour
- in 2.1 make the new one the default

They did the same in 1.3 for lambda style.

https://duckdb.org/2026/03/09/announcing-duckdb-150#spatial-extension

Announcing DuckDB 1.5.0

We are releasing DuckDB version 1.5.0, codenamed “Variegata”. This release comes with a friendly CLI (a new, more ergonomic command line client), support for the VARIANT type, a built-in GEOMETRY type, along with many other features and optimizations. The v1.4.0 LTS line (“Andium”) will keep receiving updates until its end-of-life in September 2026.

DuckDB
And #DuckDB joins the group of software that uses cURL in the back /cc @bagder