Releases: denoland/sandbox-py
Releases · denoland/sandbox-py
0.14.0
Features
- feat: add toggle for preview/production timelines to "create revision" API by @piscisaureus in #55
- feat: add support for revision progress by @marvinhagemeister in #56
New Contributors
- @piscisaureus made their first contribution in #55
Full Changelog: v0.13.0...v0.14.0
0.13.0
Features
- feat: add custom error class to show api error details by @marvinhagemeister in #51
Full Changelog: v0.12.0...v0.13.0
0.12.0
Features
Full Changelog: v0.11.0...v0.12.0
0.10.0
What's Changed
- feat: sync with recent API changes by @marvinhagemeister in #44
Full Changelog: v0.9.0...v0.10.0
0.9.0
Features
- feat: add debug option that prints trace id + close reason by @marvinhagemeister in #40
Bug Fixes
- fix: prevent write_file from failing when streaming data. by @marvinhagemeister in #42
Maintenance
- chore: add repo info to package metadata by @marvinhagemeister in #41
- chore: release 0.9.0 by @marvinhagemeister in #43
Full Changelog: v0.8.0...v0.9.0
0.8.0
Breaking
- breaking: make
sdk.deno.deploy()options keyword only args by @marvinhagemeister in #38
Full Changelog: v0.7.0...v0.8.0
0.7.0
0.6.1
Maintenance
- fix broken code example in readme + add more content by @marvinhagemeister in #34
Full Changelog: v0.6.0...v0.6.1
0.6.0
Major
- breaking: move to keyword-only args by @marvinhagemeister in #31
Features
- feat: support Python 3.10 by @marvinhagemeister in #25
- feat: support passing streams to write_file by @marvinhagemeister in #26
- feat: support streaming stdin by @marvinhagemeister in #27
- feat: add
fs.upload()by @marvinhagemeister in #28
Bug Fixes
- fix: ensure tasks are cancelled on shutdown by @marvinhagemeister in #21
- fix: ensure child processes are killed when terminating sandbox by @marvinhagemeister in #23
- fix:
FsFilehandle methods + add tests by @marvinhagemeister in #24
Maintenance
- chore: use relative imports internally by @marvinhagemeister in #20
- chore: call
sandbox.close()instead of internal functions by @marvinhagemeister in #22 - chore: merge wrappers with generated classes by @marvinhagemeister in #29
- chore: inline wrapper classes by @marvinhagemeister in #30
- chore: remove unused code + inline generated types by @marvinhagemeister in #32
Full Changelog: v0.5.0...v0.6.0
0.5.0
Features
- feat: make API pass type checking with
tyby @marvinhagemeister in #17 - feat: replace child process
.statuswith.wait()by @marvinhagemeister in #18
Fixes
- fix:
sb.expose_http()sync method returningNoneby @marvinhagemeister in #16
Full Changelog: v0.4.0...v0.5.0