Skip to content

Releases: google/go-dap

v0.12.0

26 Feb 20:49
69ae96d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

25 Aug 18:42
021ca71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

29 Jun 18:52
9ced64e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

v0.9.1

02 Jun 21:18
2cac552
Compare
Choose a tag to compare

This release fixes a bug in that turned some type aliases into pointers. go-dap clients will likely need to update their code when importing this new version.

This release also retracts v0.9.0.

What's Changed

  • Make omitempty structs pointers by @rehmsen in #75 and https://github.com/google/go-dap/pull/ and #81

    Similar to the change of the Breakpoint.Source in v0.7.0, this changes the types of several other struct fields to be pointers. This addresses a confusing bug, where empty structs were included in the marshaled json. DAP Clients were then treating the zero-value structs as new values, and updating state accordingly.

  • go.mod: retract v0.9.0 by @suzmue in #83

Full Changelog: v0.8.0...v0.9.1

v0.9.0 (retracted)

31 May 16:05
d1322a7
Compare
Choose a tag to compare

This release changes the types of several struct fields to pointers. go-dap clients will likely need to update their code when importing this new version.

What's Changed

  • Make omitempty structs pointers by @rehmsen in #75

    Similar to the change of the Breakpoint.Source in v0.7.0, this changes the types of several other struct fields to be pointers,. This addresses a confusing bug, where empty structs were included in the marshaled json. DAP Clients were then treating the zero-value structs as new values, and updating state accordingly.

Code Health

Full Changelog: v0.8.0...v0.9.0

v0.8.0

11 Apr 14:36
f58c894
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 Dec 17:25
c3d6893
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 Sep 21:21
b502379
Compare
Choose a tag to compare

Support for DAP @ 1.49

Notable Changes

  • Use json.RawMessage for launch/attach arguments (#57)
  • No omitempty for ErrorMessage.ShowUser (#60)

Thank you
Thank you for your contributions: @eliben, @hyangah, @polinasok, @suzmue