Skip to content

Commit

Permalink
docs: clarify 404 use case
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jul 30, 2024
1 parent e372bc6 commit 2b6f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following emojis are used to highlight certain changes:

### Fixed

- `boxo/gateway` now returns 404 Status Not Found instead of 500 when the requested data cannot be found, without a fallback on bitswap or similar restriction.
- `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.
- `bitswap/client` fix memory leak in BlockPresenceManager due to unlimited map growth.

### Security
Expand Down

0 comments on commit 2b6f29f

Please sign in to comment.