Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rbspy/rbspy

v0.16.0

10 Feb 03:14

Choose a tag to compare

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

v0.15.1

06 Feb 14:17

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

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

v0.15.0

26 Dec 17:23

Choose a tag to compare

  • Add support for ruby 3.2.0
  • Upgrade crate dependencies
  • Simplify bindgen output

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

v0.14.0

01 Dec 03:01

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

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

v0.13.1

11 Nov 20:59

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

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

v0.13.0

02 Nov 11:46

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

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

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

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.

v0.11.0

25 Feb 02:56

Choose a tag to compare

  • Support Ruby 3.1.1
  • In flamegraphs, use similar colors for similar path/function names

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