Skip to content

Releases: fanduel-oss/jsonrpc2-elixir

v0.2.1

12 Jul 14:55
Compare
Choose a tag to compare

First public release.

v0.2.0

12 Jul 03:36
Compare
Choose a tag to compare

Add HTTP(S) client/server.

v0.1.1

11 Jul 21:13
Compare
Choose a tag to compare
  • Add \r\n to server sends, and use full \r\n instead of just \n in client sends to improve compatibility.
  • Switch to packet mode :line for client, so that OTP will make sure we receive only full responses (now that we are expecting server sends to end with at least an \n)

v0.1.0

08 Jul 21:14
Compare
Choose a tag to compare

Initial release.