Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changes/vercel-cache/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Split runtime cache helpers into the standalone `vercel-cache` package. (#160)
Add strict mode support for runtime cache operations. (#161)
2 changes: 2 additions & 0 deletions changes/vercel-celery/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Initial release. `vercel-celery` integration with Kombu transports for Vercel Queue auto, poll, and
push delivery modes; Celery result backend backed by Vercel Runtime Cache. (#159)
2 changes: 2 additions & 0 deletions changes/vercel-headers/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add request header context snapshots for running callbacks with the active Vercel header context. (#166)
Add ASGI scope and WSGI environ helpers for constructing Vercel header mappings.
1 change: 1 addition & 0 deletions changes/vercel-internal-telemetry/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the standalone `vercel-internal-telemetry` package for shared internal telemetry helpers used by Vercel Python packages.
1 change: 1 addition & 0 deletions changes/vercel-oidc/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prepare `vercel-oidc` for independent workspace releases with dynamic dependency metadata and the shared release build hook.
1 change: 1 addition & 0 deletions changes/vercel-oidc/oidc-freshest-token.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remember the freshest live request OIDC token process-wide so background SDK work can authenticate outside the originating request context.
1 change: 1 addition & 0 deletions changes/vercel-queue/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial release (#158)
4 changes: 4 additions & 0 deletions changes/vercel/0.7.0.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Add an experimental `vercel.unstable.sandbox` SDK with sync and async sandbox lifecycle, process, filesystem, snapshot, query, and session APIs. (#128)
Add streaming read and write support for Sandbox files and process output. (#135)
Improve Workflows sandbox execution with configurable cleanup handlers, passthrough modules, namespaced workflows, and more reliable resume/error handling. (#144, #146, #148, #153, #154, #155, #156, #162, #163, #164, #165)
Refactor internal HTTP transport handling to support streamed responses, raw bodies, timeouts, retries, and shared token resolution. (#119)