release: 0.8.3 #35
Merged
release: 0.8.3 #35
mesa-dot-dev / Mesa
succeeded
Aug 1, 2025 in 42s
Review completed
[#35 release: 0.8.3]: Review completed with 0 review comments
Details
What Changed
This is an automated release PR that versions the package to 0.8.3. The key changes bundled in this release are:
- File Upload Support: The client now supports file uploads by allowing raw
bytesto be passed as request content insrc/kernel/_base_client.py. - Reduced Default Timeout: The default timeout for API requests has been lowered to 5 seconds.
- Developer Experience: A new
.vscode/settings.jsonfile was added to standardize Python import analysis within the project.
Risks / Concerns
The main consideration with this release is the reduction of the default API timeout to 5 seconds. This could be a breaking change for users performing long-running operations who relied on the previous, more lenient default. Otherwise, this is a great release that adds valuable functionality.
9 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
Loading