=================
- Added a new default provider for columns of type ``BYTE``.
- Added a new default provider for columns of type ``GEO_SHAPE``, which
provides a POLYGON WKT string.
- Dropped support for Python 3.5
- ``run-crate`` now correctly supports settings using unicode characters.
- ``run-crate`` will now remove old tarballs from the cache folder after a
while.
- ``run-crate`` should now fail faster if an invalid setting is used.
- ``run-crate`` now supports arbitrary command chaining using ``-- cmdname``
If command chaining is used, ``run-crate`` will terminate after all commands
have been run.
- ``run-crate`` should now work correctly if CrateDB is bound to a IPv6 address.