Skip to content

Commit 2719dc4

Browse files
changelog update
1 parent 543c0e1 commit 2719dc4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

network-mux/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Bearer writeMany function for vector IO
77
* An optional read buffer for Bearer
88
* Polling of the egress queue
9+
* run, miniProtocolJob, monitor now accept Tracers record
10+
instead of `Tracer m Trace` type.
911

1012
### Non-breaking changes
1113
* Define msHeaderLength instead of using '8'

ouroboros-network-framework/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
### Breaking changes
88

9+
* IG performance related improvements changing to interfaces of
10+
* IG `with` and `Arguments`
11+
* CM `with` and `Arguments`
12+
* Server `with` and `Arguments`
13+
* Deleted `InboundGovernor.Event` module and moved to InboundGovernor:
14+
* `NewConnectionInfo`, `Event`, `EventSignal`, `Terminated`, `firstPeerCommitRemote`
15+
* signature of `makeConnectionHandler`
16+
* moved `InboundGovernorInfoChannel` to IG from InformationChannel
17+
and changed its type to contain `Event`'s.
18+
919
## 0.17.0.0 -- 2025-02-25
1020

1121
### Breaking changes

0 commit comments

Comments
 (0)