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
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,27 @@ The following emojis are used to highlight certain changes:

### Added

- AutoConf support: automatic configuration of bootstrap peers and delegated routing endpoints ([#123](https://github.com/ipfs/someguy/pull/123)). When enabled (default), the `auto` placeholder is replaced with network-recommended values.
- All endpoint flags (`--provider-endpoints`, `--peer-endpoints`, `--ipns-endpoints`) default to `auto`
- See [environment-variables.md](docs/environment-variables.md#someguy_autoconf) for configuration details
- Added `/routing/v1/peers/closest/{key}` endpoint implementing [IPIP-476](https://github.com/ipfs/specs/pull/476)
### Changed

### Removed

### Fixed

### Security

## [v0.11.0] - 2025-11-20

### Added

- Added support for [IPIP-476](https://github.com/ipfs/specs/pull/476): `/routing/v1/peers/closest/{key}` endpoint for finding DHT-closest peers ([#124](https://github.com/ipfs/someguy/pull/124), [#127](https://github.com/ipfs/someguy/pull/127))
- Returns DHT-closest peers to a given CID or PeerID
- Accepts both CID and legacy PeerID formats (e.g., `12D3KooW...`)
- Uses WAN DHT only for more reliable results
- Includes cached addresses in results when available
- Properly returns HTTP 500 when DHT is disabled
- AutoConf support: automatic configuration of bootstrap peers and delegated routing endpoints ([#123](https://github.com/ipfs/someguy/pull/123)). When enabled (default), the `auto` placeholder is replaced with network-recommended values.
- All endpoint flags (`--provider-endpoints`, `--peer-endpoints`, `--ipns-endpoints`) default to `auto`
- See [environment-variables.md](https://github.com/ipfs/someguy/blob/main/docs/environment-variables.md#someguy_autoconf) for configuration details

### Changed

Expand All @@ -35,6 +48,8 @@ The following emojis are used to highlight certain changes:

### Fixed

- Fixed multiple race conditions and deadlocks in iterator implementations ([#119](https://github.com/ipfs/someguy/pull/119))

### Security

## [v0.10.0]
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.10.0"
"version": "v0.11.0"
}