Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 1.06 KB

HEAD (unreleased)

1.0.0

  • Ensure PID is an integer (zombocom#46)
  • Minimum Ruby version is now Ruby 2.6
  • Add bigdecimal as a dependency.

0.2.7

  • Native (faster) support for returning memory from different PIDs on mac (zombocom#42)

0.2.6

  • Support returning memory from different PIDs on mac (zombocom#41)

0.2.5

0.2.4

  • Use FFI to speed up memory lookup on Mac (darwin) by roughly 12x (#32)

0.2.3

  • Silence BigDecimal deprecation warning under Ruby 2.5 (#26)

0.2.2

  • Fix support for Ruby 2.4 (#23)

0.2.1

  • ???

0.2.0

  • Reverting back to RSS for linux until (#7) is resolved

0.1.1

  • Bugfix: the ps style of memory reporting should always use RSS, and Linux should always use PSS

0.1.0

  • Default to using PSS for linux (#2 & #3) @ksoderstrom
  • Correct for bit shifting truncation (#4) @ksoderstrom

0.0.1

  • Initial