- Default headers (such as
Content-Type,DateandServer) are now stripped
from recorded files regardless of header name case. Previously, responses recorded from
servers that send lowercase header names (for example over HTTP/2) kept these redundant
headers in the generated file. - Fixed
query_param_matchermutating the caller's params dict when numeric
values are provided. See #801