Skip to content

Releases: WaveSpeedAI/wavespeed-python

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:37
19c2efa
v1.0.9

Nightly Release 20260616

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:35
19c2efa

TODO: Add nightly release notes

v1.0.8

Choose a tag to compare

@arabot777 arabot777 released this 03 Feb 07:56
6f28d16
Merge pull request #2 from WaveSpeedAI/feat/waveless_env

health

v1.0.7

Choose a tag to compare

@arabot777 arabot777 released this 30 Jan 02:05
dc0cbc5
Merge pull request #1 from WaveSpeedAI/feat/waveless_env

fix: separate URL resolution for runpod and waverless environments

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 07 Jan 12:59
Apply concurrency modifier at init and improve job logging

- Call concurrency_modifier immediately in JobScaler.__init__ and resize
  queue if concurrency changes
- Add timeout to asyncio.wait in run_jobs for non-blocking job polling
- Add detailed logging for job start/completion counts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 31 Dec 06:52
Add error handling for failed sync mode predictions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 30 Dec 09:56
Include task ID in API client error messages

This helps users debug failed predictions by providing the task ID
in error messages for timeouts, failures, and result retrieval errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 29 Dec 03:26
Simplify API by making input a positional argument

- Change run() examples and calls to use positional input argument
- Fix datetime.utcnow() deprecation warning in logger
- Fix test mocks for raise_for_status and jobs_queue

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Dec 06:33
Add retry and sync mode documentation to README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Nov 14:21
Build wheel in python-publish workflow

Match python-packages.yml by building both wheel and sdist instead of
sdist only. Pure Python package produces universal py3-none-any wheel.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>