v0.2.0
v0.2.0 - Collections and Async/Concurrency Helpers
This release adds the focused 0.2.0 crate line for backend service helpers:
bluetape-rs-collections0.2.0bluetape-rs-async0.2.0bluetape-rs,bluetape-rs-core,bluetape-rs-logging, andbluetape-rs-testremain on0.1.1
Added
- Focused iterator, slice, map, pagination, grouping, chunking, and error-aware transform helpers.
- Tokio-first bounded task execution, cancellation, timeout, deadline, and shutdown coordination helpers.
- Deterministic tests for async cancellation, dropped futures, bounded execution, join failures, and collection edge cases.
- README diagrams and crate-level usage examples for the current release line.
Validation
- CI on
developcommit6a1c2ee051fc3a983480e0d947bb31900a79b6ee: success - Nightly full on release commit
fae6977bc9a01d8c665a9959bd7808139791dd46: success - Local release validation:
git diff --checkcargo test --workspace --all-features --lockedcargo clippy --workspace --all-targets --all-features --locked -- -D warningsRUSTDOCFLAGS="-D warnings" cargo doc --workspace --no-deps --lockedcargo publish --workspace --dry-run --locked
Milestone
- GitHub milestone
0.2.0is closed with 28 closed issues and 0 open issues.