All notable changes to this project will be documented in this file.
Note:
- The format is based on Keep a Changelog.
- This project adheres to Semantic Versioning.
The following emojis are used to highlight certain changes:
- 🛠 - BREAKING CHANGE. Action is required if you use this functionality.
- ✨ - Noteworthy change to be aware of.
- default config: restore proxying of all results from IPNI at
cid.contact
#83
- Added support for IPIP-484 which allows filtering network transports (addresses) and transfer protocols (bitswap, etc) in
/routing/v1/
responses. #82
- 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
SOMEGUY_LIBP2P_LISTEN_ADDRS
config environment variable for customizing the interfaces, ports, and transports of the libp2p host created by someguy. #79
- enabled NAT port map and Hole Punching to increase connectivity in non-public network topologies #79
- libp2p identify agentVersion correctly indicates someguy version
- boxo 0.21
routing/http
fixes (release notes) - go-libp2p 0.35
--version
now includes the release tagstart
command supports a graceful shutdown and improved handling of interrupt signals
- 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.
- The
/routing/v1/peers
endpoint correctly filters out private addresses.
- Upgraded Boxo with fix to ensure that
/routing/v1/peers
endpoint accepts all variants of Peer IDs that are seen in the wild.