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

fix(deps): update dependency friendsofsymfony/http-cache to v3.1.0 #121

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
friendsofsymfony/http-cache (source) 3.0.0 -> 3.1.0 age adoption passing confidence

Release Notes

FriendsOfSymfony/FOSHttpCache (friendsofsymfony/http-cache)

v3.1.0

Compare Source

Symfony HttpCache
  • Add events PRE_FORWARD and POST_FORWARD to allow event listeners to alter
    the request before and after it is sent to the backend.
  • Changed CustomTtlListener to use the POST_FORWARD event instead of
    PRE_STORE. Using PRE_STORE, requests that are not considered cacheable by
    Symfony were never cached, even when they had a custom TTL header.
  • Add flag fallbackToSmaxage to CustomTtlListener to allow controlling
    fallback to s-maxage if custom TTL header is not defined on the response.
  • Fix: Do not call store if Response object is not longer cacheable after event
    listeners. If you use the custom TTL system, this is only a performance
    improvement, because the TTL of the response would still be 0. With a custom
    listener that changes the response explicitly to not be cached but does not
    change s-maxage, this bug might have led to caching responses that should not
    have been cached.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 24, 2024
Copy link
Author

renovate bot commented Jul 24, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@coveralls
Copy link

coveralls commented Jul 24, 2024

Coverage Status

coverage: 57.758%. remained the same
when pulling daec9ae on renovate/friendsofsymfony-http-cache-3.x
into ad0ed66 on devel.

@renovate renovate bot force-pushed the renovate/friendsofsymfony-http-cache-3.x branch from 589d0d6 to 905388a Compare July 30, 2024 15:13
@renovate renovate bot force-pushed the renovate/friendsofsymfony-http-cache-3.x branch from 905388a to daec9ae Compare July 30, 2024 18:41
@renovate renovate bot merged commit 6da362e into devel Jul 30, 2024
53 checks passed
@renovate renovate bot deleted the renovate/friendsofsymfony-http-cache-3.x branch July 30, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant