File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11## 0.6.0
22
3- - Change ` Event::NewExternalAddr ` and ` Event::ExpiredExternalAddr ` from tuple variants to struct variants
4- that include both local and external addresses. This allows users to correlate which local listen
3+ - Change ` Event::NewExternalAddr ` and ` Event::ExpiredExternalAddr ` from tuple variants to struct variants
4+ that include both local and external addresses. This allows users to correlate which local listen
55 address was mapped to which external address.
66 - ` Event::NewExternalAddr ` now contains ` local_addr ` and ` external_addr ` fields
77 - ` Event::ExpiredExternalAddr ` now contains ` local_addr ` and ` external_addr ` fields
88 See [ PR 6121] ( https://github.com/libp2p/rust-libp2p/pull/6121 ) .
99
10- ## 0.5.1
11-
1210- Skip port mapping when an active port mapping is present.
13- Previously, the behavior would skip creating new mappings if any mapping
14- (active or inactive or pending) existed for the same port. Now it correctly only
11+ Previously, the behavior would skip creating new mappings if any mapping
12+ (active or inactive or pending) existed for the same port. Now it correctly only
1513 checks active mappings on the gateway.
1614 See [ PR 6127] ( https://github.com/libp2p/rust-libp2p/pull/6127 ) .
1715
You can’t perform that action at this time.
0 commit comments