Skip to content

Commit c158c26

Browse files
committed
feat(libredirectionio): prepare release
1 parent 2181bca commit c158c26

File tree

1 file changed

+40
-35
lines changed

1 file changed

+40
-35
lines changed

CHANGELOG.md

+40-35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.11.1 - 17-05-2024
2+
3+
* Fix request time in proxy log to work with millisecond precision
4+
15
## 2.11.0 - 27-02-2024
26

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

1115
## 2.10.0 - 06-02-2024
1216

13-
* Updated dependencies
14-
* Fix request time in log
15-
* Add backend duration to log
17+
* Updated dependencies
18+
* Fix request time in log
19+
* Add backend duration to log
1620

1721
## 2.9.0 - 02-10-2023
1822

19-
* Updated dependencies
20-
* Improve memory usage in router
21-
* Improve performance when creating a router
22-
* Improve performance when using html filters
23+
* Updated dependencies
24+
* Improve memory usage in router
25+
* Improve performance when creating a router
26+
* Improve performance when using html filters
2327

2428
## 2.8.0 - 26-05-2023
2529

26-
* Fix parsing bug in ip address for logs and request matching
27-
* Fix incorrect behavior when matching a request against a response status code
28-
* Add support for excluding methods in request matching
29-
* Add support for excluding response status code in request matching
30+
* Fix parsing bug in ip address for logs and request matching
31+
* Fix incorrect behavior when matching a request against a response status code
32+
* Add support for excluding methods in request matching
33+
* Add support for excluding response status code in request matching
3034

3135
## 2.7.1 - 23-03-2023
3236

33-
* Add optional features to libredirectionio, to allow better compilation on wasm target
37+
* Add optional features to libredirectionio, to allow better compilation on wasm target
3438

3539
## 2.7.0 - 20-03-2023
3640

37-
* Add new trigger support for date, time and date time
41+
* Add new trigger support for date, time and date time
3842

3943
## 2.6.0 - 08-03-2023
4044

41-
* Add support for deflate and brotli compression
42-
* Avoid creating a body filter if there is only compression and no real filters
43-
* Fix supporting host with port
44-
* Add support to trusted proxies in log to avoid collecting their ips
45-
* Support streaming body when there is compression
45+
* Add support for deflate and brotli compression
46+
* Avoid creating a body filter if there is only compression and no real filters
47+
* Fix supporting host with port
48+
* Add support to trusted proxies in log to avoid collecting their ips
49+
* Support streaming body when there is compression
4650

4751
## 2.5.2 - 24-11-2022
4852

49-
* Fix a bug in wasm target compilation that make it impossible to compile
53+
* Fix a bug in wasm target compilation that make it impossible to compile
5054

5155
## 2.5.1 - 23-11-2022
5256

53-
* 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
54-
* Body filters will now only be applied on a correct content-type header
57+
* Ensure order for rules, no rules will always be applied in the same order even if they have the same priority, as they
58+
are sorted by their ID
59+
* Body filters will now only be applied on a correct content-type header
5560

5661
## 2.5.0 - 28-10-2022
5762

58-
* Add support for gzip compression in body filter
59-
* Hardened error handling in body filter
63+
* Add support for gzip compression in body filter
64+
* Hardened error handling in body filter
6065

6166
## 2.4.0 - 07-07-2022
6267

63-
* Update crate to publish on crates.io
68+
* Update crate to publish on crates.io
6469

6570
## 2.3.0 - 13-04-2022
6671

67-
* Add support to trigger on specific ip address
68-
* Add variable feature which allow using request properties in action values
69-
* Add append/prepend/replace text content
70-
* Fix cases when an url could not be parsed
71-
* Fix wrong rule ids reported in log or header
72+
* Add support to trigger on specific ip address
73+
* Add variable feature which allow using request properties in action values
74+
* Add append/prepend/replace text content
75+
* Fix cases when an url could not be parsed
76+
* Fix wrong rule ids reported in log or header
7277

7378
## 2.2.0 - 21-04-2021
7479

75-
* Add cache support for cloudflare worker
80+
* Add cache support for cloudflare worker
7681

7782
## 2.1.1 - 16-03-2021
7883

79-
* Dependencies update
84+
* Dependencies update
8085

8186
## 2.1.0 - 02-02-2021
8287

83-
* Allow to globally ignore and copy specific query parameter
84-
* Add client ip to log
85-
* Extract ip from forwraded header in log
88+
* Allow to globally ignore and copy specific query parameter
89+
* Add client ip to log
90+
* Extract ip from forwraded header in log
8691

8792
## 2.0.0 - 11-01-2021
8893

89-
* Initial stable version of libredirectionio
94+
* Initial stable version of libredirectionio

0 commit comments

Comments
 (0)