v7.1.0
Added
- Add happy eyeballs example by @eholk in #93
- Add initial implementation of
RaceOk
for tuples by @matheus-consoli in #109
Changed
- Make Debug impl for AggregateError more readable by @eholk in #94
- Remove need for
tuple_for_each!
,tuple_len!
and simplifygen_conditions!
a lot by @poliorcetics in #99 - Remove
MaybeDone
from tuple::join by @matheus-consoli in #103 - Remove
MaybeDone
fromarray::race_ok
by @matheus-consoli in #107 - Improve RaceOk error format for array impl by @Alastair-smith2 in #108
- replace rng with deterministic indexer by @yoshuawuyts in #104
- Implement perfect waking for array/vec Join by @Swatinem in #110
- Implement "perfect" waking for
tuple::merge
by @matheus-consoli in #96 - Update description by @yoshuawuyts in #101
Fixed
- Fix docs links by @matheus-consoli in #95
- Fix typos by @kianmeng in #102
- Fix Race docs and cleanup unused items by @poliorcetics in #100
- Correctly drop errors for
RaceOk
impls on tuples by @matheus-consoli in #112 - Fix a possible memory leak on the impl of
Join
for tuples by @matheus-consoli in #113
New Contributors
- @poliorcetics made their first contribution in #99
- @kianmeng made their first contribution in #102
- @Alastair-smith2 made their first contribution in #108
- @Swatinem made their first contribution in #110
Full Changelog: v7.0.0...v7.1.0