Kevin Robatel
Kevin Robatel
> It is strange that you have a way to set the cache methods > > https://github.com/Kevinrob/guzzle-cache-middleware/blob/0e12dccf3c811a18bb2f6c93882c5b5727e1b859/src/CacheMiddleware.php#LL98C21-L98C35 `\Kevinrob\GuzzleCache\CacheMiddleware::setHttpMethods` > > If you think the library should not allow to set...
Thank you for this PR! The CI fail because we support PHP 7. `league/flysystem[3.16.0, ..., 3.17.0] require php ^8.0.2 -> your php version (7.2.34) does not satisfy that requirement.` But...
Does anyone want to suggest a fix in the form of a PR to this problem? I don't have much time in the next few weeks to watch this.
POST queries should **not** be cached. `POST` is an unsafe method and the RFC 7234 ask us to not cache it. > A cache MUST write through requests with methods...
Done with PR #98 😉
I do something similar with #108 😃
@dulleh I don't think that what you said it's right. I use it in production and relationships declared with an interface are deserialized to the correct type.
The pull request #93 make it possible apparently.
We have the same issue with Rails `6.0.2.1`. Workaround: adding in `setup`: ```ruby (ActiveJob::Base.descendants
@xijo What do you think of this PR?