themarshallproject / klaxon

Klaxon enables reporters and editors to monitor scores of sites on the web for newsworthy changes.
https://newsklaxon.org
MIT License
646 stars 199 forks source link

Bump rack-cache from 1.12.1 to 1.13.0 #524

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps rack-cache from 1.12.1 to 1.13.0.

Changelog

Sourced from rack-cache's changelog.

1.13.0

  • Support lowercase Vary and Age headers

1.12.0

  • Add a fault_tolerant flag to fail-over to stale cache

1.11.1

  • when ignoring parts of the query, remove query in key when all params are ignored

1.11.0

  • Add a proc to allow ignoring parts of the query string in the key

1.10.0

  • Pass Options To Underlying Storage Driver
  • bump required ruby version to 2.3

1.9.0

  • make purge not raise when not implemented

1.8.0

  • Meta stores will purge keys when no entity store entries are found

1.7.2

  • Fix key generation for requests with no query strings

1.7.0

  • Meta stores now receive a third ttl argument to write when use_native_ttl is used.

1.6.1

  • Revert 'No longer read responses from cache when we already have them'

1.6.0

  • Noop backend
  • No longer read responses from cache when we already have them
  • renamed files from entitystore -> entity_store (metastore/cachecontrol/appengine) and added warns for old ones

1.5.1

  • fix key generation for query strings that include encoded equals

... (truncated)

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 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)