hydroflow_lang v0.9.0
hydro-project-bot
released this
30 Aug 20:54
·
162 commits
to main
since this release
Chore
-
lower min dependency versions where possible, update
Cargo.lock
Moved from #1418
-
drop unused dependencies
Documentation
- cleanup doc comments for clippy latest
New Features
- allow
demux_enum
to have any number of outputs, fix #1329 - add
cross_singleton
operator
This operator is necessary to eliminate performance bottlenecks in Paxos
where cross-products result in unnecessary cloning and lack of
short-circuit behavior results in values being cloned out of the
internal state ofreduce_keyed
.
Bug Fixes
- remove
FlowProps
fold<'tick>
should always emit a value- Provide types for filter on antijoin
Refactor
New Features (BREAKING)
- change
state()
to output a stream of only de-duplicated items
Commit Statistics
- 10 commits contributed to the release.
- 10 commits were understood as conventional.
- 10 unique issues were worked on: #1362, #1373, #1407, #1409, #1412, #1417, #1420, #1423, #1428, #1432
Commit Details
view details
- #1362
- Provide types for filter on antijoin (f215b18)
- #1373
- Add
cross_singleton
operator (bd793e2)
- Add
- #1407
fold<'tick>
should always emit a value (75dd4fb)
- #1409
- #1412
- Change
state()
to output a stream of only de-duplicated items (0ee5d96)
- Change
- #1417
- Drop unused dependencies (3c41e1e)
- #1420
- Remove
FlowProps
(22c7218)
- Remove
- #1423
- Lower min dependency versions where possible, update
Cargo.lock
(11af328)
- Lower min dependency versions where possible, update
- #1428
- Cleanup doc comments for clippy latest (f5f1eb0)
- #1432