This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |