v1.25.0
What's Changed
- cmd/dlv: update staticcheck by @aarzilli in #3989
- proc: remove dieToRuntimeType by @aarzilli in #3985
- pkg/terminal: improve TestBreakPointFailWithCond by @alexandear in #3996
- gdbserial: fix call injection with newer versions of macOS by @aarzilli in #3988
- version: use git hash instead of file blob hash for Version.Build by @codeaucafe in #3987
- version: remove build constraint by @aarzilli in #3998
- goversion: fix development version parsing by @aarzilli in #3999
- service/debugger,rpc2,dap: target locking review by @aarzilli in #3997
- terminal/command: Fix typo in goroutines help output by @jersey1dev in #4024
- proc: fix sigpanic in openOnRead by @aarzilli in #4018
- proc/gdbserial: fix out of bounds access reading registers by @aarzilli in #4017
- service/dap: do not attempt further loading on unreadable string vars by @aarzilli in #4016
- proc: fix TestRangeOverFunc for arm64 on go1.25 by @aarzilli in #4014
- proc: fix nil pointer dereference in swiss table iterator by @aarzilli in #4015
- service/dap: fix race condition between disconnect and continue by @aarzilli in #4028
- Exclude internal breakpoints from response by @ConradIrwin in #4027
- proc: fill bi member of constants by @aarzilli in #4026
- *: Release v1.25.0 by @derekparker in #4029
New Contributors
- @codeaucafe made their first contribution in #3987
- @jersey1dev made their first contribution in #4024
- @ConradIrwin made their first contribution in #4027
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1250-2025-04-16
Full Changelog: v1.24.2...v1.25.0