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

Commit

Permalink
v1.4.0 and changelog (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored May 11, 2020
1 parent d89a20e commit a1416e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.4.0 (2019-05-11)
-------------------

- Add `validate_records` option
- Add `skip_updates` option to skip updates in case of immutable records
- Add `temp_dir` optional parameter to config
- Fixed an issue when JSON values sometimes not sent correctly
- Support usage of reserved words as table and column names
- Use stream name as temp file suffix
- Log inserts, updates and csv size_bytes in a more consumable format
- Switch to `psychopg-binary` 2.8.5

1.3.0 (2019-02-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name="pipelinewise-target-redshift",
version="1.3.0",
version="1.4.0",
description="Singer.io target for loading data to Amazon Redshift - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a1416e7

Please sign in to comment.