Skip to content

Commit c2f2990

Browse files
committed
chore(release): prepare 3.1.0 release
1 parent ca2e27b commit c2f2990

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
111
## 2.9.1 - 25-07-2025
212

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.
415

516
## 2.9.0 - 28-05-2024
617

@@ -65,7 +76,8 @@
6576
* Add the `RedirectionioSetHeader`
6677
directive - ([see the documentation](https://redirection.io/documentation/developer-documentation/apache-module#redirectioniosetheader))
6778
* 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))
6981

7082
## 2.1.0 - 02-02-2021
7183

0 commit comments

Comments
 (0)