2022-12-06 20:30:29 +03:00
|
|
|
# HISTORY
|
|
|
|
|
2024-10-09 14:33:59 +03:00
|
|
|
# v1.0.3 (October 9th, 2024)
|
2024-04-24 04:40:02 +03:00
|
|
|
|
2024-10-08 20:20:02 +03:00
|
|
|
* Switch to `pyproject.toml`. (#97)
|
2024-10-09 14:33:59 +03:00
|
|
|
* Deprecate the project. (#111)
|
2024-04-24 04:40:02 +03:00
|
|
|
|
|
|
|
|
2023-10-09 18:49:04 +03:00
|
|
|
# v1.0.2 (October 9th, 2023)
|
|
|
|
|
|
|
|
* Drop support for Python 3.7. (#75)
|
|
|
|
* Add support for Python 3.12. (#76)
|
|
|
|
* Update siggen version requirements.
|
|
|
|
* Improve README. (#56)
|
|
|
|
|
|
|
|
|
2023-07-12 21:25:33 +03:00
|
|
|
# v1.0.1 (July 12th, 2023)
|
|
|
|
|
|
|
|
* Fix `--verbose` output when frame has no function. (#72)
|
|
|
|
|
|
|
|
|
2022-12-06 20:30:29 +03:00
|
|
|
# v1.0.0 (December 6th, 2022)
|
|
|
|
|
|
|
|
* Switch to github actions for CI. (#47)
|
|
|
|
* Improve documentation.
|
|
|
|
* Improve `fx-crash-sig` command error output, input handling, etc.
|
|
|
|
* Add user-agent to symbolication API requests. (#13)
|
|
|
|
* Fix `crashing_thread` handling. (#12)
|
|
|
|
* Add `--version` flag and version info.
|
|
|
|
* Add `reason` to symbolication output structure so signature generation can
|
|
|
|
use it for OOM determination. (#37)
|
|
|
|
* Fix dependency constraints and remove ujson requirement. (#58)
|
|
|
|
* Add Code of Conduct. (#57)
|
|
|
|
* Rework testing to use tox and environments. (#48)
|
|
|
|
* Lint and reformat code using flake8 and black. (#17)
|
|
|
|
* Drop support for Python 3.6. (#43)
|
|
|
|
* Add support for Python 3.10. (#41)
|
|
|
|
* Add support for Python 3.11. (#42)
|
|
|
|
|
|
|
|
|
|
|
|
# v0.1.13 (November 9th, 2021)
|
|
|
|
|
|
|
|
* update symbolication API URL to symbolication.services.mozilla.com
|
|
|
|
|
|
|
|
|
|
|
|
# v0.1.12 (March 19th, 2021)
|
|
|
|
|
|
|
|
# v0.1.11 (March 18th, 2021)
|
|
|
|
|
|
|
|
# v0.1.3 (July 11th, 2018)
|
|
|
|
|
|
|
|
# v0.1.2 (July 11th, 2018)
|