Skip to content

Releases: sylabs/scs-build-client

Version 0.1.0

04 Mar 13:12
884922b
Compare
Choose a tag to compare

This release adds a Cancel() API for cancelling builds, as well as several other minor improvements.

Version 0.0.4

15 May 23:58
0657e94
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release

Changes included in this release:

  • Update for GetOutput to adjust scheme for websocket based on BaseURL scheme

Version 0.0.3

07 May 12:47
f613394
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release

This release includes:

  • Added code coverage output and reporting in CI
  • Removed Definition and related types in favor of a byte slice abstraction
  • Added BuilderRequirements to allow for specifying builder requirements, such as CPU architecture, minimum RAM or disk space needed, version of Singularity required, and more

Version 0.0.2

18 Apr 18:08
c6abccc
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release
  • CI improvements
  • Added configurable logger
  • Added URL verification
  • Added OutputReader for customizing websocket logging
  • Removed websocket URL parameter requirement from GetOutput
  • Tests moved to client_test package
  • API updates
    • RequestData struct renamed to BuildRequest
    • ResponseData struct renamed to BuildInfo
    • SubmitBuild method renamed to Submit
    • StreamOutput method renamed to GetOutput
    • GetBuildStatus method renamed to GetStatus

Version 0.0.1

11 Apr 19:00
2803696
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

Initial creation from singularity source code.