Skip to content

Releases: rbspy/rbspy

v0.17.0

31 Mar 13:25
Compare
Choose a tag to compare

v0.16.0

10 Feb 03:14
Compare
Choose a tag to compare

v0.15.1

06 Feb 14:17
Compare
Choose a tag to compare
  • Fix rare crash when we can't retrieve a thread ID (#376)
  • Show approximate line numbers, when possible, in summary output
  • Improve error handling when determining line numbers
  • Upgrade crate dependencies

v0.15.0

26 Dec 17:23
Compare
Choose a tag to compare
  • Add support for ruby 3.2.0
  • Upgrade crate dependencies
  • Simplify bindgen output

v0.14.0

01 Dec 03:01
Compare
Choose a tag to compare
  • Add support for ruby 2.7.7, 3.0.5, and 3.1.3
  • Avoid malloc-related panic if the cfp vector length is too large
  • CI and build improvements

v0.13.1

11 Nov 20:59
Compare
Choose a tag to compare
  • Tolerate sample timestamps arriving out of order (#371)
  • Upgrade spytools crate to pick up memory map panic fix
  • Upgrade other dependencies
  • CI improvements

v0.13.0

02 Nov 11:46
Compare
Choose a tag to compare
  • Use spytools crate for initialization and process discovery
  • Ensure that released unix binaries are executable
  • Upgrade crate dependencies

If you're new to rbspy and would like to use it, please check out the installation guide.

v0.12.1

26 Apr 16:42
Compare
Choose a tag to compare
  • Add --force-version flag for testing with pre-release or custom Ruby versions (#357)
  • Fix CLI bug when using the summary-by-line format (#361)
  • Improve library examples (#358) and help text

If you're new to rbspy and would like to use it, please check out the installation guide.

v0.12.0

13 Apr 02:09
Compare
Choose a tag to compare
  • Add support for Ruby 2.6.10, 2.7.6, 3.0.4, and 3.1.2
  • Use directories crate to find OS-appropriate cache directory

If you're new to rbspy and would like to use it, please check out the installation guide.

v0.11.1

28 Feb 15:28
Compare
Choose a tag to compare
  • Make StackFrame and StackTrace types part of the public library API (#353)
  • Avoid modifying read-only directories in test code to facilitate packaging on Nix (#354)

If you're new to rbspy and would like to use it, please check out the installation guide.