Skip to content

Releases: beeper/desktop-api-cli

v0.1.0

24 Feb 16:52

Choose a tag to compare

0.1.0 (2026-02-24)

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

⚠ BREAKING CHANGES

  • add support for passing files as parameters

Features

  • add readme documentation for passing files as arguments (f7b1b4a)
  • add support for passing files as parameters (49ca642)
  • api: add cli (c57f02a)
  • api: add reactions (b16c08a)
  • api: add upload asset and edit message endpoints (da2ca66)
  • api: api update (56afbbc)
  • api: api update (9f69525)
  • api: manual updates (0c8a0ee)
  • api: manual updates (b3fb2a0)
  • api: manual updates (b66f2b5)
  • client: provide file completions when using file embed syntax (bdf34ce)
  • cli: improve shell completions for namespaced commands and flags (eded84a)
  • improved support for passing files for any-typed arguments (8c8fa87)

Bug Fixes

  • fix for file uploads to octet stream and form encoding endpoints (f26b475)
  • fix for nullable arguments (5f10511)
  • fix for when terminal width is not available (eba0a3f)
  • fix mock tests with inner fields that have underscores (7c4554a)
  • preserve filename in content-disposition for file uploads (c230cef)
  • prevent tests from hanging on streaming/paginated endpoints (fcf4608)
  • restore support for void endpoints (de2984b)
  • use RawJSON for iterated values instead of re-marshalling (06bc1c7)

Chores

  • add build step to ci (f2bddcf)
  • configure new SDK language (6db7b30)
  • configure new SDK language (388b391)
  • internal: codegen related update (1cfe60b)
  • internal: codegen related update (8e91787)
  • internal: codegen related update (46e5aef)
  • internal: codegen related update (6987a4c)
  • update documentation in readme (5633fad)