Skip to content

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 00:05
· 37 commits to master since this release

2.9.0 (2025-08-04)

Features

  • Introduce memory usage debugging for LengthBasedSplitter (#202) (215e9c4)

Code Refactoring

  • fix typos (#197) (d1af34a)
  • replace plistlib.parseBuffer with named import parseBuffer (#200) (d5412a4)
  • simplify loop in SyslogDecoder by using for...of (#199) (b36e841)
  • use an object spread instead of Object.assign (#198) (fd6d99b)