Skip to content

Releases: mozilla/mozregression

4.0.19

16 Aug 13:26
fe41056
Compare
Choose a tag to compare

Bugs resolved in this release:

  • bug 1736101 Can't install mozregression using older versions of pip
  • bug 1767079 Implement GitHub workflow to generate requirements files
  • bug 1767139 Frequent crashes with autoland builds on M1 Macs
  • bug 1769955 Remove build.txt and update documentation
  • bug 1778539 Use virtual environments wherever possible in workflows
  • bug 1780041 Fatal error and core dump when running gui tests
  • bug 1781421 Add Python 3.10 support
  • bug 1782774 Add Python 3.10 to tests/CI
  • bug 1783694 Disable auto-update for Thunderbird
  • bug 1783863 Upgrade pytest to fix TypeError when running tests on Python 3.10

Additional changes:

  • Various updates to requirements
  • Dependabot changes
  • Coveralls fixes
  • Allow Windows paths and ~ with --command
  • Add a 256x256 mozregression logo
  • Submit commits to Glean probe-scraper
  • Update to Glean metrics schema v2

4.0.18

25 Jun 00:35
b654dc7
Compare
Choose a tag to compare

Bug 1718065 - Handle newer GeckoView builds

4.0.17

07 May 13:55
bfc9e65
Compare
Choose a tag to compare

Bug 1707344 - Fix redirect logging when messages have a % in them
Bug 1647533 - Upgrade to pyinstaller 4.3 (Has a change that should help with anti-virus false-positives on Windows: pyinstaller/pyinstaller#5579)

As a side effect of upgrading to pyinstaller 4.3, mozregression GUI should now also work on MacOS Big Sur (with the caveats mentioned in https://mozilla.github.io/mozregression/install.html)

4.0.16

29 Mar 14:02
Compare
Choose a tag to compare
  • Stop using UPX on Windows (it helps sometimes, but on the whole seems to trigger more anti-virus false positives)
  • Various other minor fixes and improvements.

4.0.16-pre11

26 Mar 20:56
Compare
Choose a tag to compare
4.0.16-pre11 Pre-release
Pre-release
Fix mac uploads, hopefully

4.0.15

21 Oct 16:02
a01055f
Compare
Choose a tag to compare

Compress Windows executable with UPX to work around spurious anti-virus warnings (see: https://bugzilla.mozilla.org/show_bug.cgi?id=1647533)

If you are not on Windows (or are not experiencing the above problem) there is no need to upgrade.

4.0.14

07 Sep 18:18
096661e
Compare
Choose a tag to compare

Bug 1661607 - Fix for taskcluster workaround with python 3.6 (thanks @theres-waldo)

If you are using the GUI for 4.0.13 or are using a version of python greater than 3.6 there is no need to upgrade.

4.0.13

28 Aug 19:49
Compare
Choose a tag to compare
  • Bug 1661607 - Workaround taskcluster time issue
  • Bug 1647533 - Upgrade to pyinstaller 4.0 (temporary workaround for mozregression-gui falsely being classified as a virus on Windows)

4.0.12

20 Aug 15:48
7503dc7
Compare
Choose a tag to compare
  • Bug 1657225 - Check nightly build regexs against filenames, not whole URLs (#714)
  • Bug 1659829 - Updates to GeckoViewExample / Fennec support (#717)
  • Bug 1655682 - Stop trying old taskcluster root URL (#716)
  • Set default "bad" date to one year ago (#718)

4.0.11

30 Jul 13:39
Compare
Choose a tag to compare

Use (and require) new version of mozdevice which reliably allows GVE and other Android applications to run on unrooted devices