Skip to content

Releases: njsmith/perpetuo

v0.7.1

13 Dec 00:18
c5b7dd1
Compare
Choose a tag to compare

republish 0.7.0 with fixed version number metadata

0.7.0

13 Dec 00:02
65374d0
Compare
Choose a tag to compare
  • Fix a bug that broke --no-print-locals when using json mode
  • Fix json mode output to include all stall details inside a single json event

v0.6.1

26 Oct 00:03
b1726bd
Compare
Choose a tag to compare

Expose and enable json output from dwim mode

v0.6.0

17 Oct 04:00
19104e0
Compare
Choose a tag to compare

JSON logging mode option

v0.5.1

01 Feb 21:10
Compare
Choose a tag to compare

Re-reroll of v0.5.0 to fix github actions release automation

v0.5.0

01 Feb 20:34
Compare
Choose a tag to compare
  • Update py-spy to get fixes for traceback generation on CPython 3.11
  • Use PR_SET_PTRACER on Linux to reduce annoyances with ptrace lockdown

v0.5.0a2

01 Feb 19:39
Compare
Choose a tag to compare
v0.5.0a2 Pre-release
Pre-release

Full Changelog: v0.4.0...v0.5.0a2

v0.4.0

08 May 23:55
Compare
Choose a tag to compare
  • Prevent premature cleanup of the global GIL StallTracker at interpreter exit
  • Allow disabling printing of locals in tracebacks
  • Separate poll_interval and alert_interval, to allow more accurate/fine-grained monitoring

v0.3.2

28 Apr 07:39
Compare
Choose a tag to compare

Fix embarrassing tyop in instrument_gil

v0.3.1

27 Apr 23:32
Compare
Choose a tag to compare

Attempt to statically link libunwind in Linux wheel, to workaround pypa/auditwheel#425