Skip to content

Releases: timescale/timescaledb-parallel-copy

v0.8.1-rc.1

12 Nov 10:49
b662fec
Compare
Choose a tag to compare
v0.8.1-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1-rc.1

v0.8.0

25 Oct 09:37
Compare
Choose a tag to compare

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

18 Sep 15:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0: Merge pull request #80 from timescale/adn/error-handling

03 Jul 10:41
4aa8b5c
Compare
Choose a tag to compare
  • Improve error handling when running as a pkg
  • Accept a context when running as a pkg