Skip to content

Tags: worthwhileindustries/laravel-responsecache

Tags

7.4.10

Toggle 7.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not enable cache time header by default (spatie#456)

7.4.9

Toggle 7.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix docblock

7.4.8

Toggle 7.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change PHPDoc for method clear(array ) in Facade (spatie#451)

Co-authored-by: Krasilnikov Andrew <[email protected]>

7.4.7

Toggle 7.4.7's commit message
Fix styling

7.4.6

Toggle 7.4.6's commit message

Verified

This commit was signed with the committer’s verified signature.
freekmurze Freek Van der Herten
wip

7.4.5

Toggle 7.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Normalize query string parameters before hashing (spatie#426)

* Normalize query string parameters

* removes duplicate method

* Update DefaultHasher.php

Co-authored-by: Freek Van der Herten <[email protected]>

7.4.4

Toggle 7.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Catch CouldNotUnserialize exception and continue returning a response (

…spatie#408)

* Catch CouldNotUnserialize exception and continue returning a response

* Update CacheResponse.php

* Add back use of hasBeenCached in CacheResponse middleware for readability

* Replace use of Log with report() and fire a CacheMissed event when catching a CouldNotUnserialize exception

Co-authored-by: Freek Van der Herten <[email protected]>

7.4.3

Toggle 7.4.3's commit message
Fix styling

7.4.2

Toggle 7.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Always prepend app url to requests (spatie#409)

* always prepend app url to requests (before this forget with urls only works on localhost)

* use url() helper

7.4.1

Toggle 7.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cache bypass header now also prevents an already cached response from…

… being returned (spatie#407)

* Test that we won't return a cached response if request asks for bypass, even if cache already exists

* Refactor bypass header implementation