Skip to content

Releases: ystreet/stun-proto

v0.2.0

14 Jul 01:07
Compare
Choose a tag to compare

What's Changed

  • examples: add an example stun client by @ystreet in #12
  • Add a minimal example stund by @ystreet in #13
  • ci: don't use coverage for examples or bin targets by @ystreet in #14
  • Improve cargo test logging by @ystreet in #15
  • CI: give better names to coverage and fuzzing jobs by @ystreet in #16
  • Add some more edge case tests. by @ystreet in #17
  • tests/fingerprint: increase likelihood of successful failure by @ystreet in #18
  • types: add parser for the fixed STUN message header by @ystreet in #19
  • docs: a couple of docs improvements by @ystreet in #20
  • Release 0.2.0 by @ystreet in #21

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jun 10:55
Compare
Choose a tag to compare

What's Changed

  • format the code with rustfmt by @ystreet in #1
  • stun: rework error handling by @ystreet in #2
  • Remove usage of Mutex by @ystreet in #3
  • Add many missing agent tests by @ystreet in #4
  • Add some more agent tests. by @ystreet in #5
  • ci: update tarpaulin version and also use doc tests by @ystreet in #6
  • Improve some documentation and examples by @ystreet in #7
  • Add some more tests by @ystreet in #8
  • message: implement parsing without ever needing to copy any bytes by @ystreet in #9
  • Add more message tests in more failure cases by @ystreet in #10
  • Release 0.1.0 by @ystreet in #11

Full Changelog: v0.0.1...v0.1.0