Skip to content

Releases: hellonarrativ/spectrify

v3.1.0

18 Jan 16:10
Compare
Choose a tag to compare
  • Remove psycopg2 requirement (allows use of either psycopg2 or psycopg2-binary)

v3.0.1

18 Jan 16:10
Compare
Choose a tag to compare
  • Fix changelog

v3.0.0

26 Nov 20:33
Compare
Choose a tag to compare

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

09 Mar 21:05
Compare
Choose a tag to compare
  • 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

12 Jul 21:13
Compare
Choose a tag to compare
  • Loosen version requirement for PyArrow
  • Add example script
  • Update documentation

v1.0.0

20 Apr 18:59
Compare
Choose a tag to compare
  • 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

20 Apr 18:59
Compare
Choose a tag to compare
  • Fix exception when source table is not in schema public

v0.4.0

25 Feb 20:15
Compare
Choose a tag to compare
  • 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

31 Oct 02:43
Compare
Choose a tag to compare
  • Support 16- and 32-bit integers
  • Packaging updates

v0.2.1

27 Sep 22:31
Compare
Choose a tag to compare

Fix README