Releases: dedalus-labs/dedalus-python
Releases · dedalus-labs/dedalus-python
v0.2.0
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
v0.0.4
v0.0.3
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
v0.0.2
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
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)