|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | This project adheres to Semantic Versioning.
|
5 | 5 |
|
| 6 | +## [1.7.0] 2021-07-19 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Go 1.17 support (@aarzilli, @mknyszek) |
| 11 | +- Add new API and terminal command for setting watchpoints (@aarzilli) |
| 12 | +- Add filtering and grouping to goroutines command (@aarzilli) |
| 13 | +- Added support for hit count condition on breakpoints (@suzmue, @aarzilli) |
| 14 | +- DAP server: Handle SetVariable requests (@hyangah) |
| 15 | +- DAP server: Add clipboard support (@hyangah) |
| 16 | + |
| 17 | +### Fixed |
| 18 | + |
| 19 | +- DAP server: Several shutdown / disconnect fixes (@suzmue, @polinasok) |
| 20 | +- DAP server: Clean output executable name on Windows (@hyangah) |
| 21 | +- DAP server: Variables response must not have null variables array (@polinasok) |
| 22 | +- Fix runtimeTypeToDIE setup (necessary for Go 1.17) (@aarzilli) |
| 23 | +- Reenable CGO stacktrace test on arm64 (@derekparker) |
| 24 | +- Fix incorrect integer casts in freebsd C backend (@dwagin) |
| 25 | +- Ensure correct exit status reported on commands following process death (@derekparker) |
| 26 | +- Misc flakey test fixes / test refactoring (@polinasok) |
| 27 | +- Fix for frame parameter being ignored in ConvertEvalScope when no goroutine is found (@suzmue) |
| 28 | +- Ensure ContinueOnce returns StopExited if process exited, otherwise return StopUnknown (@polinasok) |
| 29 | +- Fix panic in RPC2.ListDynamicLibraries (@derekparker) |
| 30 | +- Fix typo in flag passed to check if debugserver supports unmask_signals (@staugust) |
| 31 | + |
| 32 | +### Changed |
| 33 | + |
| 34 | +- DAP server: Add sameuser security check (@hyangah) |
| 35 | +- DAP server: Changes to context-dependent load limits for string type (@hyangah, @polinasok) |
| 36 | +- DAP server: Add paging for arrays, slices and maps (@suzmue) |
| 37 | +- DAP server: Deemphasize internal runtime stack frames (@suzmue) |
| 38 | +- DAP server: Add throw reason to exception information upon panic (@suzmue) |
| 39 | +- DAP server: Set breakpoint hit ID (@suzmue) |
| 40 | +- DAP server: Add string value of byte/rune slice as child (@suzmue) |
| 41 | +- Documentation: Add viminspector to list of editor plugins (@aarzilli) |
| 42 | +- Support for ZMM registers in gdbserial backend (@aarzilli) |
| 43 | +- Remove support for stack barriers (@derekparker) |
| 44 | +- Improve support for DWARF5 (@derekparker) |
| 45 | +- Improve documentation (@derekparker, @aarzilli) |
| 46 | +- Print message and exit if Delve detects it is running under Rosetta on M1 macs (@aarzilli) |
| 47 | +- Drop official Go 1.14 support (@derekparker) |
| 48 | + |
6 | 49 | ## [1.6.1] 2021-05-18
|
7 | 50 |
|
8 | 51 | ### Added
|
|
0 commit comments