Skip to content

Releases: microsoft/merklecpp

merklecpp 1.1.3

05 Jun 16:52
3cbfd3c

Choose a tag to compare

What's Changed

  • Use direct hex decoding for hash strings by @Copilot in #33

Full Changelog: v1.1.2...v1.1.3

merklecpp 1.1.2

05 Jun 12:14
104a9de

Choose a tag to compare

What's Changed

  • Typo fix by @heidihoward in #21
  • Update GHA actions version pins by @achamayou in #22
  • Simplify CI workflow by removing Ubuntu 20.04 and Clang 15 by @achamayou in #27
  • Potential fix for code scanning alert no. 8: Workflow does not contain permissions by @achamayou in #24
  • Potential fix for code scanning alert no. 7: Workflow does not contain permissions by @achamayou in #25
  • Potential fix for code scanning alert no. 6: Workflow does not contain permissions by @achamayou in #26
  • Remove all mbedtls references from the codebase by @Copilot in #28
  • Add SHA-384 and SHA-512 support with OpenSSL hash functions and tests by @Copilot in #29
  • Add CMake clang-tidy integration, enable in CI, and fix all clang-tidy errors by @Copilot in #30
  • test: add HashT unit tests covering constructors, methods, and error paths by @Copilot in #31
  • Add direct coverage for serialization helpers and tree boundaries by @Copilot in #32

New Contributors

  • @heidihoward made their first contribution in #21
  • @Copilot made their first contribution in #28

Full Changelog: v1.1.1...v1.1.2

merklecpp 1.1.1

15 Dec 11:11
30d1dc7

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

merklecpp 1.1.0

18 Aug 16:32
1a8a3a0

Choose a tag to compare

What's Changed

  • Update from clang-8 to clang-11 and Ubuntu 18.04 to 20.04 by @jumaffre in #16
  • Support for OpenSSL 3.1 and remove sha256_compress_openssl API by @jumaffre in #17
  • Update CI to actions/checkout@v3 by @jumaffre in #18

Full Changelog: v1.0.1...v1.1.0

merklecpp 1.0.1

10 Oct 12:25
2f3853d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

merklecpp 1.0.0

09 Mar 16:44
5b2be38

Choose a tag to compare

This is the inaugural release of merklecpp.