Skip to content

Release 0.27.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 20:52

v0.27.2 - 1st Sep, 2021

A list of all issues and changes can be found in the v0.27.2 milestone and commit history.

Enhancement

  • Supports replay and core debug launch modes. (PR 1268)
  • gopls now watches changes in go.work files to support Go Proposal 45713.

Fixes

  • Fixed issues around building binaries for debugging when symlinks or case-insensitive file systems are involved. (Issues 1680, 1677, 1713)
  • Clarified the dlvLoadConfig setting is no longer necessary with the new debug adapter (dlv-dap). (CL 344370)
  • Increased the timeout limit from 5sec to 30sec. If dlv-dap still fails to start, please check firewall/security settings do not prevent installation or execution of the dlv-dap (or dlv-dap.exe) binary. (Issue 1693)
  • Go: Install/Update Tools command picks the dlv-dap from the main branch.

Thanks

Thanks for your contributions, Suzy Mueller, Luis Gabriel Gomez, Polina Sokolova, Julie Qiu, and Hana Kim!