Releases: ipfs/someguy
Releases · ipfs/someguy
v0.5.3
v0.5.2
v0.5.1
v0.5.0
What's Changed
- Added support for IPIP-484 which allows filtering network transports (addresses) and transfer protocols (bitswap, etc) in /routing/v1/ responses by @2color in #82
- Upgrade to go-libp2p 0.36.5
- Upgrade to Boxo v0.24.0
Full Changelog: v0.4.2...v0.5.0
This release was brought to you by the Shipyard team.
v0.4.2
Fixed
- go-libp2p-kad-dht v0.26.1 fixes a bug where
FindPeer
did not return results for peers behind NAT which only have p2p-circuit multiaddrs. #80
Full Changelog: v0.4.1...v0.4.2
This release was brought to you by the Shipyard team.
v0.4.1
Added
SOMEGUY_LIBP2P_LISTEN_ADDRS
config environment variable for customizing the interfaces, ports, and transports of the libp2p host created by someguy. #79
Fixed
- enabled NAT port map and Hole Punching to increase connectivity in non-public network topologies
Full Changelog: v0.4.0...v0.4.1
This release was brought to you by the Shipyard team.
v0.4.0
Changed
Fixed
- libp2p identify agentVersion correctly indicates someguy version
Full Changelog: v0.3.0...v0.4.0
This release was brought to you by the Shipyard team.
v0.3.0
Changed
- boxo 0.21
routing/http
fixes (release notes) - go-libp2p 0.35
Fixed
--version
now includes the release tagstart
command supports a graceful shutdown and improved handling of interrupt signals
What's Changed
- refactor(ci): automate docker releases on tag pushes by @galargh in #71
- chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #75
- chore: update dependencies by @lidel in #72
- fix: --version flag includes release version by @lidel in #74
- fix: graceful shutdown and interrupt handling by @lidel in #73
Full Changelog: v0.2.3...v0.3.0
This release was brought to you by the Shipyard team.
v0.2.3
Changed
- The resource manager's defaults have been improved based on Rainbow's and Kubo's defaults. In addition, you can now customize a few options using flags, or environment variables.
What's Changed
Full Changelog: v0.2.2...v0.2.3
This release was brought to you by the Shipyard team.