Skip to content

Releases: ADD-SP/json-threat-protection.rs

Release list

v0.1.1

Choose a tag to compare

@ADD-SP ADD-SP released this 21 Jul 09:38

What's Changed

  • chore(CI): fuzzing for 30 minutes on push to the main branch by @ADD-SP in #4
  • chore(CI): enable dependabot for both Cargo and Github Action by @ADD-SP in #3
  • chore(Cargo.toml): bump criterion from 0.4.0 to 0.5.1 by @dependabot in #5
  • chore(dependabot): enable dependabot for fuzz/Cargo.toml by @ADD-SP in #6
  • docs(README.md): add performance numbers and dataset by @ADD-SP in #7
  • perf(lexer): reduce string copys by passing a buffer to the lexer by @ADD-SP in #8
  • Prepare for relase v0.1.1 by @ADD-SP in #9

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@ADD-SP ADD-SP released this 20 Jul 12:50
feat: initial implementation of json-threat-protection.rs