Skip to content

Releases: umbrellio/ezclient

v1.6.0

15 Nov 13:24
Compare
Choose a tag to compare

What's Changed

  • Add elapsed_seconds to request object by @KirIgor in #15

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.0

31 Jul 13:19
Compare
Choose a tag to compare
  • Persistent connections now get cleaned up when they are timed out (#12)

v1.4.0

28 Oct 16:04
Compare
Choose a tag to compare
  • config param now accepts hashes like { read: 5, write: 5, connect: 1 }

v1.3.0

26 Jun 14:15
Compare
Choose a tag to compare
  • Add follow param for following redirects.