Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Releases: sbstp/rust-igd

v0.8.0

03 Mar 18:41

Choose a tag to compare

  • 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

16 Feb 16:06

Choose a tag to compare

Fix bug with multiple igd responses (#35)

v0.7.0

15 Jan 20:12

Choose a tag to compare

  • Update rand and xmltree version
  • Async/tokio support, via the tokio module

v0.6.0

26 Mar 14:11

Choose a tag to compare

v0.5.2

19 Nov 20:36

Choose a tag to compare

v0.5.1

31 Jul 02:08

Choose a tag to compare

Bug fixes and version updates (@arcnmx).

v0.5.0

04 Jul 16:08

Choose a tag to compare

Update hyper version.

v0.4.2

08 Feb 05:10

Choose a tag to compare

  • Make Gateway derive Clone.

v0.4.1

06 Feb 16:15

Choose a tag to compare

  • add Gateway.get_any_address method

v0.4.0

07 Jan 05:01

Choose a tag to compare

  • better XML handling
  • more detailed errors
  • add_any_port method