Sourced from darling's releases.
v0.20.4
- Accept bare paths in
#[darling(default = ...)]
#258- Add
FromMeta
impl forPathBuf
#259- Improve
FromMeta
implementation for enums #260
- Properly implement unit arms in
FromMeta::from_list
to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants- Add
#[darling(word)]
attribute for unit enum variants (See #63 for details)
Sourced from darling's changelog.
v0.20.5 (January 30, 2024)
- Add
Flag::span
inherent method, asFlag
can no longer implsyn::spanned::Spanned
#242v0.20.4 (January 29, 2024)
- Accept bare paths in
#[darling(default = ...)]
#258- Add
FromMeta
impl forPathBuf
#259- Improve
FromMeta
implementation for enums #260
- Properly implement unit arms in
FromMeta::from_list
to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants- Add
#[darling(word)]
attribute for unit enum variants (See #63 for details)
Sourced from itertools's changelog.
0.12.1
Added
- Documented iteration order guarantee for
Itertools::[tuple_]combinations
(#822)- Documented possible panic in
iterate
(#842)- Implemented
Clone
andDebug
forDiff
(#845)- Implemented
Debug
forWithPosition
(#859)- Implemented
Eq
forMinMaxResult
(#838)- Implemented
From<EitherOrBoth<A, B>>
forOption<Either<A, B>>
(#843)- Implemented
PeekingNext
forRepeatN
(#855)Changed
- Made
CoalesceBy
lazy (#801)- Optimized
Filter[Map]Ok::next
,Itertools::partition
,Unique[By]::next[_back]
(#818)- Optimized
Itertools::find_position
(#837)- Optimized
Positions::next[_back]
(#816)- Optimized
ZipLongest::fold
(#854)- Relaxed
Debug
bounds forGroupingMapBy
(#860)- Specialized
ExactlyOneError::fold
(#826)- Specialized
Interleave[Shortest]::fold
(#849)- Specialized
MultiPeek::fold
(#820)- Specialized
PadUsing::[r]fold
(#825)- Specialized
PeekNth::fold
(#824)- Specialized
Positions::[r]fold
(#813)- Specialized
PutBackN::fold
(#823)- Specialized
RepeatN::[r]fold
(#821)- Specialized
TakeWhileInclusive::fold
(#851)- Specialized
ZipLongest::rfold
(#848)Notable Internal Changes
98d3978
Prepare v0.12.1 releasedffac1f
Bump obi1kenobi/cargo-semver-checks-action from 2.2 to 2.300998a4
CoalesceBy
: missing field in Debug
a0411d6
CombinationsWithReplacement
: use a boxed slice
internally8dd75f1
Permutations
: use boxed slices internallyb785403
ExactlyOneError
: implement Debug differently7a1c22b
FlattenOk
: Debug with macro94452e3
GroupingMapBy
: fix Debug implementation2e325a0
TakeWhileInclusive
: missing field in
Debug
a48c5b4
WithPosition
: implement DebugSourced from libc's releases.
0.2.153
What's Changed
- Add SOMAXCONN to vita on 0.2 (to fix std) by
@pheki
in rust-lang/libc#3552- Fix CI for v0.2 by
@JohnTitor
in rust-lang/libc#3557- [Backport #3548] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by
@heiher
in rust-lang/libc#3570- Add MFD_NOEXEC_SEAL and MFD_EXEC by
@rusty-snake
in rust-lang/libc#3553- Backport of #3546 and update crate version to 0.2.153 by
@GuillaumeGomez
in rust-lang/libc#3554New Contributors
@rusty-snake
made their first contribution in rust-lang/libc#3553Full Changelog: https://github.com/rust-lang/libc/compare/0.2.152...0.2.153
ccf8a3e
Merge pull request #3554
from GuillaumeGomez/update-0.2036fe2e
Merge pull request #3553
from rusty-snake/mfd-execadaec1d
Merge pull request #3570
from heiher/fs-ioctl9a07431
Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for LoongArch643726d14
Update crate version to 0.2.153d5d3700
Ignore some android constants not found in tests738f901
Add missing constants for Android8b68569
Add MFD_NOEXEC_SEAL and MFD_EXECb56e4b3
Merge pull request #3557
from JohnTitor/fix-ci941f825
Fix CI for v0.2Sourced from reqwest's releases.
v0.11.24
What's Changed
- Add
Certificate::from_pem_bundle()
to add a bundle.- Add
http3_prior_knowledge()
to blocking client builder.- Remove
Sync
bounds requirement forBody::wrap_stream()
.- Fix HTTP/2 to retry
REFUSED_STREAM
requests.- Fix instances of converting
Url
toUri
that could panic.New Contributors
@magurotuna
made their first contribution in seanmonstar/reqwest#2081@michaelciraci
made their first contribution in seanmonstar/reqwest#2102@basic-bgnr
made their first contribution in seanmonstar/reqwest#2110@jgraef
made their first contribution in seanmonstar/reqwest#2114@LucasPickering
made their first contribution in seanmonstar/reqwest#2040@gibbz00
made their first contribution in seanmonstar/reqwest#2032Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24
Sourced from reqwest's changelog.
v0.11.24
- Add
Certificate::from_pem_bundle()
to add a bundle.- Add
http3_prior_knowledge()
to blocking client builder.- Remove
Sync
bounds requirement forBody::wrap_stream()
.- Fix HTTP/2 to retry
REFUSED_STREAM
requests.- Fix instances of converting
Url
toUri
that could panic.
c9b4b65
v0.11.24ddf7f24
Add Certificate::from_pem_bundle() (#2032)5d8443d
fix panic when parsing invalid Url to Uri (#2040)e3bf090
docs: explain TLS backend features better (#2117)1bd939b
update wasm-streams dependency (#2114)87cdf12
doc: clarify Cookie API usage (#2111)b3feff6
Add http3 feature to blocking client (#2110)2332936
Update cookie crates (#2089)ef2c8ee
Upgrading env_logger dep (#2102)4ab5fb0
Fix HTTP/2: retry requests rejected with REFUSED_STREAM
(#2081)Sourced from time's releases.
v0.3.34
See the changelog for details.
v0.3.33
See the changelog for details.
v0.3.32
See the changelog for details.
Sourced from time's changelog.
0.3.34 [2024-12-03]
Fixed
Computing the local offset on Windows works again. It was broken in some cases in v0.3.32 and v0.3.33.
0.3.33 [2024-02-03]
Fixed
Builds targeting
wasm32-unknown-unknown
now work again.0.3.32 [2024-02-01]
Added
- Methods to replace the day of the year.
Date::replace_ordinal
PrimitiveDateTime::replace_ordinal
OffsetDateTime::replace_ordinal
- Modules to treat an
OffsetDateTime
as a Unix timestamp with subsecond precision for serde.
time::serde::timestamp::milliseconds
time::serde::timestamp::microseconds
time::serde::timestamp::nanoseconds
Changed
Duration::time_fn
is deprecated.
f11f9b2
v0.3.34 releaseef7bfbd
fix unsigned to signed conversion bug (#656)76468cb
v0.3.33 release6c2b602
Fix wasm32-unknown-unknown build (#655)ff3255f
v0.3.32 released3dd5c9
Deprecate Duration::time_fn
8a0dc70
Remove markdown files in favor of org-wide config980878b
Build docs using org-wide workflow, change audit4baf6b3
Remove documentation of deprecated feature flagbe932d8
Adds support to serialize and deserialize timestamps with different
resolutio...Sourced from tokio's releases.
Tokio v1.36.0
1.36.0 (February 2nd, 2024)
Added
- io: add
tokio::io::Join
(#6220)- io: implement
AsyncWrite
forEmpty
(#6235)- net: add support for anonymous unix pipes (#6127)
- net: add
UnixSocket
(#6290)- net: expose keepalive option on
TcpSocket
(#6311)- sync: add
{Receiver,UnboundedReceiver}::poll_recv_many
(#6236)- sync: add
Sender::{try_,}reserve_many
(#6205)- sync: add
watch::Receiver::mark_unchanged
(#6252)- task: add
JoinSet::try_join_next
(#6280)Changed
- io: make
copy
cooperative (#6265)- io: make
repeat
andsink
cooperative (#6254)- io: simplify check for empty slice (#6293)
- process: use pidfd on Linux when available (#6152)
- sync: use AtomicBool in broadcast channel future (#6298)
Documented
- io: clarify
clear_ready
docs (#6304)- net: document that
*Fd
traits onTcpSocket
are unix-only (#6294)- sync: document FIFO behavior of
tokio::sync::Mutex
(#6279)- chore: typographic improvements (#6262)
- runtime: remove obsolete comment (#6303)
- task: fix typo (#6261)
#6220: tokio-rs/tokio#6220 #6235: tokio-rs/tokio#6235 #6127: tokio-rs/tokio#6127 #6290: tokio-rs/tokio#6290 #6311: tokio-rs/tokio#6311 #6236: tokio-rs/tokio#6236 #6205: tokio-rs/tokio#6205 #6252: tokio-rs/tokio#6252 #6280: tokio-rs/tokio#6280 #6265: tokio-rs/tokio#6265 #6254: tokio-rs/tokio#6254 #6293: tokio-rs/tokio#6293 #6238: tokio-rs/tokio#6238 #6152: tokio-rs/tokio#6152 #6298: tokio-rs/tokio#6298 #6262: tokio-rs/tokio#6262 #6303: tokio-rs/tokio#6303 #6261: tokio-rs/tokio#6261
... (truncated)
eaf81ed
chore: prepare Tokio v1.36.0 (#6312)53f9e5a
ci: make sure dictionary words are sorted and unique (#6316)9077762
net: expose keepalive option on TcpSocket
(#6311)131e7b4
ci: add spellchecking (#6297)e53b92a
io: clarify clear_ready
docs (#6304)7536132
sync: use AtomicBool in broadcast channel future (#6298)b6d0c90
macros: fix trait_method breaking change detection (#6308)4846959
runtime: remove obsolete comment (#6303)ec30383
net: add UnixSocket
(#6290)f80bbec
io: simplify check for empty slice (#6293)f5c6f4b
chore: Release24e599e
docs: Update changelogd00d616
Merge pull request #670 from
epage/span7e23971
fix(serde): Improve spans for empty tablesd5423f6
test(serde): Show bad span9db97b3
Merge pull request #668 from
JustusAdam/patch-15381d7b
docs: Describe Table order based on concepts106d51f
test: Update compliance suite062e058
Merge pull request #665 from
toml-rs/renovate/actions-setup-python-5.x0da2b51
Merge pull request #666 from
toml-rs/renovate/github-codeql-action-3.x