Skip to content

v3.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 14:34
· 41 commits to main since this release
v3.0.7
abe92eb

Changelog

  • b35d739 fix: Handle \r\n windows line endings.
  • ee521cd chore: Clean up lint errors
  • 97cf805 refactor: Move the staleTimer into the LineReader.
  • de8cc1e refactor: Migrate the FileStream to use the new LineReader.
  • c843c0b refactor: Migrate the DgramStream to use the new LineReader
  • d44be39 refactor: Migrate the SocketStream to use the new LineReader
  • e856661 refactor: Port the FifoStream to use the new LineReader.
  • 76b8221 test: Rename tests to match an earlier rename.
  • 02bae24 feat: Add new LineReader struct to extract common code.
  • a6a3ae4 build(deps): bump slsa-framework/slsa-verifier from 2.5.1 to 2.6.0