Skip to content

CPU and protocols related metrics

Compare
Choose a tag to compare
@macbre macbre released this 09 Jan 11:20
· 803 commits to devel since this release

This release brings two new metrics and a few bug fixes (thanks to @gmetais):

  • #816 new metric - Add protocols related metrics (by @gmetais)
  • #841 new metric - Expose CPU related metrics from page.metrics() as phantomas metrics (by @gmetais)
  • #836 bug - Fix pragma: no-cache automatically added to all requests (by @gmetais)
  • #840 bug - Fix error with blob urls (by @gmetais)
  • #843 bug - Fix object errors (by @gmetais)

Integration tests stability has been improved and many dependencies updated.

Other changes

  • #804 external dependency - build(deps): bump puppeteer from 5.3.1 to 5.4.0 (by @dependabot[bot])
  • #810 external dependency - build(deps-dev): bump eslint from 7.12.0 to 7.12.1 (by @dependabot[bot])
  • #811 internals - Improve integration tests stability
  • #812 external dependency - build(deps): bump puppeteer from 5.4.0 to 5.4.1 (by @dependabot[bot])
  • #813 external dependency - build(deps-dev): bump eslint-config-prettier from 6.14.0 to 6.15.0 (by @dependabot[bot])
  • #814 internals - CI: cache npm dependencies
  • #815 docker - Docker | build using Node.js 15.x and Chromium 86
  • #817 internals - eslint: add plugin:node/recommended
  • #818 internals - Remove reporters
  • #820 external dependency - build(deps-dev): bump eslint from 7.12.1 to 7.13.0 (by @dependabot[bot])
  • #821 internals - Browser.init - pass Phantomas options + set ignoreHTTPSErrors when required
  • #822 pr - lazyLoadableImages/scope.js: bind to window.load event
  • #824 external dependency - build(deps): bump puppeteer from 5.4.1 to 5.5.0 (by @dependabot[bot])
  • #825 external dependency - build(deps): bump debug from 4.2.0 to 4.3.1 (by @dependabot[bot])
  • #826 external dependency - build(deps-dev): bump prettier from 2.1.2 to 2.2.0 (by @dependabot[bot])
  • #827 external dependency - build(deps-dev): bump eslint from 7.13.0 to 7.14.0 (by @dependabot[bot])
  • #829 external dependency - build(deps-dev): bump prettier from 2.2.0 to 2.2.1 (by @dependabot[bot])
  • #831 external dependency - build(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 (by @dependabot[bot])
  • #832 external dependency - build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (by @dependabot[bot])
  • #833 external dependency - build(deps): bump js-yaml from 3.14.0 to 3.14.1 (by @dependabot[bot])
  • #837 external dependency - build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (by @dependabot[bot])
  • #838 external dependency - build(deps-dev): bump eslint-config-prettier from 7.0.0 to 7.1.0 (by @dependabot[bot])
  • #839 pr - Tests | use the latest brotli-nginx build- v1.19.6
  • #842 internals - Use Docker layers cache to speed up CI builds