Releases: notaryproject/notation-core-go
Releases · notaryproject/notation-core-go
v1.0.0-rc.3
What's Changed
- Added CODEOWNERS and MAINTAINERS files by @toddysm in #118
- fix: fix the CODEOWNERS format issue by @yizha1 in #123
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 by @dependabot in #122
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #131
- build: shift Go support window to [1.19, 1.20] by @kody-kimberl in #135
- feat: adding OCSP revocation implementation by @kody-kimberl in #134
- fix: change OCSP hash and encoding by @kody-kimberl in #141
New Contributors
- @toddysm made their first contribution in #118
- @yizha1 made their first contribution in #123
- @kody-kimberl made their first contribution in #135
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
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
What's Changed
- Lazily create certificates by @priteshbandi in #91
- feat: update go-cose to RC.2 by @JeyJeyGao in #94
- update: enabled cose to verify time in Tag1 Datetime format by @patrickzheng200 in #95
- update: validate Tag1 Datetime CBOR object by @patrickzheng200 in #98
Full Changelog: v0.2.0-beta.1...v1.0.0-rc.1
v0.2.0-beta.1
What's Changed
- Update KU and EKU requirements by @priteshbandi in #86
- update: updated COSE extended attributes logic by @patrickzheng200 in #89
- Removing signingTime verification as its done by notation-go during TS/TP evaluation by @priteshbandi in #87
Full Changelog: v0.1.0-alpha.4...v0.2.0-beta.1
v0.1.0-alpha.4
What's Changed
- refactor: refactor envelope and signer to support cose by @binbin-li in #53
- Revert "refactor: refactor envelope and signer to support cose" by @shizhMSFT in #67
- feat: update to go 1.18 by @JeyJeyGao in #66
- refactor!: refactor code to support more signature envelopes by @shizhMSFT in #72
- Allows signing with self-signed certificate by @priteshbandi in #77
- refactor: refactor comments by @binbin-li in #78
- feat: added COSE envelope implementation by @patrickzheng200 in #75
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
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
- @rgnote made their first contribution in #1
- @jondonas made their first contribution in #2
- @Wwwsylvia made their first contribution in #9
- @priteshbandi made their first contribution in #11
- @junczhuMSFT made their first contribution in #19
- @shizhMSFT made their first contribution in #21
- @chloeyin made their first contribution in #20
- @dependabot made their first contribution in #14
Full Changelog: https://github.com/notaryproject/notation-core-go/commits/v0.1.0-alpha.3