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