Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Nov 24, 2019
1 parent 9d679af commit 3340148
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
1.1.0 (2019-11-24)
-------------------

- Emit new state message as soon as data flushed to Redshift
- Add `flush_all_streams` option
- Add `max_parallelism` option
- Documentation fixes

1.0.8 (2019-10-04)
-------------------

- Allow STS token to be used
- Fix None being passed to iam_role in COPY command when role arn is None
- Allow S3 COPY role arn to be provided, remove required AWS credentials

1.0.7 (2019-10-01)
-------------------

- Add `parallelism` option
- Add `copy_options` option
- Fixed issue when permissions not granted properly

1.0.6 (2019-09-19)
-------------------

- Log SQLs only in debug mode

1.0.5 (2019-09-08)
-------------------

- Fixed loading float data types into double precision Redshift columns

1.0.4 (2019-09-08)
-------------------

- Set varchar column length dynamically

1.0.3 (2019-08-16)
-------------------

- Add license details

1.0.2 (2019-08-11)
-------------------

- Fixed loading numeric data types

1.0.1 (2019-08-11)
-------------------

- Fixed loading numeric data types

1.0.0 (2019-07-22)
-------------------

- Initial release

0 comments on commit 3340148

Please sign in to comment.