Releases: repsheet/repsheet-nginx
Releases · repsheet/repsheet-nginx
3.1.0
This release accounts for the release of librepsheet 6.0.0.
3.0.0
This release takes advantage of the request timeout code added to librepsheet 5.0.0. It adds a new configuration directive repsheet_redis_read_timeout
which when set introduces a Redis request timeout in milliseconds. The repsheet_redis_timeout
directive has been changed to repsheet_redis_connection_timeout
to be more specific about what it is actually doing.
The X-Forwarded-For parsing code was moved to librepsheet and is now just extract and handle code in the module.
2.3.0
This version is a compatibility release against librepsheet 4.1.0
2.2.1
When I added IPv6 support I forgot to replace the initial string separation that was taking place. This mean that the only strings that would pass were single address strings. Please immediately replace 2.2.0 with this version.
2.2.0
This release adds support for IPv6 addresses.
2.1.0
This release contains a few bug fixes. The most notable is that header processing was not functioning correctly due to a misunderstanding of how it treated the data. If you rely on this feature, you should upgrade as soon as possible.
2.0.0
This release is mostly performance improvements based on an updated librepsheet. There are some breaking configuration changes so the major version number was bumped. See README.md for details.