Releases: Ghamza-Jd/jarust
Releases · Ghamza-Jd/jarust
0.2.6
Changelog
All notable changes to this project will be documented in this file.
0.2.6 - 2024-04-07
🚀 Features
- Contain the tmanager growth
- (core) Support multiple tls through feature flags
🐛 Bug Fixes
- Publish typo
⚙️ Miscellaneous Tasks
- Added diff on changelog
- Added crates io version badge
- Bump version to 0.2.6
Release
- Bump version
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