Skip to content

Releases: redirectionio/libredirectionio

2.8.0

26 May 13:46
Compare
Choose a tag to compare
  • Fix parsing bug in ip address for logs and request matching
  • Fix incorrect behavior when matching a request against a response status code
  • Add support for excluding methods in request matching
  • Add support for excluding response status code in request matching

2.7.0

20 Mar 14:28
Compare
Choose a tag to compare
  • Add new trigger support for date, time and date time

2.6.0

08 Mar 15:39
Compare
Choose a tag to compare
  • Add support for deflate and brotli compression
  • Avoid creating a body filter if there is only compression and no real filters
  • Fix supporting host with port
  • Add support to trusted proxies in log to avoid collecting their ips
  • Support streaming body when there is compression

2.5.2

28 Nov 08:35
Compare
Choose a tag to compare
  • Fix a bug in wasm target compilation that make it impossible to compile
  • Ensure order for rules, no rules will always be applied in the same order even if they have the same priority, as they are sorted by their ID
  • Body filters will now only be applied on a correct content-type header

2.5.0

28 Oct 14:03
Compare
Choose a tag to compare
feat(test): use tracing instead of fern for agent mock

2.4.0

04 Aug 09:34
Compare
Choose a tag to compare
feat(publish): add instructions to publish the crate, allow to skip f…

…ile generation in build script

2.2.0

21 Apr 09:20
Compare
Choose a tag to compare
  • Add cache supports for cloudflare

2.1.1

16 Mar 07:26
Compare
Choose a tag to compare

Dependencies update

2.1.0

02 Feb 10:28
Compare
Choose a tag to compare
Bump cbindgen from 0.16.0 to 0.17.0 in /clients/libredirectionio

Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.16.0...v0.17.0)

Signed-off-by: dependabot[bot] <support@github.com>

2.1.0 Beta 1

29 Jan 09:57
Compare
Choose a tag to compare
2.1.0 Beta 1 Pre-release
Pre-release
  • Allow to configure how router should behave for
    • Host, header and path case
    • Ignored global query parameters (for marketing purpose: utm_content, utm_source, etc ...)
  • Add support to pass client ip in log
  • Extract ip from forwarded header for log