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.0.86
->1.0.89
53.0.0
->53.1.0
53.0.0
->53.1.0
53.0.0
->53.1.0
53.0.0
->53.1.0
4.5.18
->4.5.19
0.3.30
->0.3.31
0.3.30
->0.3.31
1.19.0
->1.20.2
53.0.0
->53.1.0
1.0.86
->1.0.87
1.10.6
->1.11.0
0.12.7
->0.12.8
0.1.12
->0.1.13
1.0.63
->1.0.64
Release Notes
dtolnay/anyhow (anyhow)
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)apache/arrow-rs (arrow)
v53.1.0
Compare Source
Full Changelog
Implemented enhancements:
ByteView
#6478 [arrow]ParquetMetaData
#6465 [parquet]ArrayData.align_buffers
should supportStruct
data type / child data #6461 [arrow]RowSelection
#6428 [parquet]regexp_is_match_utf8
andregexp_is_match_utf8_scalar
forStringViewArray
#6370 [arrow]as_union
toAsArray
#6351StringBuilder
#6347 [arrow]flight_sql_client
#6331 [arrow] [arrow-flight]pad_nulls
forFixedLenByteArrayBuffer
#6297 [parquet] (etseidl)Fixed bugs:
map
with non-nullable value schema doesn't error if values are actually null #6391list
operation returns objects in wrong order #6375compute::binary_mut
returnsErr(PrimitiveArray<T>)
only with certain arrays #6374 [arrow]as_any
andnext_batch
are never used inparquet
crate #6143 [parquet]Documentation updates:
ChunkedReader
docs #6477 [parquet] (alamb)GenericStringBuilder
documentation #6372 [arrow] (alamb)Closed issues:
binary
/unary
are not as fast as they could be #6364 [arrow]Merged pull requests:
size_hint
forBitIterator
to return the exact remaining size #6495 [arrow] (Beihao-Zhou)StatisticsConverter
to control interpretation of missing null counts in Parquet statistics #6485 [parquet] (etseidl)ByteView
#6479 [arrow] (alamb)MetadataLoader
#6474 [parquet] (etseidl)ParquetMetaDataBuilder
#6466 [parquet] (alamb)ArrayData.align_buffers
align child data buffers recursively #6462 [arrow] (EnricoMi)parquet::file::metadata::reader
#6457 [parquet] (etseidl)cast
ing #6456 [arrow] (goldmedal)ParquetMetaDataReader
#6451 [parquet] (etseidl)ParquetMetadaReader
#6450 [parquet] (etseidl)IpcSchemaEncoder
, deprecate ipc schema functions, Fix IPC not respecting not preserving dict ID #6444 [parquet] [arrow] [arrow-flight] (brancz)SortOptions
#6441 [arrow] (alamb)as_any
andnext_batch
are never used #6432 [parquet] (etseidl)ParquetMetaDataReader
#6431 [parquet] (etseidl)take_iter
from iterator to its items #6403 [arrow] (dariocurr)set_bits
fuzz test #6394 [arrow] (alamb)From<ScalarBuffer<T>>
forBuffer
#6389 [arrow] (mbrobbel)union_extract
kernel #6387 [arrow] (gstvg)ARROW_VERSION
const #6379 [arrow] (samuelcolvin)regexp_is_match
andregexp_is_match_scalar
function, deprecateregexp_is_match_utf8
andregexp_is_match_utf8_scalar
#6376 [arrow] (tlm365)MetadataLoader
on invalid data #6367 [parquet] (samuelcolvin)From<Vec<T>>
forBuffer
#6355 [arrow] (mbrobbel)CHANGELOG
#6354 (mbrobbel)* This Changelog was automatically generated by github_changelog_generator
clap-rs/clap (clap)
v4.5.19
Compare Source
Internal
rust-lang/futures-rs (futures)
v0.3.31
Compare Source
FuturesUnordered
when dropped future panics (#2886)task::waker_ref
(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)select!
/select_biased!
(#2832)This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
Waker::will_wake
change (#2865)stream::Iter::{get_ref,get_mut,into_inner}
(#2875)future::AlwaysReady
(#2825)io::{BufReader,BufWriter}
(#2848)matklad/once_cell (once_cell)
v1.20.2
Compare Source
portable_atomic
from Cargo.lock if it is not, in fact, used: #267This is a work-around for this cargo bhttps://github.com/rust-lang/cargo/issues/108010801.
v1.20.1
Compare Source
race
module using justportable_atomic
, withoutcritical_section
and providebetter error messages on targets without atomic CAS instruction,
#265.
v1.20.0
Compare Source
dtolnay/proc-macro2 (proc-macro2)
v1.0.87
Compare Source
Punct::new
(#470)rust-lang/regex (regex)
v1.11.0
Compare Source
===================
This is a new minor release of
regex
that brings in an update to theUnicode Character Database. Specifically, this updates the Unicode data
used by
regex
internally to the version 16 release.New features:
Add new
regex::SetMatches::matched_all
method.Update to Unicode Character Database (UCD) version 16.
seanmonstar/reqwest (reqwest)
v0.12.8
Compare Source
multipart::Form::file()
method for adding files easily.Body::wrap()
to wrap anyhttp_body::Body
type.dtolnay/thiserror (thiserror)
v1.0.64
Compare Source
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.