All Versions
6
Latest Version
Avg Release Cycle
53 days
Latest Release
3591 days ago

Changelog History

  • v0.2.3 Changes

    August 23, 2015

    🚀 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 Changes

    July 20, 2015
    • ⚡️ Updated dependencies
    • ➕ Added support for Erlang/OTP 18
  • v0.2.1

    January 08, 2015
  • v0.2.0 Changes

    January 02, 2015
    • craterl:new() now accepts strings and binaries as server_specs too
    • ⚡️ updated dependencies
  • v0.1.1 Changes

    December 02, 2014

    🛠 This is a bugfix release.

    • #sql_bulk_result{} of #sql_bulk_response{} are now built correctly
    • ✅ ct tests are more stable now
  • v0.1.0 Changes

    December 02, 2014

    🚀 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.