Skip to content

v1.0.0

Compare
Choose a tag to compare
@marcelamelara marcelamelara released this 22 Mar 16:15
· 321 commits to main since this release
ee16c68

v1.0 Release

Our first major release introduces new primitives, basic tooling and guidelines for contributing new predicates types. We also made significant updates to the DigestSet type and extension fields.

What's New

DISCLAIMER: The protobuf definitions and Golang bindings will not be considered stable until the v1.1 tagged release. Use at your own risk.

Updates

  • Add dirHash1, gitCommit, gitTree, etc. to the list of pre-defined algorithms for DigestSet
  • Specify lowercase-hex encoding for standard algorithms only
  • Relax requirements for Statement subject name
  • Updated rules for extension fields and unrecognized fields
  • Documentation updates

New Predicate Types

Since v0.1, we have added three predicate types to our catalog. Please note that predicates are versioned independently from the in-toto attestation spec.

Thanks

Thank you to all contributors to this release!

Full Changelog: v0.1.0...v1.0