Changelog

What is new in PyExec

Every release, improvement, and bug fix — documented in one place.

v2.8.0
Minor
Latest
June 10, 2026
Real-time streaming output for long-running jobs
New Python 3.12 runtime option
GPT-4o mini support for code generation
Improved CSV parsing for malformed files
v2.7.3
Patch
May 30, 2026
Fixed memory leak in worker pool under high concurrency
Corrected timezone handling in scheduled jobs
Improved error messages for quota exceeded cases
v2.7.0
Minor
May 15, 2026
Webhook retry logic with exponential backoff
New `/jobs/batch` endpoint for submitting multiple jobs
SDK: Python and JS clients updated to 2.4.0
Dashboard: new usage analytics charts

Breaking changes

Webhook payload schema updated — `job.result` is now nested under `data`
v2.6.0
Minor
May 2, 2026
Team workspaces with role-based access control
Shared API key management for teams
Job templates — save and reuse common prompts
Export job history to CSV
v2.5.1
Patch
April 22, 2026
Security patch for CVE-2026-1234 (dependency update)
Fixed occasional 504 timeout on large file uploads
CLI: `pyexec logs --follow` now exits cleanly on job completion
v2.5.0
Minor
April 8, 2026
Claude 3.5 Sonnet and Opus code generation models
Structured JSON output mode for API responses
New rate limit headers: `X-RateLimit-Remaining`, `X-RateLimit-Reset`
Worker memory upgraded to 2 GB on Pro/Business plans