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
- reduce requirements of KV store implementations and custom methods [#185](https://github.com/jupyterhub/traefik-proxy/pull/185) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
- Improve error message on traefik api access error [#140](https://github.com/jupyterhub/traefik-proxy/pull/140) ([@twalcari](https://github.com/twalcari), [@minrk](https://github.com/minrk))
48
50
49
51
### Bugs fixed
50
52
53
+
- make sure that `/prefix` and `/prefix/` are handled the same [#197](https://github.com/jupyterhub/traefik-proxy/pull/197) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena), [@manics](https://github.com/manics))
51
54
- Fix handling of empty dicts in traefik config [#173](https://github.com/jupyterhub/traefik-proxy/pull/173) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
52
55
53
56
### Maintenance and upkeep improvements
54
57
58
+
- dependabot: monthly updates of github actions [#201](https://github.com/jupyterhub/traefik-proxy/pull/201) ([@consideRatio](https://github.com/consideRatio))
55
59
- trade versioneer for tbump [#193](https://github.com/jupyterhub/traefik-proxy/pull/193) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
56
60
- make api endpoint configurable, restore previous entrypoint names [#192](https://github.com/jupyterhub/traefik-proxy/pull/192) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
57
61
- set providersThrottleDuration=0s in tests [#190](https://github.com/jupyterhub/traefik-proxy/pull/190) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
@@ -80,20 +84,23 @@ Performance and responsiveness is also greatly improved.
80
84
81
85
### Documentation improvements
82
86
87
+
- add document on enabling https [#204](https://github.com/jupyterhub/traefik-proxy/pull/204) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
88
+
- update changelog for 1.0.0b2 [#194](https://github.com/jupyterhub/traefik-proxy/pull/194) ([@minrk](https://github.com/minrk))
83
89
- doc: update sample configuration for v2 [#189](https://github.com/jupyterhub/traefik-proxy/pull/189) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena))
84
90
- Fix CI README badges [#177](https://github.com/jupyterhub/traefik-proxy/pull/177) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
85
91
- changelog for 1.0 [#176](https://github.com/jupyterhub/traefik-proxy/pull/176) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena), [@manics](https://github.com/manics))
86
92
- docs: update link to traefik API [#175](https://github.com/jupyterhub/traefik-proxy/pull/175) ([@minrk](https://github.com/minrk), [@manics](https://github.com/manics))
87
93
- Update performance benchmarks for v2 [#163](https://github.com/jupyterhub/traefik-proxy/pull/163) ([@minrk](https://github.com/minrk), [@GeorgianaElena](https://github.com/GeorgianaElena), [@manics](https://github.com/manics))
94
+
- Revert some entrypoint names in docs, renumber how to install steps [#196](https://github.com/jupyterhub/traefik-proxy/pull/196) ([@rcthomas](https://github.com/rcthomas), [@GeorgianaElena](https://github.com/GeorgianaElena))
88
95
89
96
### Contributors to this release
90
97
91
98
The following people contributed discussions, new ideas, code and documentation contributions, and review.
92
99
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
93
100
94
-
([GitHub contributors page for this release](https://github.com/jupyterhub/traefik-proxy/graphs/contributors?from=2021-10-18&to=2023-03-28&type=c))
101
+
([GitHub contributors page for this release](https://github.com/jupyterhub/traefik-proxy/graphs/contributors?from=2021-10-18&to=2023-05-16&type=c))
0 commit comments