-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #961
base: dev
Are you sure you want to change the base?
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #961 +/- ##
=======================================
Coverage 82.46% 82.46%
=======================================
Files 188 188
Lines 16369 16369
=======================================
Hits 13499 13499
Misses 2870 2870 ☔ View full report in Codecov by Sentry. |
9a1b131
to
5cc933c
Compare
73dd963
to
19ea0db
Compare
19ea0db
to
2777f6e
Compare
399fe47
to
43a519b
Compare
3b2fe7d
to
b61e114
Compare
dc30fb2
to
0aa7fae
Compare
9cce3d6
to
0ff8c39
Compare
0ff8c39
to
c1824d7
Compare
ee8aa58
to
924d1b6
Compare
924d1b6
to
39416da
Compare
39416da
to
c248a67
Compare
06465cd
to
a69de01
Compare
ecda3ee
to
ab89a0f
Compare
aa8c027
to
4e46e59
Compare
b5242b0
to
a5b6d9b
Compare
a5b6d9b
to
4bbceb9
Compare
4bbceb9
to
2a61c79
Compare
@dancoates thoughts on these ^? I think would be nice to bump some of these versions at some point, as most of the ones with a big jump are from a ~ 2023 release. I can help comb through changelogs to identify which of these might be safe to merge, and which of them might have breaking changes :) |
Yeah good call out @nevoodoo, I think minor bumps I'm happy to merge, we just need to make sure to test it out on dev |
2a61c79
to
6ec20f9
Compare
Though I'm not really sure why this doesn't update the lock files too? |
This PR contains the following updates:
~=1.1.3
->~=1.2.0
==0.115.6
->==0.115.8
~=2024.10.0
->~=2024.12.0
==3.11.4
->==3.29.0
==2.7.0
->==2.7.2
==2.18.3
->==2.28.0
==1.43.0
->==1.44.0
==3.2.7
->==3.3.4
==2.8.2
->==2.9.0.post0
==3.20.2
->==3.34.0
==0.257.0
->==0.260.2
==0.29.0
->==0.34.0
Release Notes
duckdb/duckdb (duckdb)
v1.2.0
: DuckDB 1.2.0 "Histrionicus"Compare Source
This release of DuckDB is named "Histrionicus" after the good-looking Harlequin duck (Histrionicus Histrionicus) that inhabits "cold fast moving streams in North America, Greenland, Iceland and eastern Russia".
Please also refer to the announcement blog post: https://duckdb.org/2025/02/05/announcing-duckdb-120
What's Changed
random()
by @Mytherin in https://github.com/duckdb/duckdb/pull/13920catalog
,schema
,table
) instead of flat strings by @Mytherin in https://github.com/duckdb/duckdb/pull/14017EXCLUDE
clause by @Mytherin in https://github.com/duckdb/duckdb/pull/14043SMALLER_BINARY
flag to reduce binary size by @Mytherin in https://github.com/duckdb/duckdb/pull/14057set_default_connection
to theduckdb
module by @Tishj in https://github.com/duckdb/duckdb/pull/13442core_functions
to a separate extension by @Mytherin in https://github.com/duckdb/duckdb/pull/14149arrow_large_buffer_size
to true when regular list buffer size is exceeded by @Mytherin in https://github.com/duckdb/duckdb/pull/14384ArrowQueryResult
inFetchArrowTable
when possible. by @Tishj in https://github.com/duckdb/duckdb/pull/14319ROW_GROUP_SIZE
configurable by @Mytherin in https://github.com/duckdb/duckdb/pull/14406ValidityMask
when reading from aColumnDataCollection
by @Tishj in https://github.com/duckdb/duckdb/pull/14416UNION
,UNNEST
andAGGREGATE
by @Mytherin in https://github.com/duckdb/duckdb/pull/14453DELTA_BINARY_PACKED
compression in Parquet writer by @lnkuiper in https://github.com/duckdb/duckdb/pull/14257map_extract_first
by @lnkuiper in https://github.com/duckdb/duckdb/pull/14175-safe
mode to shell which disables external access, and remove SQLite UDFs from the shell by @Mytherin in https://github.com/duckdb/duckdb/pull/14509enable_external_access
at the FileSystem level, and addallowed_paths
andallowed_directories
option by @Mytherin in https://github.com/duckdb/duckdb/pull/14568left_projection_map
for joins by @lnkuiper in https://github.com/duckdb/duckdb/pull/13729regression_test_runner
easier to replicate by @Tishj in https://github.com/duckdb/duckdb/pull/14557trivially_destructible
, unlessAggregateDestructorType::LEGACY
is used by @Mytherin in https://github.com/duckdb/duckdb/pull/14615is_trivially_move_constructible
by @lnkuiper in https://github.com/duckdb/duckdb/pull/14640ExecuteInternal
by @Mytherin in https://github.com/duckdb/duckdb/pull/14658SELECT * LIKE '%col%'
syntax by @Mytherin in https://github.com/duckdb/duckdb/pull/14662ALTER TABLE ADD PRIMARY KEY
by @taniabogatsch in https://github.com/duckdb/duckdb/pull/14419.thousand_sep
and.decimal_sep
by @Mytherin in https://github.com/duckdb/duckdb/pull/14721LambdaExpression
to the Python Expression API by @Tishj in https://github.com/duckdb/duckdb/pull/14713between
method on theExpression
class by @Tishj in https://github.com/duckdb/duckdb/pull/14726BlockHandle
to no longer have friend classes, and reworkConvertToPersistent
so it fails if there are active outstanding pins by @Mytherin in https://github.com/duckdb/duckdb/pull/14746collate
to create aCollateExpression
by @Tishj in https://github.com/duckdb/duckdb/pull/14749DataFrame
creation when possible by @Tishj in https://github.com/duckdb/duckdb/pull/14377Expression
tovalues
to create a ValueRelation by @Tishj in https://github.com/duckdb/duckdb/pull/14757write_parquet
by @fr3fou in https://github.com/duckdb/duckdb/pull/14766update
toDuckDBPyRelation
, acceptingExpression
objects | AddDefaultExpression
by @Tishj in https://github.com/duckdb/duckdb/pull/14780test_pandas_selection
on Python3.8 by @Tishj in https://github.com/duckdb/duckdb/pull/14851capacity
in ValidityMask by @Mytherin in https://github.com/duckdb/duckdb/pull/14846LogicalTypeId::Unknown
instead ofLogicalTypeId::SQLNULL
for macro binding by @lnkuiper in https://github.com/duckdb/duckdb/pull/14809struct_concat
by @Maxxen in https://github.com/duckdb/duckdb/pull/14853read_text
/read_blob
by @Maxxen in https://github.com/duckdb/duckdb/pull/14925Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.