Skip to content

Releases: pivotal-cf/go-pivnet

v0.0.43

30 May 18:26
Compare
Choose a tag to compare
Add CopyMetadata config option for creating a release

[#145304787]

Signed-off-by: Mark Huang <[email protected]>

v0.0.42

18 Apr 13:55
Compare
Choose a tag to compare
Stop running tests in parallel

- This caused a few tests to become flaky

[#142976615]

Signed-off-by: Danny Sullivan <[email protected]>

v0.0.41

14 Mar 14:01
Compare
Choose a tag to compare
Update download progress bar less often

- This was firing too many events and causing the Concourse UI to freeze

[#139701647]

v0.0.40

03 Feb 15:55
Compare
Choose a tag to compare
Avoid duplicating file content during download retries

[#138822399]

Signed-off-by: Danny Sullivan <[email protected]>
Signed-off-by: Tyler Phelan <[email protected]>

v0.0.39

01 Feb 16:55
Compare
Choose a tag to compare
Retry download requests that return 403s

- Introduce downloadLinkFetcher interface to grab new cloudfront links from pivnet
- Add logging to download retries

[#137448669]

Signed-off-by: Danny Sullivan <[email protected]>

v0.0.38

15 Jan 01:41
Compare
Choose a tag to compare
Force progressbar to be 80 chars wide.

[#137616147]

v0.0.37

27 Dec 23:11
Compare
Choose a tag to compare
Add integration test for dependency specifiers.

- vendor robdimsdale/sanitizer for integration test.

[#135856239]

v0.0.36

07 Dec 16:49
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/pr/10' into develop

v0.0.35

10 Nov 06:08
Compare
Choose a tag to compare
Backfill unit tests for json decoding. [#134054019]

v0.0.34

05 Nov 22:23
Compare
Choose a tag to compare
Gracefully handle 500s from pivnet. [#133519059]

- the structure of the json body is different and we need to handle that special case.