Releases: sbstp/rust-igd
Releases · sbstp/rust-igd
v0.8.0
- Fix #36
async
support is now behind the async
feature flag and is not enabled by default
- Make the crate smaller & lighter by using
lynx
instead of hyper
and tokio
.
v0.7.1
Fix bug with multiple igd responses (#35)
v0.7.0
- Update
rand
and xmltree
version
- Async/tokio support, via the
tokio
module
v0.5.1
Bug fixes and version updates (@arcnmx).
v0.4.2
- Make Gateway derive Clone.
v0.4.1
- add
Gateway.get_any_address
method
v0.4.0
- better XML handling
- more detailed errors
add_any_port
method