Skip to content

Releases: sylabs/scs-library-client

Version 1.0.0

02 Nov 22:40
0dc6ddf
Compare
Choose a tag to compare
  • Propagate upload completion response which now includes quota information and container URL for pushed image
  • Add Terminate() method to UploadCallbackInterface to allow termination (interruption) of push operation

Version 0.5.7

23 Sep 17:45
56a5cbb
Compare
Choose a tag to compare
  • Return multipart upload failure error code to UploadImage() caller (#95)
  • Implement support for options returned from multipart upload start (#96)

Version 0.5.6

24 Aug 11:09
abeaf32
Compare
Choose a tag to compare
  • CI/CD workflow updates
  • Update third-party dependencies

Version 0.5.5

08 Jun 11:24
18408b1
Compare
Choose a tag to compare

This patch release includes a dependency update.

Version 0.5.4

29 May 13:42
bdb2508
Compare
Choose a tag to compare

This patch release includes dependency updates.

Version 0.5.3

25 Apr 18:30
a1fe9f1
Compare
Choose a tag to compare

This patch release fixes bugs in (*Client).BaseURL path handling (#79).

Version 0.5.2

18 Apr 18:03
425d02b
Compare
Choose a tag to compare

This patch release fixes a bug in (*Client).BaseURL path handling (#77), and includes minor CI improvements.

Version 0.5.1

04 Mar 15:29
5d0614e
Compare
Choose a tag to compare

This patch release includes a dependency update as well as minor CI improvements.

v0.5.0

14 Feb 15:39
30f9b60
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Implement support for multipart image uploads
  • Update third-party dependencies

v0.4.4

13 Sep 15:34
acb520c
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

This release removes the use of the retryablehttp module, which was causing issues when uploading images on low memory clients.