diff --git a/changelog/unreleased/proxy-fix-director-selection.md b/changelog/unreleased/proxy-fix-director-selection.md new file mode 100644 index 000000000..a4eb4c64c --- /dev/null +++ b/changelog/unreleased/proxy-fix-director-selection.md @@ -0,0 +1,6 @@ +Bugfix: Fix director selection in proxy + +We fixed a bug in ocis-proxy where simultaneous requests could be executed on the wrong backend. + +https://github.com/owncloud/ocis/pull/521 +https://github.com/owncloud/ocis-proxy/pull/99