- Remove psycopg2 requirement (allows use of either psycopg2 or psycopg2-binary)
- Fix changelog
Backwards incompatible changes:
- Add REGION parameter to UNLOAD operations
- Bugfix: Correctly construct path for S3 bucket in "create-table" command
Other Changes:
- Support for obtaining credentials with AWS session token
- Upgrade to pytest v4.6.6
- Fix Flake8 errors
- Default to 256MB files
- Flag for unicode support on Python 2.7 (performance implications)
- Drop support for Python 3.4
- Support for additional CSV format parameters
- Support for REAL data type
- Loosen version requirement for PyArrow
- Add example script
- Update documentation
- Move functionality into classes to make customizing behavior easier
- Add support for DATE columns
- Add support for DECIMAL/NUMERIC columns
- Upgrade to pyarrow v0.9.0
- Fix exception when source table is not in schema public
- Upgrade to pyarrow v0.8.0
- Verify Redshift column types are supported before attempting conversion
- Bugfix: Properly clean up multiprocessing.pool resource
- Support 16- and 32-bit integers
- Packaging updates
- Fix Readme
- First release on PyPI.
- Didn't even make it to PyPI.