You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release notes/upcoming.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@ TODO: Intro
2
2
3
3
## New Features!
4
4
5
+
* New option `--no-vu-connection-reuse` that let's users close the connections between iterations of a VU. (#676)
6
+
5
7
### Category: Title (#533)
6
8
7
9
Description of feature.
@@ -13,4 +15,7 @@ Description of feature.
13
15
14
16
## Bugs fixed!
15
17
16
-
* Category: description of bug. (#PR)
18
+
* Category: description of bug. (#PR)
19
+
20
+
## Breaking Changes
21
+
* The `--no-connection-reuse` option has been re-purposed and now disables keep-alive connections globally. The newly added `--no-vu-connection-reuse` option does what was previously done by `--no-connection-reuse` - it closes any open connections between iterations of a VU, but allows for reusing them inside of a single iteration. (#676)
0 commit comments