What's Changed
New encoding options
- allow base64 encoding the remote URL by @willnorris in #460
- allow URL encoding remote URL by @willnorris in #461
New force override caching options
- allow overriding cache directives in responses by @willnorris in #459
- add -forceCache flag to override no-store and private directives by @willnorris in #462
Security Fixes
- prevent pixel flooding attack by @blakestoddard in 07c1c27
Bug fixes
- fix: return a more-complete 304 from TransformingTransport.RoundTrip by @flavorjones in #472
New Contributors
- @flavorjones made their first contribution in #472
Full Changelog: v0.12.0...v0.13.0