Skip to content

Releases: cdevents/sdk-go

v0.5.0

12 Mar 21:21
a54a820

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

What's Changed

The SDK v0.5.0 introduces support for CDEvents spec v0.5.0, including support for custom events and links.

Known limitations:

  • The CDEvents spec v0.5.0 contains a bug which will be fixed in v0.5.1. The SDK contains a patch for the spec, so that it could be generated. Because of that, this is marked as a pre-release, a full release for v0.5.x will be made once spec v0.5.1 is out
  • The SDK does not support validation of custom schemas

Features

Misc

  • clean up ci, use go 1.24, apply best practices for ci and general clean up by @cpanato in #107

Dependabot

  • Bump the actions group across 1 directory with 3 updates by @dependabot[bot] in #108
  • update dependencies and bump min go to 1.23 by @cpanato in #110
  • Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #118
  • Bump golang.org/x/crypto from 0.35.0 to 0.45.0 by @dependabot[bot] in #119
  • Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #116
  • Bump github/codeql-action from 3.29.2 to 4.31.2 by @dependabot[bot] in #117
  • Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #115
  • Bump codecov/codecov-action from 4.5.0 to 5.5.1 by @dependabot[bot] in #114

Full Changelog: v0.4.1...v0.5.0

v0.4.1

07 Aug 10:47
d5d4efc

Choose a tag to compare

Implement CDEvents Spec v0.4, including:

  • support for custom events
  • support for custom schemas
  • basic support for links
  • support for multiple spec versions. v0.3 and v0.4 are currently supported

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.1

0.3.2

26 Jun 14:05

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

0.3.1

23 Jun 13:31

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

0.3.0

04 May 12:31
402c2f9

Choose a tag to compare

What's Changed

  • Support for CDEvents v0.3.0
    • ⭐ New Artifact Signed event
    • ⭐ New TestCaseRun, TestSuiteRun and TestOutput events
  • Embed the schemas in generated files by @afrittoli in #48
  • Add support for complex objects in content by @afrittoli in #52

Backward Incompatible Changes

  • 🚨 Old test events have been removed and are no longer supported🚨

Full Changelog: v0.2.0...v0.3.0

v0.2.1

04 Apr 23:07
74100a9

Choose a tag to compare

v0.2.0

29 Mar 18:49

Choose a tag to compare

What's new

  • Support for CDEvents spec v0.2.0 (Incident events)
  • SDK is now generated from schemas hosted in the spec repo
  • SDK now runs tests against the examples defined in the spec repo

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.2

20 Mar 17:29

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Mar 16:55
27c813b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Oct 16:20
5f5c73c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/cdevents/sdk-go/commits/v0.1.0