Tom Moulard
|
707d355d4a
|
Merge branch v2.7 into master
|
2022-04-21 11:40:16 +02:00 |
|
mpl
|
55addfefc8
|
Re-add missing writeheader call in flush
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2022-04-21 10:42:08 +02:00 |
|
mpl
|
0ecd85cc66
|
Fix bug for when custom page is large enough
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2022-04-20 16:42:09 +02:00 |
|
Romain
|
44621ad28c
|
Fix default for buffering middleware
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2022-04-19 15:32:08 +02:00 |
|
Tom Moulard
|
232e2c1e7d
|
Fix regexp handling in redirect middleware
|
2022-04-15 17:24:08 +02:00 |
|
Adrian Lai
|
71150bcaaf
|
Allow config of additonal CircuitBreaker params
|
2022-04-05 12:30:08 +02:00 |
|
Josh Soref
|
819de02101
|
Spelling
|
2022-02-21 12:40:09 +01:00 |
|
Ludovic Fernandez
|
371b6e3c86
|
chore: update linter
|
2022-02-15 14:56:53 +01:00 |
|
Ludovic Fernandez
|
d9fbb5e25c
|
Use CNAME for SNI check on host header
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
|
2022-02-14 17:18:08 +01:00 |
|
luckielordie
|
6bcfba43c8
|
Rename Datadog span tags
|
2022-02-10 16:00:09 +01:00 |
|
Tom Moulard
|
4da33c2bc2
|
Fix metrics bucket key high cardinality
|
2022-02-09 09:58:08 +01:00 |
|
Tom Moulard
|
bf29417136
|
Merge current v2.5 into master
|
2021-12-20 14:43:35 +01:00 |
|
Kevin Pollet
|
be44385b42
|
fix: process all X-Forwarded-For headers in the request
|
2021-12-14 15:36:07 +01:00 |
|
Tom Moulard
|
93de7cf0c0
|
feat: add in flight connection middleware
|
2021-11-29 17:12:06 +01:00 |
|
Pierre-Yves Aillet
|
95fabeae73
|
feat: rate-limit ceil Retry-After to superior integer
|
2021-11-16 16:38:11 +01:00 |
|
Daniel Adams
|
83a7f10c75
|
Refactor Exponential Backoff
|
2021-11-10 15:34:10 +01:00 |
|
kevinpollet
|
ce47f200d5
|
Merge branch v2.5 into master
|
2021-11-08 22:41:43 +01:00 |
|
Ludovic Fernandez
|
596f04eae8
|
chore: update linter
|
2021-11-04 09:50:11 +01:00 |
|
Kevin Pollet
|
d3ff0c2cd4
|
fix: do not require a TLS client cert when InsecureSkipVerify is false
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
|
2021-10-26 10:54:11 +02:00 |
|
Daniel Tomcej
|
fe32a7e584
|
fix: use EscapedPath as header value when RawPath is empty
|
2021-10-08 11:32:08 +02:00 |
|
kevinpollet
|
32340252b2
|
Merge branch v2.5 into master
|
2021-10-06 11:55:12 +02:00 |
|
KallyDev
|
8d739c411b
|
Move from deprecated ioutil to os and io packages
|
2021-09-28 15:30:14 +02:00 |
|
Kevin Pollet
|
46c1600ada
|
fix: forward request Host to errors middleware service
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
|
2021-09-27 17:40:13 +02:00 |
|
Lukas Schulte Pelkum
|
07a3c37a23
|
Implement customizable minimum body size for compress middleware
|
2021-09-20 18:00:08 +02:00 |
|
romain
|
f81ceaef8a
|
Merge current v2.5 into master
|
2021-08-30 14:51:57 +02:00 |
|
Julien Salleyron
|
fa53f7ec85
|
Conditional CloseNotify in header middleware
|
2021-08-19 18:02:07 +02:00 |
|
romain
|
2bd60f9e60
|
Merge current v2.4 into v2.5
|
2021-08-17 10:05:22 +02:00 |
|
Tristan Colgate-McFarlane
|
e73dd31619
|
redirect: fix comparison when explicit port request and implicit redirect port
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
|
2021-08-11 17:10:12 +02:00 |
|
Jean-Baptiste Doumenjou
|
e78f172f02
|
Merge current v2.4 into v2.5
|
2021-08-03 17:04:58 +02:00 |
|
Ludovic Fernandez
|
b386964abc
|
fix: remove hop-by-hop headers define in connection header beore some middleware
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
|
2021-07-30 12:20:07 +02:00 |
|
Eric
|
817ac8f256
|
Add organizationalUnit to passtlscert middleware
|
2021-07-28 17:42:09 +02:00 |
|
romain
|
4b456f3b76
|
Merge current v2.4 into v2.5
|
2021-07-28 14:40:49 +02:00 |
|
mpl
|
d9fc775084
|
ratelimiter: use correct ttlSeconds value, and always call Set
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
Co-authored-by: Daniel Tomcej <daniel.tomcej@gmail.com>
|
2021-07-26 17:20:27 +02:00 |
|
Tom Moulard
|
c515ace328
|
Library change for compress middleware to increase performance
|
2021-07-19 10:22:14 +02:00 |
|
romain
|
3a180e2afc
|
Merge current v2.4 into v2.5
|
2021-07-13 18:12:29 +02:00 |
|
Daniel Tomcej
|
10ab39c33b
|
Add *headers.responseModifier CloseNotify()
|
2021-07-13 12:28:07 +02:00 |
|
Ludovic Fernandez
|
5d3dc3348e
|
accesslog: multiple times the same header name.
|
2021-07-09 14:22:13 +02:00 |
|
mpl
|
838a8e18d3
|
healthcheck: add support at the load-balancers of services level
Co-authored-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
|
2021-06-25 21:08:11 +02:00 |
|
romain
|
ce2e02b690
|
Merge current v2.4 into master
|
2021-06-22 14:44:56 +02:00 |
|
Daniel Tomcej
|
03b08d67f0
|
chore: upgrade linter
|
2021-06-22 00:08:06 +02:00 |
|
Wei Lun
|
dca348359b
|
add permissionsPolicy and deprecate featurePolicy
|
2021-06-21 15:16:13 +02:00 |
|
Romain
|
fc9f41b955
|
Add TCP Middlewares support
|
2021-06-11 15:30:05 +02:00 |
|
Tom Moulard
|
526f493e12
|
Removes headers middleware options
|
2021-05-28 09:24:14 +02:00 |
|
Tom Moulard
|
5632ee6378
|
Deprecates ssl redirect headers middleware options
|
2021-05-28 08:50:09 +02:00 |
|
Jorge Arco
|
080cf98e51
|
Add router metrics
|
2021-04-30 10:22:04 +02:00 |
|
Jean-Baptiste Doumenjou
|
702e301990
|
Merge current branch v2.4 into master
|
2021-03-09 12:05:08 +01:00 |
|
Julien Salleyron
|
3c8675bb8b
|
Fix flaky tests.
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
|
2021-03-08 09:58:04 +01:00 |
|
Romain
|
bdba7d3adf
|
Update to go1.16
|
2021-03-04 20:08:03 +01:00 |
|
Ludovic Fernandez
|
2e7833df49
|
chore: update linter.
|
2021-03-04 09:02:03 +01:00 |
|
romain
|
1b21f0723f
|
Merge v2.4 into master
|
2021-02-16 11:12:09 +01:00 |
|