Releases: mozilla/mozregression
Releases · mozilla/mozregression
5.3.0rc0
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
5.2.0
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
- 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
Bugs resolved in this release:
- bug 1767535 Drop Python 3.6 support
- bug 1782252 Upgrade to PySide6
- bug 1786362 Move windows GUI tests + builds to GitHub
- bug 1786363 Move artifact uploads to separate workflow
- bug 1786365 Generated macOS bundles are corrupt
- bug 1786367 Use Ubuntu 20.04 in CI
- bug 1785214 new mozregression 4.0.19 can't be opened at all on macOS 12
- bug 1785066 automate PyPI releases
5.0.0rc1
Bugs resolved in this release:
- bug 1767535 Drop Python 3.6 support
- bug 1782252 Upgrade to PySide6
- bug 1786362 Move windows GUI tests + builds to GitHub
- bug 1786363 Move artifact uploads to separate workflow
- bug 1786365 Generated macOS bundles are corrupt
- bug 1786367 Use Ubuntu 20.04 in CI
- bug 1785214 new mozregression 4.0.19 can't be opened at all on macOS 12
- bug 1785066 automate PyPI releases
5.0.0rc0
Bugs resolved in this release:
- bug 1767535 Drop Python 3.6 support
- bug 1782252 Upgrade to PySide6
- bug 1786362 Move windows GUI tests + builds to GitHub
- bug 1786363 Move artifact uploads to separate workflow
- bug 1786365 Generated macOS bundles are corrupt
- bug 1786367 Use Ubuntu 20.04 in CI
- bug 1785214 new mozregression 4.0.19 can't be opened at all on macOS 12
4.0.19
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
4.0.17
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)