browsertime 15.2.0 → 16.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
+ ## 16.0.0 - 2022-04-05
4
+ ### Changed
5
+ * When I introduced flushing of the DNS per run I missed that it makes you need to run sudo to do it (Mac/Linux). That sucks so instead of being able to disable the flushing `--disableDNSFlush` you now enables it with `--flushDNS` [#1752](https://github.com/sitespeedio/browsertime/pull/1752).
6
+
7
+ ### Added
8
+ * Firefox 99 in the Docker container
9
+ * Edge and Edgedriver 100
10
+
11
+ ### Fixed
12
+ * Automatically save the original video if visual metrics fails [#1755](https://github.com/sitespeedio/browsertime/pull/1755).
13
+
14
+ ## 15.4.0 - 2022-03-30
15
+ ### Added
16
+ * Updated to Chrome and Chromedriver 100 [#1743](https://github.com/sitespeedio/browsertime/pull/1743).
17
+ * There's a new version of the visual metrics script contributed by [Gregory Mierzwinski](https://github.com/gmierz) that removed the dependency of ImageMagick and instead needs the Python dependencies *OpenCV-Python* and *Numpy*. The long term goal is to use this as default but for now you can test it with `--visualMetricsPortable`.
18
+
19
+ ## 15.3.0 - 2022-03-07
20
+ ### Added
21
+ * Chrome: If you set --user-data-dir you can clean the directory between each iteration using `--chrome.cleanUserDataDir` [#1739](https://github.com/sitespeedio/browsertime/pull/1739)
22
+
23
+
3
24
  ## 15.2.0 - 2022-03-04
4
25
  ### Added
5
26
  * Updated to Chromedriver and Edgedriver 99.