| Age | Commit message (Collapse) | Author | Files | Lines |
|
1.13.0 (2021-09-26)
* Support lowercase Vary and Age headers
|
|
1.12.1 (2020-10-16)
Reset @cache_control in Response when duplicating its instance.
|
|
Update ruby-rack-cache to 1.12.0.
## 1.12.0
* Add a fault_tolerant flag to fail-over to stale cache
|
|
Update ruby-rack-cache to 1.11.1.
1.11.1 (2020-04-07)
* when ignoring parts of the query, remove query in key when all
params are ignored
1.11.0 (2020-01-06)
* Add a proc to allow ignoring parts of the query string in the key
CVS: ----------------------------------------------------------------------
|
|
Update ruby-rack-cache to 1.11.0.
pkgsrc change: change dependency from ruby-rack14 to ruby-rack.
## 1.9.0
* make purge not raise when not implemented
|
|
## 1.8.0 (2018/06/07)
* Purge key from metastore when entitystore not found
|
|
1.7.1 (2017/09/06)
* Documentation fix.
* Fix nil warnings.
* Return current date if the Date header is not parseable.
|
|
## 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.0
* only catch StandardError and not Exception
## 1.4.3
* After overriding the REQUEST_METHOD, store the original request method in "rack.methodoverride.original_method"
## 1.4.1
* Ignore invalid Expires date as per RFC
## 1.4.0
* Not invalidating the cache for preflight CORS request
## 1.3.1 / October 2015
* Support Ruby 1.9
## 1.3 / Octorber 2015
* Ruby 2.0 only
* Gracefully degrade when cache store goes offline
* allow_reload/revalidate is not enabled by default
* Make Rack::Cache multithread friendly
|
|
Bump PKGREVISION.
|
|
|
|
## 1.2 / March 2012
* Fix a cookie leak vulnerability effecting large numbers of Rails 3.x
installs: https://github.com/rtomayko/rack-cache/pull/52
* Never 304 on PUT or POST requests.
* Misc bundler and test tooling fixes.
|
|
HTTP Caching for Rack.
|