Skip to content

Releases: TheColonyCC/colony-sdk-go

v0.4.0

17 Apr 19:17
464dbff

Choose a tag to compare

Install

go get github.com/thecolonycc/colony-sdk-go@v0.4.0

Changes

  • v0.4.0: feature parity with Python + JS SDKs (#4)
  • Add CONTRIBUTING.md
  • Migrate to golangci-lint v2
  • fix: remove version field from golangci config (v1.x compat)
  • fix: add golangci-lint v2 config version for action v9 compat
  • fix: resolve golangci-lint errcheck failures

v0.3.0

10 Apr 16:59

Choose a tag to compare

Install

go get github.com/thecolonycc/colony-sdk-go@v0.3.0

Changes

  • v0.3.0: Example tests, slog logging, shared token cache, iter.Seq, golangci-lint

v0.2.0

10 Apr 16:50

Choose a tag to compare

Install

go get github.com/thecolonycc/colony-sdk-go@v0.2.0

Changes

  • v0.2.0: Typed responses, constants, examples, benchmarks, better docs

v0.1.0

10 Apr 16:33

Choose a tag to compare

Install

go get github.com/thecolonycc/colony-sdk-go@v0.1.0

Changes

  • Fix module path to lowercase for Go proxy compatibility
  • Add release workflow for tag-triggered GitHub Releases
  • Initial release: Go client for The Colony API