Skip to content

Releases: microsoft/winget-cli-restsource

Windows Package Manager REST Source Reference Implementation 1.10.0

Choose a tag to compare

@yao-msft yao-msft released this 25 Jul 19:35
9d09d72

This release is the stable release of the Windows Package Manager REST Source Reference Implementation 1.10.

To make creating and managing rest sources easier, Microsoft.WinGet.RestSource module is published to PowerShell Gallery as prerelease module. Please visit Create a Windows Package Manager REST source for more details.

New in 1.10

  • Updated implementation to match WinGet 1.10 manifest schemas
  • Added support for legacy WinGet REST source before the SFI related changes. Released as WinGet.RestSource-WinGet.RestSource.Functions.LegacySupport.zip
  • Added support for Azure Sovereign Cloud (AzureUSGovernment, AzureChinaCloud)

What's Changed

New Contributors

Full Changelog: 1.9.1...1.10.0

Windows Package Manager REST Source Reference Implementation 1.9.1

Choose a tag to compare

@yao-msft yao-msft released this 21 Dec 00:11
43edf49

This release upgrades all projects to use .Net 8.

To make creating and managing rest sources easier, Microsoft.WinGet.RestSource module is published to PowerShell Gallery as prerelease module. Please visit Create a Windows Package Manager REST source for more details.

What's Changed

New Contributors

Full Changelog: 1.1.20230906...1.9.1

Windows Package Manager REST Source Reference Implementation 1.1.20230906

Choose a tag to compare

@zachcarp zachcarp released this 07 Sep 16:54
af2275e

What's Changed

Full Changelog: 1.1.20230823...1.1.20230906

Windows Package Manager REST Source Reference Implementation 1.1.20230823

Choose a tag to compare

@zachcarp zachcarp released this 23 Aug 19:12
8534f3f

What's Changed

New Contributors

Full Changelog: 1.1.20230126...1.1.20230823

Windows Package Manager REST Source Reference Implementation 1.1.20230126

Choose a tag to compare

@zachcarp zachcarp released this 27 Jan 17:44
ac0f4c7

This release upgrades the various projects to use use .Net Core 3.1 and adds the helper libraries back into the PowerShell Script release.

What's Changed

Full Changelog: 1.1.20221129...1.1.20230126

Windows Package Manager REST Source Reference Implementation 1.1.20221129

Choose a tag to compare

@zachcarp zachcarp released this 02 Dec 16:15
da3300c

This release includes miscellaneous fixes and improvements, as well as minor updates for optional schema fields.

What's Changed

New Contributors

Full Changelog: 1.1.20211029...1.1.20221129

Windows Package Manager REST Source Reference Implementation 1.1.20211101

Choose a tag to compare

@denelon denelon released this 01 Nov 23:24

This release includes primarily one minor functional change:

This release includes a change for the "Manifest Identifier" to be replaced by "Package Identifier". This is primarily to be consistent with naming for identities across the Windows Package Manager ecosystem.

What's Changed

Full Changelog: 1.1.20211029...1.1.20211101

Windows Package Manager REST Source Reference Implementation 1.1.20211029

Choose a tag to compare

@denelon denelon released this 30 Oct 01:34
15805cb

This is the first release with binaries for the Windows Package Manager REST API reference implementation.

The reference implementation was designed to run on Azure. The Windows Package Manager client would work with any conforming REST source regardless of the infrastructure it runs on.

This release includes preview PowerShell cmdlets to aid in deploying the reference REST source implementation to Azure.
The current documentation includes instructions for deploying the REST source, and working with manifests.