0.2.5
Changelog
All notable changes to this project will be documented in this file.
0.2.5 - 2024-04-01
π Features
- (core) Added fire and forget with establishment
- Alias mpsc::Receiver -> MessageStream
- Alias mpsc::Receiver -> JaResponseStream
- (config) Create type state builder
- Created await-map
- Move await_map to jarust
- Added tracing on await map
- Use await map instead of channels to poll responses
- Notify all waiters
- Moved napmap to its own crate
- Created unbounded version
- Created unbounded napmap
- Added continues deployment
π Refactor
- Moved napmap to its own repo
π Documentation
- Added docs on await-map
- Added readme
- Initialized git-cliff
βοΈ Miscellaneous Tasks
- Remove unused imports
- Moved demuxing to its own function
- Added todo
- Apply clippy suggesetions
- Update example to the proper usage
- Updated tracing messages
- AwaitMap -> NapMap
- Better example with loop sending 2 messages every 2 seconds
- Fix clippy warnings
- Size -> buffer/bound
- Added diff on changelog
Release
- Bump version