Releases: redirectionio/libapache2-mod-redirectionio
Releases · redirectionio/libapache2-mod-redirectionio
2.3.0 Beta 1
- Allow configuring
RedirectionioTrustedProxiesfor correct ip trigger matching - Support ip trigger (require 2.3 agent)
- Support serving a txt file (require 2.3 agent)
- Support disabling log redirection with a rule (require 2.3 agent)
Full Changelog: 2.2.0...2.3.0-beta1
2.2.0
- added the
RedirectionioSetHeaderdirective - (see the documentation) - added connection pool management options to the
RedirectionioPassdirective:min_conns,keep_conns,max_connsandtimeout- (see the documentation)
2.1.0
2.1.0 Beta 2
- Try to run redirectionio module before any content handler
2.1.0 Beta 1
- Add support to pass client ip in log
- Extract ip from forwarded header for log
2.0.0
2.0.0 Beta 13
- Support sending multiple rule ids in log
2.0.0 Beta 12
- Fix endless loop on bad header
2.0.0 Beta 11
- Use byte array for body to better support binary body
2.0.0 Beta 10
- Run filters before content set, so body can be modified if gzipped