|
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.21.0] 2023-06-23 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Go 1.21 support (#3370, #3401, @aarzilli) |
| 11 | +- Basic debug functionality for stripped executables (#3408, #3421, @derekparker) |
| 12 | +- Core dumping on FreeBSD (#3305, @aarzilli) |
| 13 | +- Ability to automatically attach to child processes when they are spawned (linux-only) (#3286, #3346, @aarzilli) |
| 14 | +- Starlark scripts can now use the time module (#3375, @andreimatei) |
| 15 | +- Online help for starlark interpreter (#3388, @aarzilli) |
| 16 | +- `dlv trace` has a new option, `--timestamp`, that prints timestamps before every trace event (#3358, @spacewander) |
| 17 | + |
| 18 | +### Fixed |
| 19 | + |
| 20 | +- Stepping could hide normal breakpoint hits occurring simultaneously, in rare circumstances (#3287, @aarzilli) |
| 21 | +- Internal error when defer locations can not be resolved (#3329, @aarzilli) |
| 22 | +- Channels of certain types could be displayed incorrectly (#3362, @aarzilli) |
| 23 | +- Formatted time wouldn't always be displayed when using DAP (#3349, @suzmue) |
| 24 | +- Function call injection when parameters are in registers (#3365, @ZekeLu) |
| 25 | +- Panic in Starlark interface when using partially loaded variables (#3386, @andreimatei) |
| 26 | +- Use debug info directories configuration in `dlv trace` (#3405, @nozzy123nozzy) |
| 27 | +- Updated DAP version (#3414, @suzmue) |
| 28 | + |
| 29 | +### Changed |
| 30 | + |
| 31 | +- Improved eBPF tracepoints (#3325, #3353, #3417, @chenhengqi, @derekparker) |
| 32 | +- The name of the default output binary is now randomizes, which fixes some weird behavior when multiple instances of Delve are run simultaneously in the same directory (#3366, @aarzilli) |
| 33 | +- Stderr of debuginfod-find is now suppressed (#3381, @fche) |
| 34 | +- Better documentation for substitute-path (#3335, @aarzilli) |
| 35 | +- `quit -c` will ask for confirmation when breakpoints still exist (#3398, @aarzilli) |
| 36 | +- Miscellaneous improvements to documentation and tests (#3326, #3327, #3340, #3341, #3357, #3378, #3376, #3399, #3374, #3426, @alexandear, @cuishuang, @alexsaezm, @andreimatei) |
| 37 | + |
| 38 | + |
6 | 39 | ## [1.20.2] 2023-04-05
|
7 | 40 |
|
8 | 41 | ### Added
|
|
0 commit comments