Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rack-cache from 1.1 to 1.13.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps rack-cache from 1.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
  • 1205e71 v1.13.0
  • b7c301f Merge pull request #173 from ykitamura-mdsol/fix/vary_case_sensitivity
  • 90cbc35 Simplify the logic
  • 27b1a7b Fix case sensitivity of the Vary and Age headers
  • d4821f7 v1.12.1
  • 5260052 Merge pull request #171 from ykitamura-mdsol/fix/reset_cache_control_on_dup
  • 0ed321b Reset @​cache_control in Response when duplicating its instance
  • 97819fb make users who do not use fault_tolerant not go into new code
  • 46ddfda Merge pull request #168 from ykitamura-mdsol/feature/add_fault_tolerant
  • 7a6a810 Add a fault_tolerant flag to fail-over to stale cache
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [rack-cache](https://github.com/rtomayko/rack-cache) from 1.1 to 1.13.0.
- [Release notes](https://github.com/rtomayko/rack-cache/releases)
- [Changelog](https://github.com/rtomayko/rack-cache/blob/master/CHANGES)
- [Commits](rtomayko/rack-cache@1.1...v1.13.0)

---
updated-dependencies:
- dependency-name: rack-cache
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants