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”. |
|
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 ...
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.
cgroup: duckdb/duckdb#16608
- encoding extension
- Iceberg (Amazon S3 Tables, etc.)
- [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 %})
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.