Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beeper/desktop-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.296
Choose a base ref
...
head repository: beeper/desktop-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 1 commit
  • 74 files changed
  • 1 contributor

Commits on Feb 20, 2026

  1. release: 4.2.0 (#4)

    * feat(api): add `description` field to chats, make `title` optional
    
    `title` now fallbacks to `null`, instead of an empty string
    
    * fix(client): close streams without requiring full consumption
    
    * chore(internal/tests): avoid race condition with implicit client cleanup
    
    * chore(internal): grammar fix (it's -> its)
    
    * chore(package): drop Python 3.8 support
    
    * fix: compat with Python 3.14
    
    * fix(compat): update signatures of `model_dump` and `model_dump_json` for Pydantic v1
    
    * chore: add Python 3.14 classifier and testing
    
    * fix: ensure streams are always closed
    
    * chore(deps): mypy 1.18.1 has a regression, pin to 1.17
    
    * chore: update lockfile
    
    * chore(docs): use environment variables for authentication in code snippets
    
    * fix(types): allow pyright to infer TypedDict types within SequenceNotStr
    
    * chore: add missing docstrings
    
    * chore(internal): add missing files argument to base client
    
    * chore: speedup initial import
    
    * fix: use async_to_httpx_files in patch method
    
    * chore(internal): add `--fix` argument to lint script
    
    * chore(internal): codegen related update
    
    * docs: prominently feature MCP server setup in root SDK readmes
    
    * feat(client): add support for binary request streaming
    
    * chore(internal): update `actions/checkout` version
    
    * chore: configure new SDK language
    
    * feat(api): add upload asset and edit message endpoints
    
    * feat(api): manual updates
    
    * feat(api): remove mcp for now
    
    * codegen metadata
    
    * codegen metadata
    
    * chore(ci): upgrade `actions/github-script`
    
    * feat(client): add custom JSON encoder for extended type support
    
    * feat(api): manual updates
    
    * chore(internal): bump dependencies
    
    * chore(internal): fix lint error on Python 3.14
    
    * feat(api): add reactions
    
    * chore: format all `api.md` files
    
    * feat(api): manual updates
    
    * codegen metadata
    
    * release: 4.2.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    1656f98 View commit details
    Browse the repository at this point in the history
Loading