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

Releases: sbstp/rust-igd

v0.12.1

02 May 02:48

Choose a tag to compare

Version 0.12.1

v0.12.0

26 Dec 05:41

Choose a tag to compare

  • Update dependencies #53

v0.11.1

06 Jun 15:15

Choose a tag to compare

v0.11.0

10 May 20:14

Choose a tag to compare

v0.10.2

10 May 20:15

Choose a tag to compare

v0.10.1

10 May 20:15

Choose a tag to compare

v0.10.0

10 May 20:18

Choose a tag to compare

v0.9.0

19 May 19:13

Choose a tag to compare

  • @ryankurte refactored the async module and updated the version of tokio in #37 .
  • The async module has been renamed to aio to avoid conflicts with Rust 2018.
  • In the synchronous version, all 4 search_gateway* methods have been merged into a single one that uses the SearchOptions struct for configuration.

v0.8.2

12 Mar 01:11

Choose a tag to compare

Update lynx version, now supports chunked transfer encoding.

v0.8.1

04 Mar 23:08

Choose a tag to compare

The size of the crate was reduced by a lot, removing the need for the regex, libflate, native-tls and encoding_rs crate (default features disabled in lynx).
The crate is now pretty close to being as tiny as possible.