Closed slimhazard closed 6 years ago
'Upgrading' says that you may see stream
in beresp.filters
if beresp.do_stream
has been set to true, but I'm not sure if that's correct. I do know that you may see any of gzip
, gunzip
or esi
.
@slimhazard I don't think stream
can surface as a filter, checked with git grep -A 1 "struct vfp .*="
@nigoroll agreed, done
I have created the pull request #2776, but the documentation on #1799 is accurate and good enough as it is. In other words, the third bullet point can be striked out, but the pull request can be considered.
@bsdphk says he's satisfied with the remaining items
The 'Upgrading to 6.1' document currently has a first draft of release notes for the new release scheduled for Sep 17th. This includes everything I saw in the commit logs from 6.0.0 to now that in my own judgment is worth mentioning to end users.
All contributors are welcome and encouraged to proofread, revise, fix, add and subtract as they see fit. Go right ahead and push changes. For all I know I could have written up any detail incorrectly, or I may have completely missed a new feature that you think is important.
Some issues that I'm aware of:
-j
for a JSON response (there's currently an XXX in the text).~backend.list -v
is described correctly.req.ttl
,req.grace
and keep links to the new docs about grace, but it touches on the the new features from #1799. Any changes in the capabilities of VCL from #1799 should be mentioned in the 'Changes to VCL' section, for example transitions fromvcl_hit
tovcl_miss
or the other way around~ (a good subject for @hermunn).beresp.filters
and VMOD-pluggable VFPs would be in order.changes.rst
, but we should make sure that's up to date.~But review efforts don't have to be limited to this list, since I don't know what I don't know, and you probably know better. %^)