Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ url: "https://duckdb.org" # the base hostname & protocol for your site, e.g. htt
current_duckdb_codename: "Ossivalis"
current_short_duckdb_version: "1.4"
preview_short_duckdb_version: "1.5-dev"
current_duckdb_version: 1.4.1
current_duckdb_hash: "b390a7c376"
current_duckdb_version: 1.4.2
current_duckdb_hash: "TODO"
current_duckdb_odbc_version: 1.4.1.0
current_duckdb_odbc_short_version: 1.4.1
current_duckdb_go_version: 1.4.1
Expand Down
1 change: 1 addition & 0 deletions _data/past_releases.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
release_date,version_number,lts,codename,duck_species_primary,duck_species_secondary,duck_wikipage,blog_post,end_of_life
2025-11-10,1.4.2,true,,,,,,
2025-10-07,1.4.1,true,,,,,,
2025-09-16,1.4.0,true,Andium,Anas andium,Andean teal,https://en.wikipedia.org/wiki/Andean_teal,https://duckdb.org/2025/09/16/announcing-duckdb-140,2026-09-16
2025-07-08,1.3.2,false,,,,,,
Expand Down
30 changes: 30 additions & 0 deletions _posts/2025-11-10-announcing-duckdb-142.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: post
title: "Announcing DuckDB 1.4.2 LTS"
author: "The DuckDB team"
thumb: "/images/blog/thumbs/duckdb-release-1-4-2-lts.svg"
image: "/images/blog/thumbs/duckdb-release-1-4-2-lts.png"
excerpt: "Today we are releasing DuckDB 1.4.2."
tags: ["release"]
---

In this blog post, we highlight a few important fixes and convenience improvements in DuckDB v1.4.2, the second bugfix release in [DuckDB's 1.4 LTS line]({% post_url 2025-09-16-announcing-duckdb-140 %}).
You can find the complete [release notes on GitHub](https://github.com/duckdb/duckdb/releases/tag/v1.4.2).

To install the new version, please visit the [installation page]({% link install/index.html %}).

## Windows Improvements

install script

arm64 beta:

* distribution of arm64 binaries
* arm64 extensions

## Fixes for Crashes

crashes:

* <https://github.com/duckdb/duckdb/issues/19357>
* <https://github.com/duckdb/duckdb-fuzzer/issues/3389>
2 changes: 1 addition & 1 deletion data/latest_stable_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
Binary file added images/blog/thumbs/duckdb-release-1-4-2-lts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions images/blog/thumbs/duckdb-release-1-4-2-lts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions images/blog/thumbs/duckdb-release-1-4-3-lts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/thumbs/duckdb-release-1-4-4-lts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions images/blog/thumbs/duckdb-release-1-4-4-lts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/thumbs/duckdb-release-1-4-5-lts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading