Skip to content

Releases: notaryproject/notation-core-go

v1.0.0-rc.2

15 Feb 22:35
78f2ec9
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3 by @dependabot in #100
  • remove!: clean up time stamping code by @shizhMSFT in #102
  • build(deps): bump github.com/veraison/go-cose from 1.0.0-rc.2 to 1.0.0 by @dependabot in #105
  • fix: move signaturetest to internal package by @JeyJeyGao in #103
  • fix: updated error messages for certificate chain validation in x509 package by @patrickzheng200 in #120

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

v1.0.0-rc.1

07 Dec 02:33
3022517
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-beta.1...v1.0.0-rc.1

v0.2.0-beta.1

01 Nov 06:00
3033a42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.4...v0.2.0-beta.1

v0.1.0-alpha.4

04 Oct 00:35
b5df54c
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

v0.1.0-alpha.3

16 Aug 05:21
17e2d18
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

Documentation

notation-core-go contains support for Notary v2 signature envelope, and format specific implementation.

What's Changed

  • Add x509 parsing utilities by @rgnote in #1
  • Fix package name and add DER parsing support by @rgnote in #3
  • Add method to verify certificate chain by @jondonas in #2
  • moving TSA timestamping and internal crypto utils from notation-go by @rgnote in #5
  • Add CodeQL Security Scanning by @Wwwsylvia in #9
  • Set up dependabot by @Wwwsylvia in #10
  • Remove opencontainer dependency for timestamping code by @priteshbandi in #11
  • Setup Github workflow by @Wwwsylvia in #8
  • Fix workflow by @Wwwsylvia in #13
  • Abstract out signature generation and verification to SignatureEnvelope by @priteshbandi in #7
  • Update SignatureProvider to also return certificate chain and other minor changes. by @priteshbandi in #15
  • Add CA and leaf cert validations by @jondonas in #12
  • Migrate to codecov.io by @junczhuMSFT in #19
  • Add more badges to README.md by @shizhMSFT in #21
  • fix hash function name according to the spec by @chloeyin in #20
  • Implement signing scheme. by @priteshbandi in #17
  • Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by @dependabot in #14

New Contributors

Full Changelog: https://github.com/notaryproject/notation-core-go/commits/v0.1.0-alpha.3