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

Releases: asset-pipe/asset-pipe-sink-gcs

v1.1.12

22 Mar 10:27
Compare
Choose a tag to compare

1.1.12 (2018-03-22)

Bug Fixes

  • skip validation when checking exists (055cc07)
  • update to use scoped asset-pipe-common (8b92cf9)

v1.1.11

01 Feb 10:44
a11e093
Compare
Choose a tag to compare

1.1.11 (2018-02-01)

Bug Fixes

  • wrap original error on failure to upload to gcs (a11e093)

v1.1.10

29 Jan 13:00
Compare
Choose a tag to compare

1.1.10 (2018-01-29)

Bug Fixes

  • disable resuming file uploads (711d57e)

v1.1.9

10 Jan 12:22
Compare
Choose a tag to compare

1.1.9 (2018-01-10)

Bug Fixes

  • turn off hash validation (89b6ecd)

v1.1.8

10 Jan 11:45
16a7af4
Compare
Choose a tag to compare

1.1.8 (2018-01-10)

Bug Fixes

  • include original error message when download from GCS fails (16a7af4)

v1.1.7

05 Jan 16:05
46e81a3
Compare
Choose a tag to compare

1.1.7 (2018-01-05)

Bug Fixes

  • package: update google cloud storage dependency (46e81a3)

v1.1.6

04 Dec 12:05
Compare
Choose a tag to compare

1.1.6 (2017-12-04)

Bug Fixes

  • package: add a missing dependency on boom (c3c5821)

v1.1.5

04 Dec 10:36
Compare
Choose a tag to compare

1.1.5 (2017-12-04)

Bug Fixes

  • add missing p-retry dep (a26a72b)

v1.1.4

04 Dec 10:18
Compare
Choose a tag to compare

1.1.4 (2017-12-04)

Bug Fixes

  • retry on failure and throw correct errors (3275ec6)

v1.1.3

29 Nov 12:07
Compare
Choose a tag to compare

1.1.3 (2017-11-29)

Bug Fixes

  • don't try to create a bucket if it does not exist (4442200), closes #53