Skip to content

Commit 98ceed4

Browse files
committed
..
1 parent e127f20 commit 98ceed4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.changeset/shared_utilities_to_handle_vrl_expressions.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
---
2-
default: patch
2+
default: minor
33
---
44

5-
# Shared utilities to handle VRL expressions
5+
# Breaking
6+
7+
Removed `pool_idle_timeout_seconds` from `traffic_shaping`, instead use `pool_idle_timeout` with duration format.
8+
9+
```diff
10+
traffic_shaping:
11+
- pool_idle_timeout_seconds: 30
12+
+ pool_idle_timeout: 30s
13+
```
614

715
#540 by @ardatan
816

0 commit comments

Comments
 (0)