v0.8.36: sim search, provenance improvements - #7817
Merged
Merged
Conversation
…7813) * fix(auth): exclude retired organization columns from adapter queries * chore(tests): remove flaky integration context case
…ion (#7816) * fix(copilot): import the block registry statically in context resolution processBlockMetadata loaded @/blocks/registry with a dynamic import even though the module already reaches it statically through permission-groups/block-access. Concurrent dynamic imports of the mocked registry intermittently resolved the real registry under vitest, costing seconds and timing out the block-context test on CI. A static import is equivalent at runtime and removes the race. * test(scripts): anchor the deferred-edge graph fixture on a module that still defers the registry
* fix(webhooks): authorize credential references on webhook upsert POST /api/webhooks persisted client-supplied providerConfig verbatim, while subscription handlers and pollers resolve providerConfig.credentialId by id alone and mint tokens as the credential's owner. Authorize credentialId for the acting user within the workflow's workspace before subscribing or saving, require it to be a literal id, and never accept a client-supplied userId, which the polling token resolver falls back to. * fix(webhooks): authorize the stored credential and drop stored userId on re-save * fix(webhooks): authorize both requested and stored credentials on upsert * fix(webhooks): authorize the stored credential only when the save uses it * fix(webhooks): check credentials after the permission-group gate * improvement(webhooks): validate credential id shape once before authorization
* fix(provenance): bind durable reads to their source snapshots * test(provenance): align Copilot query mock with snapshot reader
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
|
* feat(files): add zip file-type icon * fix(files): normalize mime type before icon matching * improvement(files): make shared document icons the single source of truth
…an the default (#7820) * improvement(sidebar): allow dragging the sidebar slightly narrower than the default * fix(sidebar): clamp the default width fallback to the viewport maximum
…the publish job's env (#7822)
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.
Uh oh!
There was an error while loading. Please reload this page.