v0.26.0 (2021-11-19)
- #965: Attempt to infer the Python virtualenv folder from the environment before falling back to the default
.venv.- Users may provide a folder name through the
VIRTUAL_ENVenvironment variable. - If the user is inside an active virtualenv the
VIRTUAL_ENVenvironment variable is already set by Python. See: https://docs.python.org/3/library/venv.html.
- Users may provide a folder name through the
- #968: Add runtime arguments type checking to
Glean.setUploadEnabledAPI. - #970: BUGFIX: Guarantee uploading is immediatelly resumed if the uploader has been stopped due to any of the uploading limits being hit.
glean_parser: v4.1.1