Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Releases: amazon-archives/pocket-etl

pocket-etl-1.1.0

11 Mar 16:55
Compare
Choose a tag to compare

New release 1.0 -> 1.1:

  • Extractor interface no longer throws BackingStoreException.
  • Extractor, Transformer and Loader can all throw UnrecoverableStreamException which aborts stream.
  • Speed optimizations for simple transformations and loaders bypassing introspective mapping functions.
  • Support for java.time and Optional objects on the stream.
  • S3FastLoader will abort the stream if it fails to flush its buffer to S3.
  • RedshiftBulkLoader will abort the stream if it fails to write to S3 or there is a problem executing the COPY SQL on Redshift.
  • All stages will actively report a count of 0 on the metrics object even if they do not process any records.

pocket-etl-1.0.1

11 Mar 16:42
Compare
Choose a tag to compare
v1.0.1

Refreshed dependencies

pocket-etl-1.0.0

08 Mar 23:26
Compare
Choose a tag to compare

First production release