Skip to content

Releases: trailofbits/rfc3161-client

v0.1.2

11 Dec 18:59
9530092
Compare
Choose a tag to compare

Changed

  • Moved maturin dependency from main project dependencies to development dependencies
    since it's only needed for development tasks (88)

  • Relax cryptography version requirement (91)

v0.1.1

10 Dec 15:42
cc26c8a
Compare
Choose a tag to compare

What's Changed

Changed

  • rfc3161-client release 0.1.0 was previously published and yanked on PyPI, preventing republication (#85)

v0.1.0

10 Dec 12:54
b491b11
Compare
Choose a tag to compare

What's Changed

  • rfc3161-client is now in beta (#82).

v0.0.5

02 Dec 15:33
e016dcc
Compare
Choose a tag to compare

Changed

  • The minimum version of cryptography required is now 44
    (#75)

v0.0.4

19 Nov 17:16
3a3679a
Compare
Choose a tag to compare

Added

  • TimestampResponse now has a as_bytes method to retrieve the original
    request bytes (#62)

Full Changelog: v0.0.3...v0.0.4

v0.0.3

06 Nov 15:29
7745641
Compare
Choose a tag to compare

What's changed

Added

  • Magic method (__eq__ and __repr__) has been added for TimestampResponse and TimestampRequest (#48)

Fixed

  • The CI now correctly builds wheels for Windows (49)

v0.0.2

30 Oct 16:51
02457f7
Compare
Choose a tag to compare

What's Changed

Added

  • Magic methods (__hash__ and __repr__) have been added for TimestampResponse and
    TimestampRequest (#32)
  • VerifierBuilder is now the only way to create a Verifier (#35)

Fixed

  • The version is now correctly sourced from pyproject.toml (#30)
  • The nonce generation no longer fails sporadically (#33)
  • Accuracy now correctly accepts valid inputs and enforce range invariants (#43)
  • Fixes a bug in how TSTInfo was parsed (#45)

Changed

  • The public API is now available directly from the main package module (#36)

Full Changelog: v0.0.1...v0.0.2

v0.0.1: Initial alpha-release

18 Oct 14:51
97da5e4
Compare
Choose a tag to compare
Merge pull request #26 from trailofbits/dm/publish-workflow

Add a Publishing workflow