- Extended the type mapping for the upcoming type name changes in CrateDB 4.0. - Added support for Python 3.7 and made that version the recommended one.
0.23.0
=================
- Fixed a resource leak in ``CrateLayer``
- Added ability to specify chunk size when getting a blob from the blob container
0.22.1
=================
- Client no longer removes servers from the active server list when encountering a connection reset or a broken pipe error.
0.22.0
- BREAKING: Dropped support for Python 2.7 and 3.3 If you are using this package with Python 2.7 or 3.3 already, you will not be able to install newer versions of this package. - Add support for SQLAlchemy 1.2 - Updated `get_table_names()` method to only return tables but not views. This enables compatibility with CrateDB 3.0 and newer.
0.21.3
- Fixed an issue that caused `metadata.create_all(bind=engine)` to fail creating tables that contain an `ObjectArray` column.
0.21.2
=================
- BREAKING: In the testing layer, the custom setting of `cluster.routing.allocation.disk.watermark.low` (1b) and `cluster.routing.allocation.disk.watermark.high` (1b) has been removed. These now default to 85% and 90%, respectively.