Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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.10505.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 1, 2026
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