Skip to content

0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 08:41
· 302 commits to master since this release

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