Skip to content

v0.7.0

Compare
Choose a tag to compare
@paurkedal paurkedal released this 03 Nov 07:46
· 733 commits to master since this release

Change Log

Unreleased

  • Remove WRAPPER and REPORT functionality.
  • Remove deprecated findlib aliases.
  • Renamed date and utc conversions to date_cl and utc_cl.
  • Deprecate Caqti_metadata in favour of the new Caqti_driver_info.
  • Move various signature to separate files, leaving deprecated aliases.

0.6.1 - 2017-10-26

  • Fixed support for lwt >= 3, but keep supporting 2.7 as well for now.
  • Fixed preparation of query after reconnect to PostgrSQL.
  • Fixed support for ocaml 4.03.x.
  • Added Tuple.length.
  • Deprecated Param.sub_types.
  • Deprecated Param.other and Tuple.other.

0.6.0 - 2017-06-05

  • Split into separate packages to avoid depopts and rename findlib names
    accordingly.
  • Use findlib to load DB drivers, and use -linkall. This hopefully solves
    loading issues.

0.5.3 - 2017-05-22

  • Fix handling of spaces in Sqlite3 URIs and allow setting mode.
  • Split Caqti (now deprecated) into Caqti_errors and Caqti_connect.
  • Update to async 0.9.0.

0.5.2 - 2017-02-25

  • Fix plugin loader to handle modernised META.

0.5.1 - 2017-02-25 retracted

  • Rename libraries to match META.

0.5.0 - 2017-02-25 retracted

  • Added MariaDB backend.
  • Fixed VARCHAR for SQLite3 describe.