Bump Devolutions.Now.Policy packages to 2026.8.13 - #5274
Merged
Marc-André Moreau (mamoreau-devolutions) merged 1 commit intoAug 13, 2026
Merged
Conversation
Picks up the PackageIdentifier wire-validation rework from Devolutions/now-libraries#91 (explicit allowlist), which allows scoped npm ids, npm aliases with exact versions, and vcpkg triplets to deserialize correctly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Vladyslav Nikonov (vnikonov-devolutions)
requested a balanced review from Copilot
August 13, 2026 14:35
Copilot started reviewing on behalf of
Vladyslav Nikonov (vnikonov-devolutions)
August 13, 2026 14:37
View session
Vladyslav Nikonov (vnikonov-devolutions)
marked this pull request as ready for review
August 13, 2026 15:21
Marc-André Moreau (mamoreau-devolutions)
approved these changes
Aug 13, 2026
Marc-André Moreau (mamoreau-devolutions)
merged commit Aug 13, 2026
435872c
into
main
6 checks passed
Marc-André Moreau (mamoreau-devolutions)
deleted the
vnikonov-devolutions-bump-now-policy-packages
branch
August 13, 2026 16:16
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.
Summary
Bumps
Devolutions.Now.Policy.ApiandDevolutions.Now.Policy.Clientfrom 2026.8.5 to 2026.8.13 inUniGetUI.PackageEngine.AgentBroker.Motivation
The new now-libraries release (Devolutions/now-libraries#91) reworks the package broker's
PackageIdentifierwire validation to an explicit allowlist (^[A-Za-z0-9._+@/:\[\],#$%{}-]+$, 1–256 bytes). With this bump, the following identifiers now deserialize correctly over the wire:@scope/packagealias:pkg@7.20.0curl:x64-windowsNo UniGetUI code changes are required:
BrokerRequestBuilderpassespackage.Idthrough verbatim as a plain string.Verification
dotnet buildofUniGetUI.PackageEngine.AgentBroker— succeeded, no new warningsdotnet testofUniGetUI.PackageEngine.Tests(references AgentBroker) — 634/634 passed (253 net10.0 + 381 net10.0-windows)