Releases: StackGuardian/sg-sdk-go
v1.0.0
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
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
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
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 SDK with the new API spec by @larisoncarvalho in #2
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
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