All Versions
6
Latest Version
Avg Release Cycle
53 days
Latest Release
3162 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.