You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this blog post, we highlight a few important fixes and convenience improvements in DuckDB v1.4.3, the second bugfix release in [DuckDB's 1.4 LTS line]({% post_url 2025-09-16-announcing-duckdb-140 %}).
12
14
You can find the complete [release notes on GitHub](https://github.com/duckdb/duckdb/releases/tag/v1.4.3).
13
15
14
16
To install the new version, please visit the [installation page]({% link install/index.html %}).
15
17
16
-
17
18
## Windows ARM64
18
19
19
-
### Extension Distribution for Windows ARM64
20
+
### Python Wheel Distribution for Windows ARM64
20
21
21
-
We are introducing beta support for Windows ARM64. You can now install core extensions now on this platform:
22
+
We now distribute Python wheels for Windows ARM64. This means that you take e.g. a Copilot+ laptop and run:
We now distribute Python wheels for Windows ARM64. This means that you take e.g. a Copilot+ laptop and run:
34
+
*[`#19754` Rare segfault occurring in the encryption key cache](https://github.com/duckdb/duckdb/issues/19754)
35
+
*[`#19884` Copying to Parquet with a prepared statement did not work](https://github.com/duckdb/duckdb/issues/19884)
36
+
*[`#19469` Potential error in constraint violation message when checking foreign key constraints](https://github.com/duckdb/duckdb/issues/19469)
37
+
*[`#18997` Macro binding had slow performance for unbalanced trees](https://github.com/duckdb/duckdb/issues/18997)
38
+
*[`#19916` The default timezone of DuckDB Wasm in a browser had an offset inverted from what it should be](https://github.com/duckdb/duckdb/issues/19916)
39
+
*[`#19313` Wrong result in cornercase: a `HAVING` clause without a `GROUP BY` returned an incorrect result](https://github.com/duckdb/duckdb/issues/19313)
40
+
*[`#19924` The optimizer incorrectly removed the `ORDER BY` from aggregates](https://github.com/duckdb/duckdb/issues/19924)
41
+
*[`#19517``JOIN` with a `LIKE` pattern resulted in columns being incorrectly included](https://github.com/duckdb/duckdb/issues/19517)
42
+
*[`#18782` Incorrect βrows affectedβ reported by ART index](https://github.com/duckdb/duckdb/issues/18782)
43
+
*[`#19575` Invalid Unicode error with `LIKE` expressions](https://github.com/duckdb/duckdb/issues/19575)
54
44
55
-
```bash
56
-
pip install duckdb
57
-
```
45
+
This was a short summary but there have been XX commits by over YY contributors since we v1.4.2. As usual, the full release notes can be [found on GitHub](https://github.com/duckdb/duckdb/releases/tag/v1.4.4). We would like to thank our contributors for providing detailed issue reports and patches!
0 commit comments