Releases: inhabitedtype/faraday
Releases · inhabitedtype/faraday
v0.7.0
- Remove symlink in examples directory to fix the Windows build (#48)
v0.6.1
- Fix bug where
flush
would not clear yield
state, which could potentially lead to deadlocks (#44, h/t @dpatti).
V0.6.0
- Use
writev
in faraday-lwt-unix
library (#41, h/t @aantron)
v0.5.3
- 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
- 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
Breaking Changes
- Remove support for
string
and bytes
types as output formats (#22)
Other Changes
v0.4.0
"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)