Drieam / LtiLauncher

An extraction layer to simplify the setup and launching of LTI tools.
https://drieam.github.io/LtiLauncher/
MIT License
7 stars 1 forks source link

Bump faraday-http-cache from 2.2.0 to 2.5.1 #96

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps faraday-http-cache from 2.2.0 to 2.5.1.

Changelog

Sourced from faraday-http-cache's changelog.

2.5.1 (2024-01-16)

  • Support headers passed in using string keys when Vary header is in a different case via #137 (thanks @​evman182)

2.5.0 (2023-04-27)

  • Add reason_phrase from the HTTP response to the data stored in the cache according to RFC7230 via #134

2.4.1 (2022-08-08)

  • Require Logger in BaseStrategy via #131
  • Use unique and sorted headers from the Vary header in ByVary strategy via #132

2.4.0 (2022-06-07)

  • Introduced a new strategy option to support different cache storage strategies.
  • The original strategy moved from Faraday::HttpCache::Storage to Faraday::HttpCache::Strategies::ByUrl.
  • The new Faraday::HttpCache::Strategies::ByVary strategy uses headers from Vary header to generate cache keys. It also uses the index with Vary headers mapped to the request URL.
  • Faraday::HttpCache::Storage class deprecated.

2.3.0 (2022-05-25)

  • Added support for Ruby 3.0, 3.1.
  • Ruby version constraint changed to 2.4.0.
Commits


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)