Skip to content

v1.7.2

Compare
Choose a tag to compare
@ko1 ko1 released this 28 Mar 16:58
· 107 commits to master since this release

Bug fix release.

What's Changed

  • Debug functionality
    • Fix arguments for ::Process::daemon patch by @andyw8 in #905
    • Fix bug that "trace line" does not work after stopping trace once by @ono-max in #915
    • free terminated ThreadClients by @ko1 in #918
    • relax authority check by @ko1 in #937
    • remain breakpoints on reloaded files by @ko1 in #944
    • restart all threads on eval by @ko1 in #947
  • CLI
    • -v prints version and do something by @ko1 in #949
  • Remote
    • Fix timing bug on session_server creation by @ko1 in #922
  • DAP
    • DAP: use Object#__send__ to avoid name conflicts by @ono-max in #909
    • DAP: allow custom request extension in Session class by @ono-max in #912
    • DAP: use Mutex when sending response by @ono-max in #914
    • DAP: allow custom request extension in ThreadClient class by @ono-max in #913
    • DAP: rename the method name of custom request by @ono-max in #940
    • DAP: support custom request in session class by @ono-max in #939
    • Improve dap command execution by @st0012 in #920
    • DAP: echo back the given command by @ko1 in #943
    • Add "result" as an argument to custom_dap_request_event method by @ono-max in #945
  • CDP
  • Test
    • Support the new message format of NameError in Ruby 3.3 by @mame in #889
    • Correct test_all task command in Rakefile warning by @andyw8 in #908
    • Increase timeout in debug_code by @k0kubun in #911
    • Remove redundant raw detach test by @st0012 in #892
    • Add test for info consts with an expression by @vinistock in #886
    • Update CI matrix Ruby versions by @yamashush in #880
    • Avoid raising debuggee not finished error if assertions failed by @st0012 in #923
    • Fix test builder (undefined method debug_code) by @andyw8 in #927
    • Add tests for various variable features by @egiurleo in #885
    • skip slow tests by @ko1 in #941
    • Improve test process' kill signalling by @st0012 in #925
  • Doc
  • Misc

New Contributors

Full Changelog: v1.7.1...v1.7.2