- DDL: Allow turning off column store using `crate_columnstore=False`.
Thanks, fetzerms.
- DDL: Allow setting `server_default` on columns to enable
server-generated defaults. Thanks, JanLikar.
- Allow handling datetime values tagged with time zone info when inserting or updating.
- Fix SQL statement caching for CrateDB's `OBJECT` type. Thanks, faymarie.
- Refactor `OBJECT` type to use SQLAlchemy's JSON type infrastructure.
- Added `insert_bulk` fast-path `INSERT` method for pandas, in
order to support efficient batch inserts using CrateDB's "bulk operations" endpoint.
- Add documentation and software tests for usage with Dask