What's Changed
- proc/native: update Windows syscall generator by @typesanitizer in #4404
- *: add scripts to setup / run eval fuzzer and run in CI by @derekparker in #4412
- proc: export LoadFullValue as return-by-value helper by @derekparker in #4411
- build: pin github actions to commit shas and declare workflow permissions by @Totara-thib in #4405
- build: add plumber workflow security check by @Totara-thib in #4406
- pkg/proc: Defer pointer cast to syscall invoking function by @typesanitizer in #4414
- service/dap: print "ps aux" before exiting tests by @aarzilli in #4417
- proc: do not nest memCache objects by @aarzilli in #4418
- ci: fail early when a release is already published by @FranciscoPombal in #4408
- release: make interrupted draft uploads rerunnable by @FranciscoPombal in #4409
- build(deps): bump github.com/cilium/ebpf from 0.11.0 to 0.22.0 by @dependabot[bot] in #4422
- ci: upgrade GitHub Actions and pin GoReleaser by @derekparker in #4427
- proc: advance through FreeBSD process snapshots by @typesanitizer in #4421
- service/dap: honor the frame and goroutine of the SetVariable scope by @larrasket in #4419
- tests: report error with t.Fatal if we can't compile a fixture by @aarzilli in #4424
- debugger: close resumeNotify early with the halt command by @aarzilli in #4425
- ci: upload fuzz crashers as GitHub Actions artifacts by @derekparker in #4428
- tests: regenerate capslock by @aarzilli in #4426
- ci: run the FreeBSD tests on GitHub Actions by @neilpang in #4432
- terminal,service,proc: add set next statement (jump) command by @larrasket in #4434
- proc/native: poll wait4 on FreeBSD to avoid a lost wakeup by @neilpang in #4435
- proc: fix infinite loop in mapIteratorSwiss.next by @aarzilli in #4433
- proc: do not call debuginfod-find right after attach by @aarzilli in #4431
- dap: add types command to list program types by @larrasket in #4439
- gobuild: keep -C first for test builds by @cuishuang in #4444
- proc: fix range-over-func next test on linux/loong64 by @loongson-zn in #4441
- proc,service: emit events while calling DownloadLibraryDebugInfo by @aarzilli in #4438
- goversion: format versioned development builds correctly by @cuishuang in #4445
- *: v1.27.2 by @derekparker in #4446
New Contributors
- @Totara-thib made their first contribution in #4405
- @dependabot[bot] made their first contribution in #4422
- @neilpang made their first contribution in #4432
- @loongson-zn made their first contribution in #4441
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1272-2026-09-08
Full Changelog: v1.27.1...v1.27.2