Skip to content

deps: bump duckdb from 1.4.4 to 1.10502.0#41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/duckdb-1.10502.0
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps duckdb from 1.4.4 to 1.10502.0.

Release notes

Sourced from duckdb's releases.

v1.10502.0

Highlights

  • Lifetime-safe vectors: FlatVector, ListVector, ArrayVector, and StructVector now carry a lifetime parameter tied to DataChunkHandle, preventing use-after-free bugs. Breaking: these types must be written as FlatVector<'_>, etc.
  • Static DuckDB extensions (experimental): new bundled-cmake feature builds DuckDB through upstream CMake, enabling static extensions like icu. Checkout-only for now.
  • Upgraded to bundled DuckDB v1.5.2.

What's Changed

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

v1.10501.0

Highlights

  • New profiling metrics API: collect query profiling data (timing, row counts, operator tree) via Connection.
  • Removed deprecated arrow2 exposure: step2() is gone. Use query_polars() for Polars DataFrames or step() for raw arrow-rs access. Breaking change.
  • duckdb_entrypoint_c_api macro now suppresses the clippy::missing_safety_doc lint automatically.
  • Upgraded to Arrow 58 and bundled DuckDB v1.5.1.

What's Changed

New Contributors

Full Changelog: duckdb/duckdb-rs@v1.10500.0...v1.10501.0

v1.10500.0

[!WARNING] New crate versioning scheme. Crate versions now encode the DuckDB version in their second semver component (1.MAJOR_MINOR_PATCH.x), allowing patch releases independent of DuckDB. For example, DuckDB v1.5.0 maps to crate version 1.10500.x.

Highlights

  • Full rust_decimal::Decimal support: FromSql, ToSql, and Appender binding for decimal values.
  • Params implemented for tuples (up to arity 16), enabling conn.execute("...", (a, b, c)) syntax.
  • ENUM columns now support FromSql<String> directly.

... (truncated)

Commits
  • 8aa176a Update DuckDB to v1.5.2 (#741)
  • 328343d cargo update
  • 8537ec1 Update DuckDB to v1.5.2
  • 56c5269 Enable static DuckDB extensions via Cargo in checkouts (#732)
  • 0a1d578 Fix link order and error on unsupported DUCKDB_EXTENSION_CONFIGS
  • 872c6d3 Finish-line fixes
  • fce31a0 Simplify extension validation
  • f53bf79 Simplify missing-library error reporting
  • c47904e Restrict candidate library dirs
  • d158ba5 Restrict Linux support to the gnu target env
  • 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.4.4 to 1.10502.0.
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.4.4...v1.10502.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-version: 1.10502.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 May 4, 2026
HelgeSverre added a commit that referenced this pull request May 4, 2026
Bumps:
- duckdb 1.4.4 → 1.10502.0 (CalVer transition)
- sha2 0.10.9 → 0.11.0
- clap_mangen 0.2.31 → 0.3.0 (dev-dep)
- flate2 1.1.8 → 1.1.9
- indicatif 0.18.3 → 0.18.4

All five dependabot PRs (#41-#45) had clean CI on Linux/macOS/Windows.
Bundled here as a single release commit.
@HelgeSverre
Copy link
Copy Markdown
Owner

Applied directly to main in v1.13.5.

@HelgeSverre HelgeSverre closed this May 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@HelgeSverre HelgeSverre deleted the dependabot/cargo/duckdb-1.10502.0 branch May 4, 2026 12:59
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.

1 participant