Skip to content

Commit a350aaf

Browse files
authored
v1.7.3 Changelog (#2793)
* v1.7.3 Changelog Co-authored-by: Polina Sokolova <[email protected]>
1 parent 9013a12 commit a350aaf

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@
44
All notable changes to this project will be documented in this file.
55
This project adheres to Semantic Versioning.
66

7+
## [1.7.3] 2021-11-16
8+
9+
### Added
10+
11+
* Misc changes to prepare for Go 1.18 and generics (#2703, @2745, @aarzilli)
12+
* Watchpoint support (disabled on Windows) (#2651, #2659, #2667, #2769, @aarzilli)
13+
* Warn about listening to remote connections (#2721, @aarzilli)
14+
* Support call injection with rr backend (#2740, @aarzilli)
15+
* Support JSON-RPC and DAP on the same port from 'dlv debug/exec/test/attach' (#2755, @polinasok)
16+
* DAP: Remote attach support (#2709, @polinasok)
17+
* DAP: Multi-client support (#2731, #2737, #2781, @polinasok)
18+
* DAP: Logpoints support (#2634, #2730, #2747, #2748, @suzmue)
19+
* DAP: Dissasembly view support (#2713, #2716, #2728, #2742, @suzmue)
20+
* DAP: Support dlvCwd and use a temp file as default debug binary (#2660, #2734, @hyangah, @polinasok)
21+
* DAP: Auto-resume execution when setting breakpoints while running (#2726, @suzmue)
22+
* DAP: Add --client-addr flag to run dap with a predefined client (#2568, @hyangah)
23+
* DAP: Log parsed and applied launch configs (#2732, @polinasok)
24+
* DAP: Add option to hide system goroutines (#2743, @suzmue)
25+
* DAP: Add support for special 'config' expressions (#2750, @suzmue)
26+
27+
### Fixed
28+
29+
* Return correct exit status from Halt command (#2674, @suzmue)
30+
* Merge register data before writing to register (#2699, @mknyszek)
31+
* Do not assign temp breakpoint IDs to avoid conflicts with user breakpoints (#2650, @aarzilli)
32+
* Miscellaneous fixes for Windows native backend (#2736, @aarzilli)
33+
* Return error when assigning between function variables (#2692, @aarzilli)
34+
* Obey logflags config for LoadConfig warnings (#2701, @aarzilli, @suzmue)
35+
* Workaround for debugserver register set bug (#2770, @aarzilli)
36+
* DAP: Fix nil dereference when byte array cannot be converted to string (#2733, @polinasok)
37+
* DAP: Fix data race for noDebugProcess.ProcessState (#2735, @polinasok)
38+
39+
### Changed
40+
41+
* Refine handling of version-too-old errors (#2684, #2712, @polinasok, @yang-wei)
42+
* eBPF tracing backend return value parsing (#2704, @derekparker)
43+
* Replace libbpfgo with cilium/ebpf (##2771, @derekparker)
44+
* DAP: Merge Arguments and Locals scopes (#2717, @suzmue)
45+
* DAP: Refine launch/attach error visibility (#2671, @polinasok)
46+
* DAP: Server refactoring to separate listener and client session layers (#2729, @polinasok)
47+
* DAP: Improve shutdown logic and test coverage (#2749, @polinasok)
48+
749
## [1.7.2] 2021-09-21
850

951
### Added

0 commit comments

Comments
 (0)