Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Nov 15:25
· 2905 commits to main since this release
0e0f966

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)

Internals

  • Refactor Request.url into url.URL. (#86)
  • Update k6 dependency to v0.35.0. (#122)

    This fixes the issue of building the extension with xk6 due to a breaking change of
    JavaScript module interfaces in the latest version of k6.