Skip to content

Releases: facebook/akd

v0.12.0-pre.2

27 Mar 03:06
0094631

Choose a tag to compare

v0.12.0-pre.2 Pre-release
Pre-release

What's Changed

  • Fixing prefix-checking comment in non-membership proof verification by @kevinlewi in #419
  • Adding audit report link by @kevinlewi in #420
  • Small fixes to the READMEs and CLI help messages by @haochenuw in #426
  • Implemented AsyncInMemoryDatabase::set in terms of ::batch_set by @cryo28 in #427
  • Add documentation around HistoryParams insecure options by @kevinlewi in #428
  • Update tombstone API to minimize DB ops by @afterdusk in #429
  • Support pre-release version numbers in deploy script by @afterdusk in #431

Full Changelog: v0.11.0...v0.12.0-pre.2

v0.11.0

27 Oct 14:48
85beb07

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

21 Sep 23:51
7a99631

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

21 Aug 17:36
be1055e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.9...v0.9.0

v0.8.9

15 Mar 14:06
29d68a7

Choose a tag to compare

Version 0.8.9 is released!

There is only 1 major change in this release, which is an opt-out optimization on batch-retrieval of nodes for lookup proof generation. In this case, we can reduce the tree-walk to 2 batch-gets of nodes in order to assist generating lookup proofs faster.

Full Changelog: v0.8.8...v0.8.9

v0.8.8

30 Jan 00:20
f1a7334

Choose a tag to compare

Version 0.8.8 is released!

This version contains optimizations for audit proof generation. It adds support for parallelization of the audit proof generation along with disabling cache cleaning in audit proof generation.

v0.8.7

18 Jan 16:58
558cfe7

Choose a tag to compare

  1. More naming cleanups + reorganization #342 #345 #346 #348
  2. Cleanup of unwrap()s in the codebase #343
  3. Use AzksValue as node value instead of Digest #347
  4. Preloading optimizations in history proofs #351

Full Changelog: v0.8.6...v0.8.7

v0.8.6

12 Jan 01:03
b2838ae

Choose a tag to compare

  1. Big naming cleanups #335, #338, #339
  2. Ability to mock the Database trait #333
  3. Fix in history proof validations #338
  4. Moving in-memory testing/audit database to DashMap for better parallel performance #340
  5. A auditor user-interface based on iced in Rust #280
  6. Code-coverage CI #341

Full Changelog: v0.8.5...v0.8.6

v0.8.5

04 Jan 00:11
3a353e7

Choose a tag to compare

What's Changed

  1. Avoid looking up previous version of nodes that are new #331

Full Changelog: v0.8.4...v0.8.5

v0.8.4

02 Jan 09:58
135ffbe

Choose a tag to compare

This is a stub release due to a failed publish at v0.8.3. Please see the v0.8.3 release for a proper changelog.

Full Changelog: v0.8.2...v0.8.4