Skip to content

build(deps): bump duckdb from 1.10501.0 to 1.10505.0#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/duckdb-1.10504.0
Open

build(deps): bump duckdb from 1.10501.0 to 1.10505.0#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/duckdb-1.10504.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown

Bumps duckdb from 1.10501.0 to 1.10505.0.

Release notes

Sourced from duckdb's releases.

v1.10505.0

Highlights

  • New type support: UHUGEINT via u128 (#795), a DuckDB-native Decimal carrier covering all decimals up to DECIMAL(38, s) (#799), GEOMETRY exposed as WKB with CRS metadata (#801), Arrow arrow.uuid extension mapping to UUID (#808), and narrow Arrow Decimal32/Decimal64 (#806)
  • Nested types via Arrow: LIST, STRUCT, MAP, and fixed-size ARRAY values now round-trip through Arrow record batches, vtabs, and scalar functions, with correct timestamp unit handling (#811, #813, #819)
  • Panic containment: panics in scalar and table function callbacks become query errors instead of aborting the host process so the connection stays usable (#824)
  • Correct result metadata: schema and logical types are decoded from the executed result, fixing stale metadata when cached prepared statements outlive schema changes (#800, #803)
  • Leaner build deps: libduckdb-sys downloads now use ureq instead of reqwest, dropping the tokio/hyper stack from build dependencies (#826)
  • ⚠️ Breaking: Type, Value, and ValueRef are now #[non_exhaustive] with new UHugeInt variants (#795); Statement::step returns Result<Option<StructArray>> (#800); stream_arrow no longer takes a schema parameter and the deprecated stream_step is removed (#807)
  • Updated DuckDB to v1.5.5 (#825) and Rust to 1.97 (#812)

What's Changed

Full Changelog: duckdb/duckdb-rs@v1.10504.0...v1.10505.0

v1.10504.0

What's Changed

... (truncated)

Commits
  • 88f673c Merge pull request #827 from duckdb/fix-docs
  • 33f636d Correct documentation for supported workflows
  • 3d52e19 Merge pull request #825 from duckdb/duckdb-155
  • 41dde13 cargo update
  • 6de428b Revert "Fix extension header for downloaded DuckDB libs"
  • 13821e0 Update DuckDB to v1.5.5
  • 72f615b Merge pull request #826 from duckdb/replace-reqwest-with-ureq
  • 98ce316 Replace reqwest with ureq for the libduckdb download
  • 3b33bf9 Merge pull request #824 from duckdb/native-vector-callback-containment
  • a649025 Exercise callback containment in CI
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 15, 2026
@dependabot dependabot Bot changed the title build(deps): bump duckdb from 1.10501.0 to 1.10504.0 build(deps): bump duckdb from 1.10501.0 to 1.10505.0 Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/duckdb-1.10504.0 branch 3 times, most recently from 254a577 to 608f379 Compare July 25, 2026 00:05
Bumps [duckdb](https://github.com/duckdb/duckdb-rs) from 1.10501.0 to 1.10505.0.
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.10501.0...v1.10505.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-version: 1.10504.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/duckdb-1.10504.0 branch from 608f379 to 3d15e0d Compare July 25, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants