101companies / 101repo

101companies contributions
http://101companies.org
MIT License
43 stars 31 forks source link

Bump rack-cache from 1.1 to 1.13.0 in /contributions/rubyonrails/companies #86

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

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](https://github.com/101companies/101repo/network/alerts).