* Run with more overhead, in order to support newer versions of Python.
Changes
* Added support for Python 3.12. * Dropped support for Python 3.7 and 3.8.
2023.3.1
Bugfixes
- Fixed a reentrancy bug that could cause profiling to fail with a BorrowMutError. ([485](https://github.com/pythonspeed/filprofiler/issues/485))
2023.3.0
Changes
* Out-of-memory detection is disabled for now on macOS, since it is prone to false positives.
2023.1.0
Bugfixes
- Fix regression where source code would sometimes be missing from flamegraphs, most notably in Jupyter profiling. ([474](https://github.com/pythonspeed/filprofiler/issues/474))
2022.11.0
Features
- Added initial Python 3.11 support; unfortunately this increased performance overhead a little. ([381](https://github.com/pythonspeed/filprofiler/issues/381))