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

Release 0.7.5 #1521

Merged
merged 39 commits into from
Nov 21, 2018
Merged

Release 0.7.5 #1521

merged 39 commits into from
Nov 21, 2018

Conversation

miguelbalparda
Copy link
Contributor

No description provided.

rbrown and others added 30 commits February 16, 2017 14:48
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.
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.
fixed MageWorx_XSitemap compatibility
Dispatch event in _getTemplateVars to allow other extensions to add custom vcl template variables
Fix ESI default ttl based on session.gc_maxlifetime
check for hosts from every store view in http -> https redirect
Updated constant REGEXP_VARNISH_VERSION to identify Varnish versions …
Don't set X-Forwarded-For in vlc_recv for v4
Apply the option `strip_vcl_whitespace` everywhere
jonashrem and others added 9 commits September 24, 2018 15:53
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
Add more options for Varnish probing
added more Google bot user agents
@miguelbalparda miguelbalparda merged commit c670a49 into master Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.