Skip to content

Commit bc25515

Browse files
changelog update
1 parent c9e8036 commit bc25515

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

network-mux/CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
## next release
44

55
### Breaking changes
6-
* Bearer writeMany function for vector IO
7-
* An optional read buffer for Bearer
8-
* Polling of the egress queue
6+
7+
* run, miniProtocolJob, monitor now accept Tracers record
8+
instead of `Tracer m Trace` type.
99

1010
### Non-breaking changes
11-
* Define msHeaderLength instead of using '8'
12-
* Benchmark for Socket Bearer
13-
* Use ByteString.Builder for the ingress queues
14-
* Signal the kernal that we require at least the full SDU's worth of data
1511

1612
## 0.8.0.1 -- 2025-06-02
1713

@@ -27,6 +23,8 @@
2723

2824
* `MakeBearer` accepts optional `ReadBuffer`
2925
* added fields `egressInterval`, `writeMany`, `batchSize` to `Bearer`
26+
* writeMany provides vector IO, egressInterval supports polling of egress queue
27+
for tuning latency vs. network efficiency
3028
* `socketAsBearer` additionally takes `ReadBuffer`, egress
3129
interval `DiffTime` for egress polling, and batchSize
3230
* changed `IngressQueue` type synonym
@@ -35,6 +33,10 @@
3533
### Non-breaking changes
3634

3735
* added `makeSocketBearer'`, `ReadBuffer`, `withReadBufferIO`
36+
* Define msHeaderLength instead of using '8'
37+
* Benchmark for Socket Bearer
38+
* Use ByteString.Builder for the ingress queues
39+
* Signal the kernal that we require at least the full SDU's worth of data
3840

3941
## 0.7.0.0 -- 2025-02-25
4042

ouroboros-network-framework/CHANGELOG.md

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

55
### Breaking changes
66

7+
* IG performance related improvements changing to interfaces of
8+
* IG `with` and `Arguments`
9+
* CM `with` and `Arguments`
10+
* Server `with` and `Arguments`
11+
* Deleted `InboundGovernor.Event` module and moved to InboundGovernor:
12+
* `NewConnectionInfo`, `Event`, `EventSignal`, `Terminated`, `firstPeerCommitRemote`
13+
* signature of `makeConnectionHandler`
14+
* moved `InboundGovernorInfoChannel` to IG from InformationChannel
15+
and changed its type to contain `Event`'s.
16+
717
### Non-breaking changes
818

919
* Added `terminatingConns` to `ConnectionManagerCounters`

0 commit comments

Comments
 (0)