What's Changed
- *: modernize codebase by @derekparker in #4221
- capslock: update capslock output by @aarzilli in #4224
- proc: fix finding moduledata in 1.26+ by @derekparker in #4228
- lru: remove mutex from lru cache by @aarzilli in #4226
- service/dap: Add hit conditional breakpoint capability by @DrSergei in #4230
- *: downgrade riscv64 by @derekparker in #4232
- proc/internal/ebpf: improve shutdown for polling & ebpf objects by @derekparker in #4231
- goversion: Fix ProducerAfterOrEqual comparison for devel builds by @typesanitizer in #4234
- Propagate short type option when printing structs. by @igadmg in #4235
- service/dap: reject most requests before launch/attach by @aarzilli in #4240
- service/rpccommon: print error when we can't decode request body by @aarzilli in #4247
- service/api: Update waitReason switch for Go 1.27 by @typesanitizer in #4244
- service/debugger: better error if process is already being debugged by @aarzilli in #4242
- pkg/proc: fix ebpf uprobe placement to skip function prologue by @derekparker in #4249
- cmd/dlv: add trace backend parity test by @derekparker in #4250
- Documentation: document AI policy / add agent files by @derekparker in #4248
- proc,service: detect and warn about trimpath by @aarzilli in #4241
- proc: fix TestRangeOverFuncNext for go1.26 on arm64 by @aarzilli in #4254
- goversion: parse rc version with trailing suffix by @alexsaezm in #4255
- terminal/starbind: add 'append_file" built-in func by @sding3 in #4252
- proc: fix sigpanics in swiss map iterator by @derekparker in #4261
- pkg/debugdetect: add package for detecting debugger attachment by @derekparker in #4258
- deps: migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @scop in #4257
- service/api: remove variable formatting helper methods by @aarzilli in #4259
- documentation: updated stale DAP documentation by @stack1ng in #4265
- proc: support debugging stripped non-Go binaries by @derekparker in #4263
- service/dap: better error messages when we can't launch the debugger by @aarzilli in #4264
- pkg/terminal/starbind: remove some duplicate code by @aarzilli in #4262
- pkg/proc/debuginfod: fix debuginfod download progress by @aarzilli in #4270
- proc: Remove special-casing for 1.23 in tests by @typesanitizer in #4271
- *: v1.26.1 by @derekparker in #4272
New Contributors
- @DrSergei made their first contribution in #4230
- @typesanitizer made their first contribution in #4234
- @igadmg made their first contribution in #4235
- @sding3 made their first contribution in #4252
- @stack1ng made their first contribution in #4265
Full Changelog: v1.26.0...v1.26.1
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1261-2026-03-03