diff --git a/changelogs/fragments/123-relative-url-scheme.yml b/changelogs/fragments/123-relative-url-scheme.yml new file mode 100644 index 0000000..83b6e15 --- /dev/null +++ b/changelogs/fragments/123-relative-url-scheme.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - Using the ``PREFERRED_URL_SCHEME`` configuration option caused failure in Galaxy v3 due to its inapplicability to relative URLs. This now works correctly by not applying the preferred scheme to relative URLs, since they do not need to know the current scheme (https://github.com/briantist/galactory/issues/122, https://github.com/briantist/galactory/pull/123).