Skip to content

Commit bcedcb2

Browse files
authored
chore: v0.11.0 release (#128)
- bump version to v0.11.0 - update CHANGELOG with IPIP-476 support, autoconf, and bug fixes - add unreleased section for future changes
1 parent 72b34fb commit bcedcb2

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,27 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18-
- 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.
19-
- All endpoint flags (`--provider-endpoints`, `--peer-endpoints`, `--ipns-endpoints`) default to `auto`
20-
- See [environment-variables.md](docs/environment-variables.md#someguy_autoconf) for configuration details
21-
- Added `/routing/v1/peers/closest/{key}` endpoint implementing [IPIP-476](https://github.com/ipfs/specs/pull/476)
18+
### Changed
19+
20+
### Removed
21+
22+
### Fixed
23+
24+
### Security
25+
26+
## [v0.11.0] - 2025-11-20
27+
28+
### Added
29+
30+
- 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))
2231
- Returns DHT-closest peers to a given CID or PeerID
2332
- Accepts both CID and legacy PeerID formats (e.g., `12D3KooW...`)
2433
- Uses WAN DHT only for more reliable results
2534
- Includes cached addresses in results when available
35+
- Properly returns HTTP 500 when DHT is disabled
36+
- 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.
37+
- All endpoint flags (`--provider-endpoints`, `--peer-endpoints`, `--ipns-endpoints`) default to `auto`
38+
- See [environment-variables.md](https://github.com/ipfs/someguy/blob/main/docs/environment-variables.md#someguy_autoconf) for configuration details
2639

2740
### Changed
2841

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

3649
### Fixed
3750

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

4055
## [v0.10.0]

version.json

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

0 commit comments

Comments
 (0)