Skip to content

Releases: mozilla/mozregression

5.3.0rc0

13 Jan 21:10
fdce7be
Compare
Choose a tag to compare
5.3.0rc0 Pre-release
Pre-release

NOTE: This release candidate does not currently work on arm64 on macOS -- this will be fixed in the next release candidate.

What's Changed

  • requirements: upgrade various packages by @zzzeid in #1130
  • requirements: upgrade various requirements by @zzzeid in #1162
  • requirements: upgrade various packages by @zzzeid in #1168
  • requirements: upgrade PySide6 to 6.4.2 (bug 1810219) by @zzzeid in #1176
  • requirements: update PyInstaller to 5.7.0 (bug 1810225) by @zzzeid in #1177
  • workflows: add Python 3.11 to requirements generation (bug 1810147) by @zzzeid in #1175
  • workflows, requirements: add universal2 support (bug 1810220) by @zzzeid in #1178

Full Changelog: 5.2.1...5.3.0rc0

5.2.1

28 Nov 16:04
eafac35
Compare
Choose a tag to compare

What's Changed

  • launchers: compare strings directly in os_version (bug 1802616) by @zzzeid in #1151

Full Changelog: 5.2.0...5.2.1

5.2.0

24 Nov 14:26
7d33034
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump zipp from 3.9.0 to 3.10.0 by @dependabot in #1123
  • build(deps): bump platformdirs from 2.5.2 to 2.5.3 by @dependabot in #1132
  • build(deps): bump pyrsistent from 0.18.1 to 0.19.2 by @dependabot in #1133
  • build(deps): bump jsonschema from 4.16.0 to 4.17.0 by @dependabot in #1134
  • cli: accept version with two segments (bug 1801205) by @zzzeid in #1141
  • launchers: handle invalid codesign on macOS 13 (bug 1781111) by @zzzeid in #1142

Full Changelog: 5.1.0...5.2.0

5.1.0

24 Oct 17:18
5fd8f9f
Compare
Choose a tag to compare
  • bug 1795878 Add ubuntu 22.04 to test matrix (build-and-test-linux-gui and build-and-test-linux-base)
  • bug 1796149 Build mozregression-gui on ubuntu-22.04
  • Handle initial ranges that start and end on the same day
  • Various package upgrades

5.0.0

30 Aug 16:06
a57d160
Compare
Choose a tag to compare

Bugs resolved in this release:

5.0.0rc1

23 Aug 15:13
a57d160
Compare
Choose a tag to compare
5.0.0rc1 Pre-release
Pre-release

Bugs resolved in this release:

5.0.0rc0

22 Aug 20:33
3a7156c
Compare
Choose a tag to compare
5.0.0rc0 Pre-release
Pre-release

Bugs resolved in this release:

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)