Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

54 lines (38 loc) · 2.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.3.0 - 2024-11-08

Added

  • task clean up (#55)

Other

  • update derive_more and mockall (#57)

0.2.1 - 2024-08-23

Added

  • return Option<()> for groups on_event call (#52)

0.2.0 - 2024-07-22

Added

  • send multiple udp packets with multiple bind slots (#50)

Other

  • release v0.1.0 (#46)

0.1.0 - 2024-07-18

Added

  • added task switcher queue flag all api (#31)
  • multi task types (#22)
  • simple working version

Fixed

  • simplify api (#25)
  • worker cycle more accuracy with range from 1 to 1.1ms, fixed udp_echo_client

Other

  • fixing metadata of package
  • config missing license and description (#47)
  • release plz (#45)
  • refactor for media server (#43)
  • API and group, gradeful shutdown (#30)
  • bus send with safe and fix typos (#24)
  • added rust clippy and typos for better quality (#23)
  • (deps) update actions/checkout action to v4 (#4)
  • add simple rust c/i (#2)
  • add renovate.json (#1)
  • first architecture