Skip to content

Commit f20cd81

Browse files
changelog fragment
1 parent 474a7fc commit f20cd81

3 files changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Breaking
10+
11+
- A bullet item for the Breaking category.
12+
13+
-->
14+
### Non-Breaking
15+
16+
- Integrate weighted fair queue + burst mux
17+
18+
<!--
19+
### Patch
20+
21+
- A bullet item for the Patch category.
22+
23+
-->
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
### Breaking
9+
10+
- Added support for burst and weighted fair queuing:
11+
- Added `wLastSent` and `wBucket` to Wanton
12+
- Introduced `ProtocolBurst` type, holding token bucket size and refill rate
13+
- Added `ProtocolBurst` to `TLSRDemand`
14+
- Added `burst` to `MiniProtocolLimits`. Value of Nothing denotes no burst
15+
ability for the protocol, a Just holds a `ProtocolBurst` value.
16+
- Added `miniProtocolWeight` to `MiniProtocolInfo`, denoting the queue weight
17+
the protocol shares with other protocols of the same weight.
18+
- Enhances 'starvation' test to properly handle weighted fair queueing
19+
20+
-->
21+
<!--
22+
### Non-Breaking
23+
24+
- A bullet item for the Non-Breaking category.
25+
26+
-->
27+
<!--
28+
### Patch
29+
30+
- A bullet item for the Patch category.
31+
32+
-->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Breaking
10+
11+
- A bullet item for the Breaking category.
12+
13+
-->
14+
### Non-Breaking
15+
16+
- Integrate weighted fair queue + burst mux
17+
18+
<!--
19+
### Patch
20+
21+
- A bullet item for the Patch category.
22+
23+
-->

0 commit comments

Comments
 (0)