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.1 in /server #506

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 2 months ago

Bumps reverse_proxy_plug from 2.3.1 to 3.0.1.

Release notes

Sourced from reverse_proxy_plug's releases.

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)
  • migrate to Hammox (#181, #183, #184)
  • dependency updates (#185)
  • misc refactoring (#188)
Commits
  • bdebb81 3.0.1
  • 87b4207 Merge pull request #228 from tallarium/req-header-fix
  • 7162502 req 0.5 is supported
  • 7754877 normalize headers in Req responses
  • a49caba Merge pull request #227 from tallarium/req-adapter-fixes
  • 7455b33 fix 0.3.x compat check
  • c47eca0 raw, so we pass back response body without decompression
  • 06f84d5 Merge pull request #225 from tallarium/stub-changelog
  • 586d075 CHANGELOG.md points to GitHub releases
  • 8320bc0 Merge pull request #224 from tallarium/v3.0.0
  • 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
paulcretu commented 3 weeks ago

superseded by https://github.com/orcasound/orcasite/pull/519

dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.