feat(network policy): support header injections#53
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
valerian-roche
approved these changes
Feb 20, 2026
QuiiBz
approved these changes
Feb 20, 2026
valerian-roche
approved these changes
Feb 20, 2026
valerian-roche
approved these changes
Feb 20, 2026
Merged
robherley
added a commit
that referenced
this pull request
Feb 23, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## sandbox@2.5.0 ### Minor Changes - Add resource usage for stopped sandboxes. ([#54](#54)) Add blocking mode for `stop` function. ### Patch Changes - Update to use `@vercel/oidc@3.2.0` utilities, removing duplicate auth logic and the local `JwtExpiry` class ([#34](#34)) - Updated dependencies \[[`376a098243dddcee56c657b97856a0cd199113e0`](376a098), [`46f0ed22f7128355942037321df70dc93481a50d`](46f0ed2), [`659c40e719b21740024ede84c176257714f0086b`](659c40e), [`35195578e5b5f68e7f9574b728ca7ff350bbad64`](3519557)]: - @vercel/sandbox@1.7.0 ## @vercel/sandbox@1.7.0 ### Minor Changes - Support passing private params in all API calls ([#52](#52)) - Add resource usage for stopped sandboxes. ([#54](#54)) Add blocking mode for `stop` function. - Adds transformers to network policy and support for header injections. ([#53](#53)) ### Patch Changes - Update to use `@vercel/oidc@3.2.0` utilities, removing duplicate auth logic and the local `JwtExpiry` class ([#34](#34)) ## sandbox-filesystem-snapshots@0.0.7 ### Patch Changes - Updated dependencies \[[`376a098243dddcee56c657b97856a0cd199113e0`](376a098), [`46f0ed22f7128355942037321df70dc93481a50d`](46f0ed2), [`659c40e719b21740024ede84c176257714f0086b`](659c40e), [`35195578e5b5f68e7f9574b728ca7ff350bbad64`](3519557)]: - @vercel/sandbox@1.7.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rob Herley <rob.herley@vercel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends network policies to support transformers, with the current ability to inject custom headers.
Result