orcasound / orcasite

Live-listening web app -- http://live.orcasound.net :star:
http://live.orcasound.net
GNU Affero General Public License v3.0
50 stars 51 forks source link

Bump reverse_proxy_plug from 2.3.1 to 3.0.2 in /server #519

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps reverse_proxy_plug from 2.3.1 to 3.0.2.

Release notes

Sourced from reverse_proxy_plug's releases.

v3.0.2

Fixes

  • Correct req dependency (#230)
  • Replace case expression with guard (#231)
  • x-forwarded-for fixes (#232)

v3.0.1

Fixes

  • various fixes for Req adapter compatibility across versions and response modes (#227, #228)

v3.0.0

Breaking changes

  • no need to pass entire tuple to error callbacks (#202)
    • def fun_error_callback({:error, error}, conn) can now be def fun_error_callback(error, conn)
  • for adapters, separate out requests resulting into a buffered response (request) from those resulting in a streamed response (request_stream), to support adapters which require different request functions for this case (#210)
  • remove default timeout options - HTTPoison timeouts in the adapter are now the library defaults (#213)
  • Minimum required version of Elixir is 1.13, from 1.11 (#200, #221)

New features

  • initial Finch adapter, supporting only buffer response mode (#203)
  • stream response mode support for Tesla >= 1.9.0 (#211)
  • Req adapter, with streaming response mode support >= 0.4.0 (#207, #221, #222)

Fixes

  • add local .tool-versions file to match minimum requirements (#201)
  • move existing cookie recycling to HTTPoison adapter (#217)
  • serialize all lists when putting response headers (#218)
  • update documentation for latest adapter state and comprehensive option documentation (#223)
  • dependency updates (#206)
  • FUNDING.yml (#209)

v2.4.1

Fixes

  • ensure adapter module is loaded before proceeding (#197)
  • remove Transfer-Encoding header logic, since adapters implement this already (#191)
  • remove explicit Cowboy dependency (#190)

v2.4.0

New features

  • optional upstream header transform function using the :normalize_headers option (#180)

Fixes

  • refactor stream handling to optional callback per adapter (#186)

... (truncated)

Commits
  • c0b6d24 3.0.2
  • 2af04ad Merge pull request #232 from tallarium/x-forwarded-for-fixes
  • ca83455 regression test for IPv6 x-forwarded-for behaviour
  • d46c808 ntoa supports both IPv4 and IPv6
  • fbfaf42 Merge pull request #231 from tallarium/guard-refactor
  • f4364e0 replace case expression with guard
  • b7f3a30 Merge pull request #230 from tallarium/correct-req-dep-spec
  • 4413657 original intention, since req interface is changeable
  • 5ab871c Merge pull request #229 from tallarium/v3.0.1
  • bdebb81 3.0.1
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | reverse_proxy_plug | [>= 2.4.a, < 2.5] |

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 month ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dthaler commented 3 weeks ago

@dependabot rebase

dependabot[bot] commented 3 weeks ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.