-
Notifications
You must be signed in to change notification settings - Fork 253
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
Release 0.7.5 #1521
Merged
Merged
Release 0.7.5 #1521
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In some places the value of strip_vcl_whitespace was not being checked, e.g. The VCL saved to disk on config change was always being stripped.
According to https://varnish-cache.org/docs/5.0/whats-new/upgrading-4.0.html#x-forwarded-for-is-now-set-before-vcl-recv > In many cases, people unintentionally removed X-Forwarded-For when > implementing their own vcl_recv. Therefore it has been moved to before > vcl_recv, so if you don't want an IP added to it, you should remove it > in vcl_recv. Leaving the fragment in vcl_recv results in the proxy ip being inserted twice.
Reason: Also load-balance traffic which hits `return (pipe)` like POST requests, or traffic which is not part of Magento.
Fixed small typo
…ustom vcl template variables
MageWorx_XSitemap used to use `xsitemap` for their models, but they now use `mageworx_xsitemap`.
- Updated contribution, included options validation to avoid hide the options if full page cache and varnish cache were enabled at the same time.
…with muliple mayor,minor,sub digits
fixed MageWorx_XSitemap compatibility
Dispatch event in _getTemplateVars to allow other extensions to add custom vcl template variables
Fixed comments
Fix ESI default ttl based on session.gc_maxlifetime
- Update Grid.php
check for hosts from every store view in http -> https redirect
Updated constant REGEXP_VARNISH_VERSION to identify Varnish versions …
Fixed small typo
Fix load balancing POST requests
Don't set X-Forwarded-For in vlc_recv for v4
Apply the option `strip_vcl_whitespace` everywhere
Fixed a Typo in Varnish4.vcl
…notice Fix for notice 'Only variables should be passed by reference' in PHP 7.
fixed admin_messages in frontend, fixes #940
added Bing and Baidu bots to crawler user agents
Fix Typo in VCL
Add more options for Varnish probing
added more Google bot user agents
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.