Releases: timescale/timescaledb-parallel-copy
v0.8.1-rc.1
What's Changed
- Fix: write to channel should be protected with context by @MetalBlueberry in #91
- Feat: Add custom progress report functionality by @MetalBlueberry in #93
- Feat: Report line with error by @MetalBlueberry in #92
New Contributors
- @MetalBlueberry made their first contribution in #91
Full Changelog: v0.8.0...v0.8.1-rc.1
v0.8.0
What's Changed
-
BREAKING: Abort when 'HEADER' passed to -copy-options by @JamesGuthrie in #88
Users familiar with loading CSV data with the COPY command know the 'HEADER' option, and erroneously believe that they should use it with timescaledb-parallel-copy (by passing 'CSV HEADER' to -copy-options).
timescaledb-parallel-copy now aborts when 'HEADER' is passed to -copy-options, use -skip-header instead.
This is backwards incompatible, because it aborts on inputs which it previously accepted.
We have not provided a way to pass HEADER to -copy-options, because we don't believe that there is a legitimate use-case for this combination. If you have one, open an issue.
-
Fix typo by @JamesGuthrie in #89
-
Update version to 0.8.0 by @JamesGuthrie in #90
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Update dependencies for security fixes by @graveland in #83
- Missed a docker update by @graveland in #84
- Update version to 0.7.1 by @graveland in #85
New Contributors
- @graveland made their first contribution in #83
Full Changelog: v0.7.0...v0.7.1
v0.7.0: Merge pull request #80 from timescale/adn/error-handling
- Improve error handling when running as a pkg
- Accept a context when running as a pkg