diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ebd8c..b1bc84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------- diff --git a/setup.py b/setup.py index 38342c6..2c67853 100644 --- a/setup.py +++ b/setup.py @@ -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',