Skip to content

Releases: dedalus-labs/dedalus-python

v0.2.0

22 Apr 18:33
e4a0cf2

Choose a tag to compare

0.2.0 (2026-04-22)

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

Features

  • client: add event handler implementation for websockets (d46b70f)
  • client: add path parameters for web sockets (a805582)
  • client: allow enqueuing to websockets even when not connected (3c790cf)
  • client: support reconnection in websockets (e5e6c38)
  • client: support sending raw data over websockets (235869c)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (9d1b3a5)
  • ensure file data are only sent as 1 parameter (41853cb)

Performance Improvements

  • client: optimize file structure copying in multipart requests (f1a1920)

Chores

  • ci: remove release-doctor workflow (20dab67)
  • internal: codegen related update (126141f)
  • internal: more robust bootstrap script (7aa05e9)
  • remove custom code (84a40a9)
  • tests: bump steady to v0.22.1 (b1e0be9)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.1.0

02 Apr 00:31
25c43d2

Choose a tag to compare

0.1.0 (2026-04-02)

Full Changelog: v0.0.4...v0.1.0

Features

  • api: add sleep & wake methods (e9709ab)

v0.0.4

01 Apr 01:21
6746493

Choose a tag to compare

0.0.4 (2026-04-01)

Full Changelog: v0.0.3...v0.0.4

Features

  • internal: implement indices array format for query and form serialization (964fbdf)

Chores

  • api: rename workspaces to machines (ebbdaee)
  • tests: bump steady to v0.20.1 (fe9a91b)
  • tests: bump steady to v0.20.2 (e4097a4)

v0.0.3

25 Mar 03:49
e3e63f1

Choose a tag to compare

0.0.3 (2026-03-25)

Full Changelog: v0.0.2...v0.0.3

Bug Fixes

  • api: rename stream_status to watch, remove wake_if_needed from workspace methods (453d5c3)
  • sync uv.lock version with pyproject.toml (45e2a3f)

Chores

  • ci: skip lint on metadata-only changes (d38d11a)
  • tests: bump steady to v0.19.7 (ea163fc)

v0.0.2

24 Mar 02:04
837ff67

Choose a tag to compare

0.0.2 (2026-03-23)

Full Changelog: v0.0.1...v0.0.2

Bug Fixes

  • api: add stream_status SSE endpoint, websocket terminals, websocket_base_url param (b377c15)
  • sanitize endpoint path params (ddb7735)

Chores

  • internal: update gitignore (54dd954)
  • tests: bump steady to v0.19.4 (c6813af)
  • tests: bump steady to v0.19.5 (6b3f3df)
  • tests: bump steady to v0.19.6 (7e6cdf9)

Refactors

  • tests: switch from prism to steady (1766adf)

v0.0.1

18 Mar 20:12
6e3efb9

Choose a tag to compare

0.0.1 (2026-03-18)

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

Bug Fixes

  • api: consolidate pagination & disable websockets (f5c935c)

Chores

  • api: update homebrew tap and code samples (8efa47d)