You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ the command line for details.
8
8
9
9
0.4 is a big release for jupyterhub-traefik-proxy!
10
10
It updates support for traefik to version 2.x (current: 2.9.8).
11
-
Treafik versions < 2.0 is no longer supported.
11
+
Traefik versions < 2.0 are no longer supported.
12
12
If you have custom traefik configuration,
13
13
make sure to checkout [traefik's v1 to v2 migration guide](https://doc.traefik.io/traefik/migration/v1-to-v2/),
14
14
since your configuration may need updating.
15
15
16
-
A major consequence if the v2 updates is that the performance of adding and removing routes when there are a large number already defined is now greatly improved,
16
+
A major consequence of the v2 updates is that the performance of adding and removing routes when there are a large number already defined is now greatly improved,
17
17
and no longer grows significantly with the number of routes.
18
18
19
19
Major changes:
@@ -53,7 +53,7 @@ Performance and responsiveness is also greatly improved.
53
53
54
54
- reuse backends across tests [#174](https://github.com/jupyterhub/traefik-proxy/pull/174) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
55
55
- simplify some test fixtures [#169](https://github.com/jupyterhub/traefik-proxy/pull/169) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
56
-
-avod deprecation warning in `--slow-last` sorting [#168](https://github.com/jupyterhub/traefik-proxy/pull/168) ([@minrk](https://github.com/minrk))
56
+
-avoid deprecation warning in `--slow-last` sorting [#168](https://github.com/jupyterhub/traefik-proxy/pull/168) ([@minrk](https://github.com/minrk))
- Minor cleanup of start/stop methods and logging [#166](https://github.com/jupyterhub/traefik-proxy/pull/166) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
59
59
- Respect ip address config in urls, don't serve dashboard by default [#162](https://github.com/jupyterhub/traefik-proxy/pull/162) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena), [@consideRatio](https://github.com/consideRatio))
0 commit comments