You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-12
Original file line number
Diff line number
Diff line change
@@ -29,21 +29,17 @@ The following emojis are used to highlight certain changes:
29
29
### Changed
30
30
31
31
-`go-libp2p` dependency updated to [v0.36 (release notes)](https://github.com/libp2p/go-libp2p/releases/tag/v0.36.1)
32
-
-`bitswap/server` minor memory use and performance improvements
33
-
-`bitswap` unify logger names to use uniform format bitswap/path/pkgname
34
-
-`gateway` now always returns meaningful cache-control headers for generated HTML listings of UnixFS directories
35
-
- generate random test data using `ipfs/go-test` instead of internal util code
36
-
37
-
### Removed
38
-
39
-
-`util` logic for generating random test data moved to [`ipfs/go-test/random`](https://github.com/ipfs/go-test)
32
+
-`bitswap/server` minor memory use and performance improvements [#634](https://github.com/ipfs/boxo/pull/634)
33
+
-`bitswap` unify logger names to use uniform format bitswap/path/pkgname [#637](https://github.com/ipfs/boxo/pull/637)
34
+
-`gateway` now always returns meaningful cache-control headers for generated HTML listings of UnixFS directories [#643](https://github.com/ipfs/boxo/pull/643)
35
+
-`util` generate random test data using `ipfs/go-test` instead of internal util code [#638](https://github.com/ipfs/boxo/pull/638)
40
36
41
37
### Fixed
42
38
43
-
-`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.
44
-
-`bitswap/client` fix memory leak in BlockPresenceManager due to unlimited map growth.
45
-
-`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
46
-
-`bitswap`: wantlist overflow handling now cancels existing entries to make room for newer entries. This fix prevents the wantlist from filling up with CIDs that the server does not have.
39
+
-`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.[#630](https://github.com/ipfs/boxo/pull/630)
40
+
-`bitswap/client` fix memory leak in BlockPresenceManager due to unlimited map growth.[#636](https://github.com/ipfs/boxo/pull/636)
41
+
-`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[#651](https://github.com/ipfs/boxo/pull/651)
42
+
-`bitswap`: wantlist overflow handling now cancels existing entries to make room for newer entries. This fix prevents the wantlist from filling up with CIDs that the server does not have.[#629](https://github.com/ipfs/boxo/pull/629)
0 commit comments