Skip to content

Releases: P403n1x87/austin

Development build

09 Sep 18:31
Compare
Choose a tag to compare
Development build Pre-release
Pre-release
dev

Latest development builds

v3.1.0

18 Aug 11:55
3e8b25f
Compare
Choose a tag to compare

What's New

Added garbage collection state sampling for Python 3.7 onward.

Bugfixes

The MinGW libwinpthread library is now linked statically on Windows.

v3.0.0

02 Jul 15:53
Compare
Choose a tag to compare

What's New

  • The format of the emitted samples has been changed into something easier to parse.

  • The sleepless mode now gives an estimate for CPU time.

  • Binaries with arbitrary names are now supported, allowing Austin to easily profile applications like uWSGI.

  • Windows compatibility has been enhanced to support wrapper launchers.

  • Initial support for Python 3.10

Bugfixes

  • Report the correct process ID on macOS.

v3.0.0-alpha.1

25 Apr 14:17
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

What's New

  • The format of the emitted samples has been changed into something easier to parse.

  • The sleepless mode now gives an estimate for CPU time.

  • Binaries with arbitrary names are now supported, allowing Austin to easily profile applications like uWSGI.

  • Windows compatibility has been enhanced to support wrapper launchers.

Bugfixes

  • Report the correct process ID on macOS.

v2.1.1

30 Dec 23:57
Compare
Choose a tag to compare

Bugfixes

  • Fixed symbol name clash on BSD systems with strtonum.

v2.1.0

30 Dec 14:55
3e85f79
Compare
Choose a tag to compare

What's New

  • Improved general Python support on all the supported platforms.

  • Allowed specifying argument for time-like parameters using units (e.g. austin -i 10ms python3 myscript.py).

  • Error reporting has been made more accurate and informative.

Bugfixes

  • Fixed line number reporting (#66)

v2.0.0

08 Oct 10:39
Compare
Choose a tag to compare

What's New

Substantial performance improvements. Austin 2 can sample deep call stacks 5 to 8 times faster than previous versions.

Support for Python 3.9.

Added the exposure option to instruct Austin to sample for a given number of seconds only (#53).

Breaking Changes

The content of each collapsed stack sample has changed. See the README for details.

v1.0.1

20 May 13:04
3a01573
Compare
Choose a tag to compare

Bugfixes

  • Fixed broken support for Python 3.8 on Mac OS.

v1.0.0

20 Oct 21:13
7296f97
Compare
Choose a tag to compare

What's New:

  • Added multi-process support (#35)

  • Added support for Python 3.8 (#33)

  • Added memory profile/multi-process support to TUI and Web tools (#34)

  • Added sample Speedscope support (#36)

  • Added Debian package badge (#30)

Bugfixes:

  • Fixed Austin on WSL failing to find BSS section from maps file. (#29)

  • Fixed report of bad samples in stats.

v0.7.0

28 Jul 17:38
8bea939
Compare
Choose a tag to compare

This release introduces:

  • memory and full profiling mode
  • the option to output samples to a file