Skip to content

Commit a0b92e2

Browse files
Remove ConnectionMode from the behind firewall changelog fragment
1 parent 09c19d2 commit a0b92e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ouroboros-network/changelog.d/20251108_101451_edgr_behind_firewall.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ For top level release notes, leave all the headers commented out.
88
### Breaking
99

1010
- Changed the type of `localRoots` to `LocalRoots`.
11-
- Modified `AcquireOutboundConnection` to include an additional parameter: `ConnectionMode`.
12-
- `acquireOutboundConnectionImpl` only creates a new connection if the `ConnectionMode` function permits it.
11+
- Modified `AcquireOutboundConnection` to include an additional parameter: `Provenance`.
12+
- `acquireOutboundConnectionImpl` only creates a new connection if `Provenance` permits it.
1313
- `jobPromoteColdPeer` only creates a new connection if no inbound connection is found and the peer is not behind a firewall.
1414

1515
### Non-Breaking
@@ -18,5 +18,4 @@ For top level release notes, leave all the headers commented out.
1818
- `rootConfig` of type `RootConfig`
1919
- `behindFirewall` of type `Bool`
2020
- Added `localRootBehindFirewall` field to `LocalRootConfig`.
21-
- Added a new sum type: `ConnectionMode`.
2221
- Added a new constructor `InboundConnectionNotFound` for `ConnectionManagerError`.

0 commit comments

Comments
 (0)