Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ The following emojis are used to highlight certain changes:

### Added

### Changed

### Removed

### Fixed

### Security

## [v0.13.0] - 2026-05-26

### Added

- `--records-limit` / `SOMEGUY_RECORDS_LIMIT` (default `100`) caps results for `Accept: application/json`, matching the SHOULD-cap in [HTTP Routing v1 §4.1.5](https://specs.ipfs.tech/routing/http-routing-v1/). Set to `0` to disable the cap. [#150](https://github.com/ipfs/someguy/pull/150)
- `--streaming-records-limit` / `SOMEGUY_STREAMING_RECORDS_LIMIT` (default `1000`) caps results for `Accept: application/x-ndjson`. Set to `0` to disable the cap. [#150](https://github.com/ipfs/someguy/pull/150)

Expand All @@ -25,14 +37,10 @@ The following emojis are used to highlight certain changes:
- [go-libp2p-kad-dht v0.40.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.40.0)
- [go-log/v2 v2.9.2](https://github.com/ipfs/go-log/releases/tag/v2.9.2)

### Removed

### Fixed

- JSON delegated routing requests now surface close to the requested number of providers. The boxo server enforces the records limit after filtering, so records without addresses no longer shrink the response below `--records-limit`. [#150](https://github.com/ipfs/someguy/pull/150)

### Security

## [v0.12.0] - 2026-04-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.12.0"
"version": "v0.13.0"
}
Loading