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:
52.1.0
->52.2.0
52.1.0
->52.2.0
52.1.0
->52.2.0
52.1.0
->52.2.0
4.5.9
->4.5.11
0.11.3
->0.11.5
52.1.0
->52.2.0
1.0.120
->1.0.121
1.38.1
->1.39.2
1.38.1
->1.39.2
Release Notes
apache/arrow-rs (arrow)
v52.2.0
Compare Source
Full Changelog
Implemented enhancements:
ByteView
s for small strings #6034 [parquet] [arrow]deduplicate
/intern
functionality for StringView #5910 [arrow]FlightSqlServiceClient::new_from_inner
#6003 [arrow] [arrow-flight] (lewiszlw)StringViewArray
andBinaryViewArray
parquet decoder: #6004 [parquet] (XiangpengHao)Arrays
#6046 [parquet] (efredine)Fixed bugs:
ParquetMetadata::memory_size
if no min/max set #6091 [parquet]Some(&[])
through parquet #6086 [parquet]ColumnIndex
for null columns is written even when statistics are disabled #6010 [parquet]Documentation updates:
Closed issues:
Merged pull requests:
GenericByteView
construction #6102 [parquet] [arrow] (XiangpengHao)bool_or
usingmax_boolean
#6100 [arrow] (simonvandel)max_boolean
by operating on u64 chunks #6098 [arrow] (simonvandel)ParquetMetadata::memory_size
: check has_min_max_set before invoking min()/max() #6092 [parquet] (Fischer0522)GenericBinaryView
(StringView
andBinaryView
) #6089 [arrow] (XiangpengHao)file::metadata
andformat
in docs #6049 [parquet] (alamb)StatisticsConverter
for arrow reader #6046 [parquet] (efredine)hashbrown
version inarrow-array
, remove fromarrow-row
#6035 [arrow] (mbrobbel)ByteViewArray
from parquet by removing an implicit copy #6031 [parquet] (XiangpengHao)parquet
crate. #6024 [parquet] (veluca93)ColumnIndex
for null columns when not writing page statistics #6011 [parquet] (etseidl)StringViewArray
andBinaryViewArray
parquet decoder: implement delta byte array and delta length byte array encoding #6004 [parquet] (XiangpengHao)FlightSqlServiceClient::new_from_inner
#6003 [arrow] [arrow-flight] (lewiszlw)Schema::all_fields
toflattened_fields
#6001 [parquet] [arrow] [arrow-flight] (lewiszlw)DataType
#5997 [arrow] (alamb)DataType::try_form(&str)
#5994 [arrow] (samuelcolvin)* This Changelog was automatically generated by github_changelog_generator
clap-rs/clap (clap)
v4.5.11
Compare Source
v4.5.10
Compare Source
rust-cli/env_logger (env_logger)
v0.11.5
Compare Source
v0.11.4
Compare Source
serde-rs/json (serde_json)
v1.0.121
Compare Source
tokio-rs/tokio (tokio)
v1.39.2
: Tokio v1.39.2Compare Source
1.39.2 (July 27th, 2024)
This release fixes a regression where the
select!
macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)v1.39.1
: Tokio v1.39.1Compare Source
1.39.1 (July 23rd, 2024)
This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)
v1.39.0
: Tokio v1.39.0Compare Source
1.39.0 (July 23rd, 2024)
Added
AsyncSeek
forEmpty
(#6663)num_alive_tasks
(#6619, #6667)Command::as_std_mut
(#6608)watch::Sender::same_channel
(#6637){Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}
(#6661)Default
forwatch::Sender
(#6626)Clone
forAbortHandle
(#6621)consume_budget
(#6622)Changed
ReadBuf::put_slice()
(#6629)copy_bidirectional
andcopy
(#6532)num_cpus
withavailable_parallelism
(#6709)block_on
(#6692)IntoFuture
withtimeout
(#6666)IntoFuture
withjoin!
andselect!
(#6710)Fixed
Interval
(#6612)Added (unstable)
unhandled_panic
behavior for#[tokio::main]
and#[tokio::test]
(#6593)spawned_tasks_count
(#6114)worker_park_unpark_count
(#6696)Documented
tokio::io::stdout
documentation (#6674)join.rs
andtry_join.rs
(#6641)unhandled_panic
(#6660)JoinSet::try_join_next
when all tasks are running (#6671)Configuration
📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.