Skip to content

deps: bump duckdb from 1.10502.0 to 1.10503.1#62

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

deps: bump duckdb from 1.10502.0 to 1.10503.1#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/duckdb-1.10503.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps duckdb from 1.10502.0 to 1.10503.1.

Release notes

Sourced from duckdb's releases.

v1.10503.1

What's Changed

Full Changelog: duckdb/duckdb-rs@v1.10503.0...v1.10503.1

v1.10503.0

Highlights

  • New ergonomic named parameter binding: named_params! macro, &[(&str, &dyn ToSql)] slices, and a generic HashMap Params impl.
  • New build env vars: DUCKDB_DISABLE_EXTENSION_LOAD=1 disables extension install/load, and DUCKDB_DISABLE_JEMALLOC=1 opts bundled-cmake builds out of jemalloc (now re-enabled by default on supported targets).
  • FFI soundness: typed vector slice/set_child APIs are now unsafe; DuckDB-owned C strings use RAII; binding unsupported Value variants errors instead of panicking.
  • ArrowVTab view rebinds no longer dereference freed Arrow FFI memory.
  • vtab::Value gains typed primitive getters and to_list() -> Option<Vec<Value>>.
  • Bundled DuckDB upgraded to v1.5.3 (adds VARIANT metadata).

What's Changed

New Contributors

Full Changelog: duckdb/duckdb-rs@v1.10502.0...v1.10503.0

Commits
  • 3191caa Crate patch release v1.10503.1 (#768)
  • c67fcab Tighten bundled-cmake docs
  • b274f16 Crate patch release v1.10503.1
  • 22bf6ce Add patch-release mode to upgrade script (#767)
  • e5c6785 Harden upgrade script validation
  • 7e5749f Document patch-compatible version requirements
  • 310fb00 Add patch-release mode to upgrade script
  • 2f11774 Avoid Windows mtime restore in bundled builds (#766)
  • ee8c88c Avoid Windows mtime restore in bundled builds
  • 1d999dd Add bundled-cmake jemalloc escape hatch (#763)
  • 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.10502.0 to 1.10503.1.
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.10502.0...v1.10503.1)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-version: 1.10503.1
  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 May 23, 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