Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Releases: crate/craterl

v0.2.3

23 Aug 20:59
Compare
Choose a tag to compare

This release comes with a breaking change concerning the API:

  • remove include file craterl.hrl and don't expose records in API
  • added module craterl_resp.erl for handling craterl responses

v0.2.2

20 Jul 10:59
Compare
Choose a tag to compare
  • Updated dependencies
  • Added support for Erlang/OTP 18

v0.2.0

02 Jan 22:21
Compare
Choose a tag to compare
  • craterl:new() now accepts strings and binaries as server_specs too
  • updated dependencies

v0.1.1

02 Dec 22:03
Compare
Choose a tag to compare

This is a bugfix release.

  • #sql_bulk_result{} of #sql_bulk_response{} are now built correctly
  • ct tests are more stable now

0.1.0

02 Dec 16:18
Compare
Choose a tag to compare

This is the first official release.

It brings full sql support including parameters and bulk operations, full blob support, for GET, PUT, DELETE and HEAD requests.