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
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,27 @@ The following emojis are used to highlight certain changes:
15
15
16
16
### Added
17
17
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
- 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))
22
31
- Returns DHT-closest peers to a given CID or PeerID
23
32
- Accepts both CID and legacy PeerID formats (e.g., `12D3KooW...`)
24
33
- Uses WAN DHT only for more reliable results
25
34
- 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
26
39
27
40
### Changed
28
41
@@ -35,6 +48,8 @@ The following emojis are used to highlight certain changes:
35
48
36
49
### Fixed
37
50
51
+
- Fixed multiple race conditions and deadlocks in iterator implementations ([#119](https://github.com/ipfs/someguy/pull/119))
0 commit comments