Skip to content

Commit 1c13285

Browse files
authored
chore: release HAMT v0.9.0 (#1915)
1 parent 4f2c73e commit 1c13285

4 files changed

Lines changed: 41 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num-traits = "0.2"
1818
cid = { workspace = true, features = ["serde-codec"] }
1919
multihash = { workspace = true, features = ["sha2", "sha3", "ripemd"] }
2020
fvm_shared = { version = "4.0.0-alpha.4", path = "../shared", features = ["crypto"] }
21-
fvm_ipld_hamt = { version = "0.8.0", path = "../ipld/hamt" }
21+
fvm_ipld_hamt = { version = "0.9.0", path = "../ipld/hamt" }
2222
fvm_ipld_amt = { version = "0.6.2", path = "../ipld/amt" }
2323
fvm_ipld_blockstore = { version = "0.2.0", path = "../ipld/blockstore" }
2424
fvm_ipld_encoding = { version = "0.4.0", path = "../ipld/encoding" }

ipld/hamt/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Changes to the reference FVM's HAMT implementation.
44

55
## [Unreleased]
66

7+
## 0.9.0 (2023-10-25)
8+
9+
Breaking Changes:
10+
11+
- Remove the `ignore-dead-links` feature.
12+
- Add a new `StartKeyNotFound` variant to the HAMT error type.
13+
14+
Features:
15+
16+
- Implement external iteration via `iter()` and `iter_from(start_key)`.
17+
18+
Fixes:
19+
20+
- Extra-paranoid validation when reading HAMT nodes.
21+
722
## 0.8.0 [2023-08-18)
823

924
Breaking Changes:

ipld/hamt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fvm_ipld_hamt"
33
description = "Sharded IPLD HashMap implementation."
4-
version = "0.8.0"
4+
version = "0.9.0"
55
license = "MIT OR Apache-2.0"
66
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"

0 commit comments

Comments
 (0)