What's Changed
- proc: handle moving of direct interface flag in Go 1.26 by @randall77 in #4032
- proc: propogate errors from switchToGoroutineStack by @derekparker in #4034
- dwarf/frame: handle unknown opcodes more gracefully by @aarzilli in #4037
- service/dap: add missing response body close by @alexandear in #4039
- pkg,service: simplify tests with slices.Contains by @alexandear in #4040
- pkg/proc: make closure captured vars visible on closure's first line by @aarzilli in #4049
- pkg/proc: fix type cast between slices by @aarzilli in #4048
- For DAP try using debug filename pattern for debug binary path before using random string. fix for #3494 (new Windows Firewall detections) by @rustyoz in #4003
- pkg/goversion: update max supported go minor version by @derekparker in #4046
- service/dap: do not try to access value of unreadable string variables by @aarzilli in #4055
- service/dap: implement restart request by @derekparker in #4057
- service/dap: do not try to stacktrace an unreadable goroutine by @aarzilli in #4056
- *: v1.25.1 by @derekparker in #4059
New Contributors
- @randall77 made their first contribution in #4032
- @rustyoz made their first contribution in #4003
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1251-2025-07-18
Full Changelog: v1.25.0...v1.25.1