Immutable
release. Only release title and notes can be modified.
What's Changed
- proc: fix C frame attribution for noreturn calls in stack unwinding by @alexsaezm in #4374
- build: ignore unsupported windows/arm64 architecture in goreleaser by @FranciscoPombal in #4381
- proc: fix range-over-func stepping tests for 1.27 on arm64 by @aarzilli in #4378
- misc: Go 1.27 compatibility and windows/arm64 test fixes by @derekparker in #4377
- service/dap: send InvalidatedEvent after SetVariable and WriteMemory by @DrSergei in #4384
- proc: fix panic on follow-exec process exit by @derekparker in #4383
- dap: make variable load limits configurable by @larrasket in #4385
- pkg/proc: cleanup stepping tests by @aarzilli in #4382
- go.mod: update disassembler by @aarzilli in #4379
- pkg/terminal: add exit -d to detach without killing the process by @larrasket in #4387
- terminal: extend frame pointer unwinding blocking branch to fix TestScopePrefix index panic on windows/arm64 by @derekparker in #4388
- terminal: fix watch documentation by @aarzilli in #4390
- proc/core: handle UTF-16LE output from procdump64 in TestMinidump by @derekparker in #4393
- service/test: skip waitreason test on development versions by @aarzilli in #4394
- dwarf/frame: add DW_CFA_GNU_args_size opcode by @minhbq-99 in #4392
- dwarf/frame: check the error after executing an opcode by @minhbq-99 in #4391
- Teamcity: update Ubuntu version by @aarzilli in #4396
- service/dap,terminal: add option to display expanded/raw strings by @hitzhangjie in #4395
- teamcity: use Debian for linux/386 CI images by @derekparker in #4400
- service/dap: set type in SetVariable response by @larrasket in #4397
- proc: fix arm64 crosscall2 SP restore for cgo stacktraces by @derekparker in #4399
- *: v1.27.1 by @derekparker in #4403
New Contributors
- @FranciscoPombal made their first contribution in #4381
- @larrasket made their first contribution in #4385
- @minhbq-99 made their first contribution in #4392
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1271-2026-07-31
Full Changelog: v1.27.0...v1.27.1