chore(deps): update dependency duckdb to v1.2.1 #1266
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.0
->1.2.1
Release Notes
duckdb/duckdb (duckdb)
v1.2.1
: Bugfix ReleaseCompare Source
This is a bug fix release for various issues discovered after we released 1.2.0. There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9.* can be read by this version.
What's Changed
register_filesystem
stubs, usefsspec.AbstractFileSystem
, notstr
by @Tishj in https://github.com/duckdb/duckdb/pull/16266isin
| Fix transformation forisnotin
by @Tishj in https://github.com/duckdb/duckdb/pull/16271NULL
s into account forDELTA_BINARY_PACKED
by @lnkuiper in https://github.com/duckdb/duckdb/pull/16317RadixPartitionedHashTable
by @lnkuiper in https://github.com/duckdb/duckdb/pull/16332ebb4dcc
to v1.2-, adding missing include by @carlopi in https://github.com/duckdb/duckdb/pull/16369core
repository by @carlopi in https://github.com/duckdb/duckdb/pull/16375ui
extension by @carlopi in https://github.com/duckdb/duckdb/pull/16393DUCKDB_API
toDUCKDB_C_API
forduckdb.h
by @Mytherin in https://github.com/duckdb/duckdb/pull/16397pandas
not required in a couple places, check if it's installed in others by @Tishj in https://github.com/duckdb/duckdb/pull/16414pyproject.toml
should not useoldest-supported-numpy
anymore by @Tishj in https://github.com/duckdb/duckdb/pull/16486postgres_scanner
andfts
extensions by @lnkuiper in https://github.com/duckdb/duckdb/pull/16492Full Changelog: duckdb/duckdb@v1.2.0...v1.2.1
Configuration
📅 Schedule: Branch creation - "after 5pm on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.