Skip to content

Commit 18c461a

Browse files
authored
chore: release v0.10.0 (#120)
1 parent b1bf310 commit 18c461a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,24 @@ The following emojis are used to highlight certain changes:
1717

1818
### Changed
1919

20-
- Updated to [Go 1.25](https://go.dev/doc/go1.25)
21-
- When `SOMEGUY_HTTP_BLOCK_PROVIDER_ENDPOINTS` are configured but no `SOMEGUY_HTTP_BLOCK_PROVIDER_PEERIDS` are configured, synthetic PeerIDs will now be autogenerated. These are deterministic placeholders derived from endpoint URLs, used only for routing system compatibility with HTTP-based trustless gateways - no libp2p cryptographic operations are performed with these IDs
22-
2320
### Removed
2421

2522
### Fixed
2623

2724
### Security
2825

26+
## [v0.10.0]
27+
28+
### Added
29+
30+
- Automatic generation of peer IDs for HTTP block providers when not explicitly configured ([#117](https://github.com/ipfs/someguy/pull/117))
31+
- When `SOMEGUY_HTTP_BLOCK_PROVIDER_ENDPOINTS` are configured but no `SOMEGUY_HTTP_BLOCK_PROVIDER_PEERIDS` are configured, synthetic PeerIDs will now be autogenerated. These are deterministic placeholders derived from endpoint URLs, used only for routing system compatibility with HTTP-based trustless gateways - no libp2p cryptographic operations are performed with these IDs
32+
33+
### Changed
34+
35+
- Modernized Docker build configuration ([#118](https://github.com/ipfs/someguy/pull/118))
36+
- Updated to Go 1.24/1.25 ([#115](https://github.com/ipfs/someguy/pull/115), [#118](https://github.com/ipfs/someguy/pull/118))
37+
2938
## [v0.9.1]
3039

3140
### Added

version.json

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

0 commit comments

Comments
 (0)