Skip to content

Commit 11ab1c1

Browse files
committed
docs: boxo v0.22.0
1 parent 831b83e commit 11ab1c1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ The following emojis are used to highlight certain changes:
1818

1919
### Changed
2020

21+
### Removed
22+
23+
### Fixed
24+
25+
### Security
26+
27+
## [v0.22.0]
28+
29+
### Changed
30+
2131
- `go-libp2p` dependency updated to [v0.36 (release notes)](https://github.com/libp2p/go-libp2p/releases/tag/v0.36.1)
2232
- `bitswap/server` minor memory use and performance improvements
2333
- `bitswap` unify logger names to use uniform format bitswap/path/pkgname
@@ -26,14 +36,14 @@ The following emojis are used to highlight certain changes:
2636

2737
### Removed
2838

39+
- `util` logic for generating random test data moved to [`ipfs/go-test/random`](https://github.com/ipfs/go-test)
40+
2941
### Fixed
3042

3143
- `boxo/gateway` now correctly returns 404 Status Not Found instead of 500 when the requested content cannot be found due to offline exchange, gateway running in no-fetch (non-recursive) mode, or a similar restriction that only serves a specific set of CIDs.
3244
- `bitswap/client` fix memory leak in BlockPresenceManager due to unlimited map growth.
3345
- `bitswap/network` fixed race condition when a timeout occurred before hole punching completed while establishing a first-time stream to a peer behind a NAT
3446

35-
### Security
36-
3747
## [v0.21.0]
3848

3949
### Changed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.21.0"
2+
"version": "v0.22.0"
33
}

0 commit comments

Comments
 (0)