libp2p: v2.4.0
2.4.0 (2024-12-09)
Features
- add append announce addresses (#2834) (b248eef)
- allow adding external ip/port mapping (#2836) (6ddc1b8)
- Use CIDR format for connection-manager allow/deny lists (#2783) (48e9cfa)
Bug Fixes
- confirm dns mappings with ip mappings (#2861) (0f87479)
- ensure user dial signals are respected (#2842) (bc90b4f)
- handle router mappings of mixed IP version (#2858) (f28c31d)
- limit observed addresses in address manager (#2869) (06f79b6)
- remove browser dial filter (#2838) (d6cd25d)
- require confirmation of global unicast addresses (#2876) (92cc740)
- require external confirmation of public addresses (#2867) (d19974d)
- trigger self:peer:update when ip/dns mappings change (#2839) (4a85eb0)
- update agent version (#2845) (4761dd7)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @libp2p/crypto bumped from ^5.0.7 to ^5.0.8
- @libp2p/interface bumped from ^2.2.1 to ^2.3.0
- @libp2p/interface-internal bumped from ^2.1.1 to ^2.2.0
- @libp2p/logger bumped from ^5.1.4 to ^5.1.5
- @libp2p/multistream-select bumped from ^6.0.9 to ^6.0.10
- @libp2p/peer-collections bumped from ^6.0.12 to ^6.0.13
- @libp2p/peer-id bumped from ^5.0.8 to ^5.0.9
- @libp2p/peer-store bumped from ^11.0.12 to ^11.0.13
- @libp2p/utils bumped from ^6.2.1 to ^6.3.0
- dependencies