Skip to content

Releases: monsterxx03/gospy

Release refs/tags/v0.8.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 13:57
  • upgrade mcp-go to support streamableHTTP protocol
  • add Add to Cursor button in README (supported by cursor 1.0)

Release refs/tags/v0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 08:03
  • Add mcp server
  • Parse p info from memory
  • hide dead goroutines by default (show by --show-dead)

Release refs/tags/v0.7.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 11:01
fix release workflow

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 10:07

Rewrite with aider, support MacOS

Release v0.6.0

Choose a tag to compare

@monsterxx03 monsterxx03 released this 22 Dec 09:06

support go1.21

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:25

Support PIE build binary in 1.15

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 08:01
  • Enhance summary output
  • Show related channel info when goroutine is sending/receiving/select chan
  • Fix: waitreason in 1.13("GC scavenge wait" added)
  • Fix: summary height on top ui
  • Fix: avoid crash on <1.12, since flushGen is added on 1.12
  • Refactor: use reflect to do Binary.Initialize

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 10:38
  • Refactor to make struct tags support more runtime types
  • Add gospy var command to dump a runtime global variable
  • Add gospy heap command to dump runtime heap info
  • Dump target process's uptime
  • Dump target process's last gc time
  • Fix GC: TotalPauseTime

0.2.0

Choose a tag to compare

@monsterxx03 monsterxx03 released this 07 Oct 08:15
  • More runtime info
  • Add e2e compatibility test

Initial release

Choose a tag to compare

@monsterxx03 monsterxx03 released this 30 Sep 03:34

Inital release, support cmd: gospy summary, gospy top