Releases: sile/stun_codec
Releases · sile/stun_codec
v0.4.0
v0.3.5
What's Changed
- fix(turn): use correct MAX for
ChannelNumber
by @thomaseizinger in #21 - feat: implement Display for
ChannelNumber
by @thomaseizinger in #22
Full Changelog: 0.3.4...0.3.5
v0.3.4
What's Changed
- Remove the hmac_sha1 dependency by @pantsman0 in #20
New Contributors
- @pantsman0 made their first contribution in #20
Full Changelog: 0.3.3...0.3.4
v0.3.3
What's Changed
- Run CI on
pull_request
event by @thomaseizinger in #18 - Fix clippy errors by @sile in #19
- Add several symbols from rfc8656 by @thomaseizinger in #14
- Add
fmt::Display
implementation forMessageClass
by @thomaseizinger in #16 - Relax
Message::add_attribute
argument toimpl Into<A>
by @thomaseizinger in #17 - Add
fmt::Display
implementation forMethod
by @thomaseizinger in #15
New Contributors
- @thomaseizinger made their first contribution in #18
Full Changelog: 0.3.2...0.3.3