Skip to content

Releases: notaryproject/tspclient-go

v1.0.0

Choose a tag to compare

released this 13 Jan 06:26
543cd58

tspclient-go V1

The robust implementation of RFC 3161 Timestamp Protocol Client in Go.

Key Features

  • RFC 3161 Compliance: Based on the specifications outlined in RFC 3161 for timestamping clients.
  • Secure: Implements secure communication protocols, ensuring integrity and authenticity of timestamps.
  • Reliable: Fully depends on standard Go libraries. Test coverage is as high as 95%.
  • Easy Integration: Designed to be easily integrated into existing Go applications with straightforward API. Supports timestamping with popular public TSAs, such as digicert and globalsign.

What's Changed since v1.0.0-rc.1

  • fix(test): unit test failed on GOARCH=386 by @JeyJeyGao in #41
  • chore: add patch to codecov by @Two-Hearts in #42

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

Vote PASSED [+4 -0]: #43

v1.0.0-rc.1

Choose a tag to compare

released this 06 Dec 00:52
90a141e

Vote PASSED [+4 -0]: #38

What's Changed

  • fix: CMS content type check by @JeyJeyGao in #35
  • fix: add more tsa url sanity check by @Two-Hearts in #37
  • cut!: remove nonce options by @Two-Hearts in #34

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

v0.2.0

Choose a tag to compare

released this 08 Aug 02:05
df25ef8

Vote PASSED [+4 -0]: #31

What's Changed

  • docs: added Issue and PR templates by @Two-Hearts in #28
  • feat: add Format() to timestamp by @Two-Hearts in #30

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

v0.1.0

Choose a tag to compare

released this 10 Jul 02:34
8710340

Vote PASSED [+4 -0]: #27

What's Changed

  • chore: add CODEOWNERS and MAINTAINERS file by @yizha1 in #12
  • ci: add license checker to the repo by @Two-Hearts in #13
  • ci: add code coverage check by @Two-Hearts in #15
  • ci: add dependabot by @Two-Hearts in #16
  • ci: add MAKEFILE and build workflow to the repo by @Two-Hearts in #19
  • feat: ber to der convertor by @JeyJeyGao in #11
  • ci: add codeql checker by @Two-Hearts in #14
  • Updated org maintainers by @toddysm in #21
  • feat: add cms by @JeyJeyGao in #17
  • feat: add tspclient package by @Two-Hearts in #18
  • feat: enhanced output of TSTInfo Validate by @Two-Hearts in #23
  • fix: fix MessageImprint.HashAlgorithm.Parameters by @Two-Hearts in #24
  • docs: updated docs of the library by @Two-Hearts in #25
  • fix(ci): pass CODECOV_TOKEN to reusable-build.yml by @JeyJeyGao in #26

New Contributors

  • @yizha1 made their first contribution in #12
  • @Two-Hearts made their first contribution in #13
  • @JeyJeyGao made their first contribution in #11
  • @toddysm made their first contribution in #21

Full Changelog: https://github.com/notaryproject/tspclient-go/commits/v0.1.0