Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

64 lines (48 loc) · 1.6 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.1.1 - 2024-12-24

Other

  • fix typo in README
  • impl filter trait for fnmut
  • release

0.1.0 - 2024-10-11

Fixed

  • fix tests

Other

  • add description/license
  • release
  • add gh actions
  • change crate name
  • add attach_handler method to pipelinebuilder
  • update readme with handler implementation examples
  • don't make handlers stats producers, do it on the SomeDataHandler enum
  • add README
  • improve builder syntax
  • implement special visitor logic for demuxer
  • remove explicit references to 'packet'
  • change crate name
  • make nodes, etc. generic over the data they handle
  • add demuxer
  • code cleanup, tweaks
  • initial commit

0.1.0 - 2024-10-11

Fixed

  • fix tests

Other

  • add gh actions
  • change crate name
  • add attach_handler method to pipelinebuilder
  • update readme with handler implementation examples
  • don't make handlers stats producers, do it on the SomeDataHandler enum
  • add README
  • improve builder syntax
  • implement special visitor logic for demuxer
  • remove explicit references to 'packet'
  • change crate name
  • make nodes, etc. generic over the data they handle
  • add demuxer
  • code cleanup, tweaks
  • initial commit