- Fix: Avoid invalid keyword argument error when fetching blobs from cluster by removing certificate keywords before creating non-https server in pool.
- Testing: Made Crate test layer logging less verbose (hide Crate startup logs) and added ``verbose keyword`` argument to layer to control its verbosity.
0.16.2
=================
- Increased ``urllib3`` version requirement to >=1.9 to prevent from compatibility issues.
- Testing: Do not rely on startup log if static http port is defined in test layer.
0.16.1
=================
- Fix: ``Date`` column type is now correctly created as ``TIMESTAMP`` column when creating the table
0.16.0
=================
- Added a ``from_uri`` factory method to the ``CrateLayer``
- The ``Connection`` class now supports the context management protocol and can therefore be used with the ``with`` statement.
- Sockets are now properly closed if a connection is closed.
- Added support for serialization of Decimals
0.15.0
=================
- Added support for client certificates
- Dropped support for Python 2.6
0.14.2
=================
- Fix: Never retry on http read errors (so never send SQL statements twice)