Skip to content

Releases: StackGuardian/sg-sdk-go

v1.0.0

07 Nov 15:50
e12d3f4
Compare
Choose a tag to compare

This is the first full release of the StackGuardian SDK For Go.

Please refer to the README for more information and sample code to get started with using this SDK.

Full Changelog: v1.0.0-beta-3...v1.0.0

v1.0.0-beta-3

29 Oct 13:39
c5be12e
Compare
Choose a tag to compare
v1.0.0-beta-3 Pre-release
Pre-release

Disclaimer: This version of the StackGuardian Go SDK is currently in pre release and is intended for use with StackGuardian QA environments and not in production.

What's Changed

  • Update the SDK to support the latest StackGuardian API spec

Full Changelog: v1.0.0-beta-2...v1.0.0-beta-3

v1.0.0-beta-2

15 Oct 10:40
53952bb
Compare
Choose a tag to compare
v1.0.0-beta-2 Pre-release
Pre-release

Disclaimer: This version of the StackGuardian Go SDK is currently in pre release and is intended for use with StackGuardian QA environments and not in production.

What's Changed

  • Add support for explicit null values for supported fields
  • Updated with the latest SG API spec

Full Changelog: v1.0.0-beta...v1.0.0-beta-2

v1.0.0-beta

01 Oct 11:50
6f261a5
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Disclaimer: This version of the StackGuardian Go SDK is currently in pre release and is intended for use with StackGuardian QA environments and not in production.

What's Changed

Usage

To use this SDK you can run the command below and follow the setup instructions in the README

go get github.com/StackGuardian/sg-sdk-go

Full Changelog: 1.0.0-alpha1...v1.0.0-beta

1.0.0-alpha1

19 Jul 13:24
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

First Alpha release of the StackGuardian SDK for Go. This release includes support for the following APIs:

  • WorkflowRuns.GetWorkflowRun
  • WorkflowRuns.GetWorkflowRuns(Stack)
  • WorkflowRuns.ApproveWorkflowRun
  • WorkflowRuns.ApproveWorkflowRun(Stack)
  • WorkflowRuns.CreateWorkflowRun
  • WorkflowRuns.CreateWorkflowRun(Stack)
  • WorkflowRuns.ListWorkflowRuns
  • WorkflowRuns.ListWorkflowRuns(Stack)
  • WorkflowRuns.GetWorkflowRunLogs
  • WorkflowRuns.GetWorkflowRunLogs(Stack)
  • WorkflowRuns.CancelWorkflowRun
  • WorkflowRuns.DeleteWorkflowRun
  • WorkflowRuns.DeleteWorkflowRun(Stack)
  • Workflow.Read
  • Workflow.List