Skip to content

Releases: jmjoy/fastcgi-client-rs

0.9.0

30 Jun 12:47
19dc10b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

12 Jun 10:57
Compare
Choose a tag to compare

What's Changed

  • Distinct short conn and keep alive modes. by @jmjoy in #10
  • Change license. by @jmjoy in #11
  • Improve params and response. by @jmjoy in #12
  • Switch to rust edition 2021. by @jmjoy in #13

Full Changelog: 0.7.0...0.8.0

Release 0.7.0.

21 Jun 11:47
Compare
Choose a tag to compare
  • Replace all dyn trait to generic types.

Release 0.6.2.

19 Jun 03:10
48abc75
Compare
Choose a tag to compare
  • Remove trait bound: Send + Sync.

Release 0.5.0!

29 Jan 18:08
Compare
Choose a tag to compare
  • Replace dependency async-std to futures.

Release 0.4.0!

17 Nov 10:02
Compare
Choose a tag to compare
  • Add AsyncClient.

Release 0.3.0!

12 Jul 11:55
Compare
Choose a tag to compare

Release note:

  • Change manual ClientError to error_chain generated Error.
  • Add new method new_without_buffered for Client.