|
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.24.0] 2024-12-18 |
| 7 | + |
| 8 | +### Added |
| 9 | + |
| 10 | +- Support for Go 1.24, particularly the new swiss table map implementation (#3882, #3879, #3838, @aarzilli) |
| 11 | +- Import go telemetry and enable crash reporting (#3841, @hyangah) |
| 12 | +- Enable stepping into coroutine (#3791, @aarzilli) |
| 13 | +- Add raw examinemem dump (#3721, @aarzilli) |
| 14 | +- Add linux-riscv64 support (experimental) (#3785, @lrzlin) |
| 15 | +- Automatically guessing substitute-path config (#3781, @aarzilli) |
| 16 | +- Print a message when the debuggee process exits while Delve in headless mode (#3870, @jakejx) |
| 17 | +- Allow accessing closure captured variable as if they were struct fields (#3866, @aarzilli) |
| 18 | +- Add dape to list of plugins (#3817, @jgarte) |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +- Fix step stuttering when entering range-over-func bodies (#3788, @aarzilli) |
| 23 | +- Fix formatting of autogenerated documentation (#3836, @aarzilli) |
| 24 | +- Fix issue on Windows when launching process while detached (#3867, @aarzilli) |
| 25 | +- Fix handling of unsatisfiable breakpoints during restart (#3868, @aarzilli) |
| 26 | + |
| 27 | +### Changed |
| 28 | + |
| 29 | +- Update 'client-addr' to support Unix domain sockets (#3819, @n1lesh) |
| 30 | +- Adds pointer pinning to call injection, improving function calls during debug session (#3787, @aarzilli) |
| 31 | +- Allow modification of starlark structs returned by API (#3872, @aarzilli) |
| 32 | +- API V1 has been removed following the deprecation from last version (#3881, @aarzilli) |
| 33 | + |
6 | 34 | ## [1.23.1] 2024-09-23
|
7 | 35 |
|
8 |
| -Telemetry notice: starting with version 1.24.0 Delve will begin collecting opt-in telemetry data using the same mechanism used by the toolchain, see https://github.com/golang/go/issues/68384, https://go.dev/doc/telemetry#background, https://github.com/go-delve/delve/issues/3815. |
| 36 | +Telemetry notice: starting with version 1.24.0 Delve will begin collecting opt-in telemetry data using the same mechanism used by the toolchain, see <https://github.com/golang/go/issues/68384>, <https://go.dev/doc/telemetry#background>, <https://github.com/go-delve/delve/issues/3815>. |
9 | 37 |
|
10 | 38 | ### Fixed
|
11 | 39 |
|
|
0 commit comments