Releases: microsoft/merklecpp
Releases · microsoft/merklecpp
merklecpp 1.1.3
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
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
What's Changed
- Fix path serialised_size calculation by @achamayou in #20
Full Changelog: v1.1.0...v1.1.1
merklecpp 1.1.0
merklecpp 1.0.1
What's Changed
- Add function to zero out all the bytes in a Hash by @ashamis in #9
- Fix documentation build by @wintersteiger in #10
- Fix example in the README by @achamayou in #12
- Add more generous vector bounds checks. Fixes #13. by @wintersteiger in #14
New Contributors
- @ashamis made their first contribution in #9
- @achamayou made their first contribution in #12
Full Changelog: v1.0.0...v1.0.1
merklecpp 1.0.0
This is the inaugural release of merklecpp.