* Ability to extend CopyManager type support by subclassing * Add support for `vector <https://github.com/pgvector/pgvector>`_ datatype (thanks William Burklund) * Add support for mixed-case table and column names * Raise exceptions from :py:meth:`pgcopy.CopyManager.threading_copy` * Remove official support for Python 2
1.5.0
""""" 12 Jan, 2021
* Add support for enum types
1.4.3
""""" 16 Oct, 2020
* Fix error in packaging.
1.4.2
""""" 13 Oct, 2020
* Exceptions raised in value formatter functions augmented with column name and value.
1.4.1
""""" 28 Jan, 2020
* Support for ``time`` datatype (thanks Nathan Glover)
1.4.0
""""" 11 Jul, 2019
* Transparent string encoding * Support for array types * Schema-aware :class:`pgcopy.Replace` * Search-path-aware default schema * Expanded test suite, using pytest * Expanded documentation * Travis tests on python 3.7 and PostgreSQL 10