Releases: firefox-devtools/bidi-har-export
Releases · firefox-devtools/bidi-har-export
v0.0.22
What's Changed
- Fix missing const, add linter and CI by @juliandescottes in #47
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- Fix data collection to avoid too many concurrent calls and skip redirects by @juliandescottes in #44
Full Changelog: v0.0.20...v0.0.21
Fix error in removeDataCollector
Full Changelog: v0.0.19...v0.0.20
Support request and response body recording
What's Changed
- Update dependencies to latest by @juliandescottes in #41
- Add request and response body support for har-recorder and selenium adapter by @juliandescottes in #42
Full Changelog: v0.0.18...v0.0.19
Support headerValueFormatter function to allow sensitive header redaction
Adds a custom headerValueFormatter option to easily anonymize recordings.
Ignore requests with invalid requestTime
Some requests seem to be picked up with requestTime set to 0.
Might be related to https://bugzilla.mozilla.org/show_bug.cgi?id=1922390
Fix computation of intermediary timings
v0.0.16 Prepare release 0.0.16
Support timings in milli or micro seconds
Firefox 132 switches to milliseconds, as expected by the spec.
Adapt the exporter to work with both units.
Filter out data URLs
Fixes an issue with Firefox 130 which now emits events for data URLs
Ignore frame navigations
Merge pull request #25 from juliandescottes/ignore-frame-contexts Ignore frame contexts