Skip to content

Releases: inhabitedtype/faraday

v0.8.0

27 Oct 15:30
Compare
Choose a tag to compare

v0.7.3

10 Jun 15:19
Compare
Choose a tag to compare

v0.7.1

14 Mar 17:25
Compare
Choose a tag to compare
  • switch to dune

v0.7.0

09 Feb 12:57
Compare
Choose a tag to compare
  • Remove symlink in examples directory to fix the Windows build (#48)

v0.6.1

18 Jul 00:04
Compare
Choose a tag to compare
  • Fix bug where flush would not clear yield state, which could potentially lead to deadlocks (#44, h/t @dpatti).

V0.6.0

01 Jul 20:32
Compare
Choose a tag to compare
  • Use writev in faraday-lwt-unix library (#41, h/t @aantron)

v0.5.3

10 Jun 17:33
Compare
Choose a tag to compare
  • Switch to using bigstringaf for bigstring operations (#40)
  • Remove references to Oasis build process in README (#39)

Updated in 0.5.2 (unreleased in OPAM)

  • Fixup documentation (#38)

v0.5.1

28 Dec 17:31
Compare
Choose a tag to compare
  • add serialize_to_bigstring convenience function (#28 h/t @hcarty)
  • build with jbuilder --dev flag enabled (#29, #32, h/t @hcarty)
  • improve documentation (#35)
  • --safe-string compatibility (#33)
  • cleanup some code and old oasis artifacts (#30, #31, #34)

v0.5.0

16 Sep 13:21
Compare
Choose a tag to compare

Breaking Changes

  • Remove support for string and bytes types as output formats (#22)

Other Changes

  • Eliminate dependency on ocplib-endian (#24, #26, h/t @hcarty)
  • Fix bug in serialize_to_string (#27, h/t @hcarty)
  • Make faraday more robust to integer overflow (#23, h/t @dinosaure)

v0.4.0

13 Aug 16:54
Compare
Choose a tag to compare

"The @hcarty Release"

  • Fix growth of deque data structure used for pending flushes and writes (#12, #13, #16, h/t @hcarty)
  • Fix writes that are larger than the buffer size (#13, #14, #20, #21, h/t @hcarty)
  • Fix bug where buffer was being overridden after a flush (#19, #20, #21, h/t @hcarty)
  • Fix encoding of double-precision floating point numbers (#18, h/t @hcarty)