This is a patch release that fixes a few bugs and does minor improvements.
Bugs fixed
- Fix getting response body if
Frame
is nil. (#87) - Fix possible race condition accessing logrus level. (#91)
- Fix nil pointer panic on
Frame.networkIdleCtx
. (#109) - Fix errors setting extra HTTP headers. (#116)
- Fix data race on
Response.body
. (#124) - Fix nil pointer panic accessing
Frame.currentDocument
. (#127)
Improvements
- Skip request handling of
data:
URLs. (#91) - Log URL when fetching response body fails. (#91)
- Clean up browser process in case of a test error. (#110)