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: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
+
## 3.1.0 - 04-04-2026
2
+
3
+
* Update libredirectionio to 3.1.0
4
+
* Fix potential memory leak when when the agent is no longer available
5
+
* Add directive to enable redirectionio tracing, remove log callback
6
+
7
+
## 3.0.0 - 26-02-2026
8
+
9
+
* Update libredirectionio to 3.0.0
10
+
1
11
## 2.9.1 - 25-07-2025
2
12
3
-
* Correctly clear connections pool after the main pool has been cleaned. In rare cases, excessive log entries were generated due to connections not being correctly cleared from the pool.
13
+
* Correctly clear connections pool after the main pool has been cleaned. In rare cases, excessive log entries were
14
+
generated due to connections not being correctly cleared from the pool.
4
15
5
16
## 2.9.0 - 28-05-2024
6
17
@@ -65,7 +76,8 @@
65
76
* Add the `RedirectionioSetHeader`
66
77
directive - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniosetheader))
67
78
* Add connection pool management options to the `RedirectionioPass` directive: `min_conns`, `keep_conns`, `max_conns`
68
-
and `timeout` - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniopass))
79
+
and
80
+
`timeout` - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniopass))
0 commit comments