Skip to content

v3.4.0

Compare
Choose a tag to compare
@P403n1x87 P403n1x87 released this 25 Oct 21:14
· 93 commits to master since this release
feaa269

What's New

  • Added support for Python 3.11.

  • Added the more efficient MOJO binary output format via the -b/--binary option. See the Wiki for more details on the MOJO format.

  • Allowed disabling logging by setting the environment variable AUSTIN_NO_LOGGING.

  • Improved permission error reporting on MacOS.

  • Improved MacOS support.

  • Improved austinp support on fork.

  • Small performance improvements.

  • Renamed the austinp binary installed from the Snap Store from austin.austinp to austin.p.

Bugfixes

  • Fixed a bug in austinp that could have caused the interpreter to stall on launch.

  • Fixed a bug in austinp that could have caused segmentation faults.

  • Fixed a regression in austinp that caused most of the samples to be wrongly reported as idle

New Contributors