Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.74 KB

2025-05-07-announcing-duckdb-130.md

File metadata and controls

49 lines (29 loc) · 1.74 KB
layout title author thumb image excerpt tags
post
Announcing DuckDB 1.3.0
The DuckDB team
/images/blog/thumbs/duckdb-release-1-3-0.svg
/images/blog/thumbs/duckdb-release-1-3-0.png
The DuckDB team is happy to announce that today we're releasing DuckDB version 1.3.0, codenamed “CODENAME”.
release

To install the new version, please visit the [installation guide]({% link docs/installation/index.html %}). For the release notes, see the release page.

Some packages (Go, R, Java) take a few extra days to release due to the extra changes and reviews required.

We are proud to release DuckDB 1.3.0. This release is codenamed “CODENAME” after ...

What's New in 1.3.0

Breaking Changes

The release is built using manylinux_2_28. Now that all mainstream distributions use glibc 2.28 or newer, we can retire the _gcc4 special case for Linux binary distributions.

Fixes

cgroup: duckdb/duckdb#16608

New Extension Features

  • encoding extension
  • Iceberg (Amazon S3 Tables, etc.)

New Features

  • [UUIDv7]({% link docs/preview/sql/data_types/numeric.md %}#uuidv7)
  • initial value for [list_reduce's lambda function]({% link docs/preview/sql/functions/lambda.md %})

Final Thoughts

TODO: conclusions and acknowledgement

These were a few highlights – but there are many more features and improvements in this release. There have been over XX commits by over YY contributors since we released 1.2.2. The full release notes can be found on GitHub.