Skip to content

Commit

Permalink
feat(libredirectionio): prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed May 17, 2024
1 parent 2181bca commit c158c26
Showing 1 changed file with 40 additions and 35 deletions.
75 changes: 40 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.11.1 - 17-05-2024

* Fix request time in proxy log to work with millisecond precision

## 2.11.0 - 27-02-2024

* Fix wasm integration by removing call to `SystemTime::now` which is not available in wasm
Expand All @@ -10,80 +14,81 @@

## 2.10.0 - 06-02-2024

* Updated dependencies
* Fix request time in log
* Add backend duration to log
* Updated dependencies
* Fix request time in log
* Add backend duration to log

## 2.9.0 - 02-10-2023

* Updated dependencies
* Improve memory usage in router
* Improve performance when creating a router
* Improve performance when using html filters
* Updated dependencies
* Improve memory usage in router
* Improve performance when creating a router
* Improve performance when using html filters

## 2.8.0 - 26-05-2023

* 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
* 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.1 - 23-03-2023

* Add optional features to libredirectionio, to allow better compilation on wasm target
* Add optional features to libredirectionio, to allow better compilation on wasm target

## 2.7.0 - 20-03-2023

* Add new trigger support for date, time and date time
* Add new trigger support for date, time and date time

## 2.6.0 - 08-03-2023

* 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
* 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 - 24-11-2022

* Fix a bug in wasm target compilation that make it impossible to compile
* Fix a bug in wasm target compilation that make it impossible to compile

## 2.5.1 - 23-11-2022

* 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
* 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-10-2022

* Add support for gzip compression in body filter
* Hardened error handling in body filter
* Add support for gzip compression in body filter
* Hardened error handling in body filter

## 2.4.0 - 07-07-2022

* Update crate to publish on crates.io
* Update crate to publish on crates.io

## 2.3.0 - 13-04-2022

* Add support to trigger on specific ip address
* Add variable feature which allow using request properties in action values
* Add append/prepend/replace text content
* Fix cases when an url could not be parsed
* Fix wrong rule ids reported in log or header
* Add support to trigger on specific ip address
* Add variable feature which allow using request properties in action values
* Add append/prepend/replace text content
* Fix cases when an url could not be parsed
* Fix wrong rule ids reported in log or header

## 2.2.0 - 21-04-2021

* Add cache support for cloudflare worker
* Add cache support for cloudflare worker

## 2.1.1 - 16-03-2021

* Dependencies update
* Dependencies update

## 2.1.0 - 02-02-2021

* Allow to globally ignore and copy specific query parameter
* Add client ip to log
* Extract ip from forwraded header in log
* Allow to globally ignore and copy specific query parameter
* Add client ip to log
* Extract ip from forwraded header in log

## 2.0.0 - 11-01-2021

* Initial stable version of libredirectionio
* Initial stable version of libredirectionio

0 comments on commit c158c26

Please sign in to comment.