Skip to content

Releases: beeper/desktop-api-go

v0.2.0

05 Feb 01:00
36175b7

Choose a tag to compare

0.2.0 (2026-01-31)

Full Changelog: v0.1.0...v0.2.0

Features

  • api: add description field to chats, make title optional (fbf0470)
  • api: add upload asset and edit message endpoints (6d37bf4)
  • api: manual updates (d52c6cb)
  • api: manual updates (782c77d)
  • api: remove mcp for now (0cf432f)
  • client: add a convenient param.SetJSON helper (9ea70da)
  • encoder: support bracket encoding form-data object members (a338742)

Bug Fixes

  • client: correctly specify Accept header with / instead of empty (2bcd6c1)
  • docs: add missing pointer prefix to api.md return types (9fd334b)
  • fix for namespace collisions with client and resource test methods (7454269)
  • mcp: correct code tool API endpoint (568939e)
  • rename param to avoid collision (d304cbe)

Chores

  • add float64 to valid types for RegisterFieldValidator (4658d5c)
  • bump gjson version (1194594)
  • configure new SDK language (ebb892c)
  • elide duplicate aliases (fa3d456)
  • internal: codegen related update (f2d3a30)
  • internal: codegen related update (77a6d60)
  • internal: grammar fix (it's -> its) (60171f3)
  • internal: update actions/checkout version (1f84ff0)

Documentation

  • prominently feature MCP server setup in root SDK readmes (fcad6f3)

v0.1.0

16 Oct 22:55
a40a83d

Choose a tag to compare

0.1.0 (2025-10-16)

Full Changelog: v0.0.1...v0.1.0

Features

Bug Fixes

  • close body before retrying (c6145c4)

Chores

  • configure new SDK language (7f956b3)
  • configure new SDK language (310166b)
  • internal: codegen related update (b891408)
  • internal: codegen related update (3c735fe)