Skip to content

v0.4.0

Compare
Choose a tag to compare
@hpopp hpopp released this 04 Apr 22:38
· 35 commits to master since this release
  • Support for http URIs
  • Requests are now buffered with GenStage
  • Added Kadabra.head/2 and Kadabra.delete/2
  • Kadabra.open/3 replaced with Kadabra.open/2.
    • Scheme, host and port are now automatically parsed from the URI string.
      See the README for examples.
    • Socket options passed as :tcp/:ssl, respectively
  • Removed :reconnect functionality