Releases: hellonarrativ/spectrify
Releases · hellonarrativ/spectrify
v3.1.0
- Remove psycopg2 requirement (allows use of either psycopg2 or psycopg2-binary)
v3.0.0
3.0.0 (2019-11-26)
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
v2.0.0
- 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
v1.0.1
- Loosen version requirement for PyArrow
- Add example script
- Update documentation
v1.0.0
- 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
v0.4.1
- Fix exception when source table is not in schema public
v0.4.0
- Upgrade to pyarrow v0.8.0
- Verify Redshift column types are supported before attempting conversion
- Bugfix: Properly clean up multiprocessing.pool resource
v0.3.0
- Support 16- and 32-bit integers
- Packaging updates