Skip to content

Releases: microsoft/PackageUploader

v1.8.0-beta.1

24 Dec 16:19
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release

Full Changelog: v1.7.5...v1.8.0-beta.1

v1.7.5

13 Dec 16:11
9dc6220
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.4...v1.7.5

v1.7.4

02 Dec 22:37
35a2e31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.4

v1.7.3-beta

13 Sep 18:55
Compare
Choose a tag to compare
v1.7.3-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3-beta

v1.7.2

16 May 11:02
22ff453
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.2

v1.7.0

25 Aug 12:05
18d30d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Jun 14:44
97d2b9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.6.0

v1.5.1-beta

19 May 12:26
Compare
Choose a tag to compare
v1.5.1-beta Pre-release
Pre-release

What's Changed

  • update rest client to pass method of access header by @Seann-Murdock in #23
  • Enabling delta uploads:
    When using the operation UploadXvcPackage, to enable delta uploads you need to add the deltaUpload property and set to true in the config file as follows:
{
  "operationName": "UploadXvcPackage",
  "bigId": "9FAKEBIGID ",
  "branchFriendlyName": "Main",
  "marketGroupName": "default",
  "deltaUpload": true,
  "packageFilePath": "C:\\Users\\someone\\Desktop\\StubPackage\\Builds\\TestPublisher.SomeDemoProductName_0.9.1.0_x64__fjtqkg6rpm1hy.msixvc",
  "gameAssets": {
    "ekbFilePath": "C:\\Users\\someone\\Desktop\\StubPackage\\Builds\\TestPublisher.SomeDemoProductName_0.9.1.0_x64__fjtqkg6rpm1hy_Full_33ec8436-5a0e-4f0d-b1ce-3f29c3955039.ekb",
    "subValFilePath": "C:\\Users\\someone\\Desktop\\StubPackage\\Builds\\Validator_ TestPublisher.SomeDemoProductName_0.9.1.0_x64__fjtqkg6rpm1hy.xml",
    "symbolsFilePath": "",
    "discLayoutFilePath": ""
  },

  ... other properties ...
} 

Note: Delta uploads are only supported for Xvc packages

Full Changelog: v1.4.0...v1.5.1-beta

v1.4.0

14 Apr 14:24
2912534
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.4.0

v1.3.0-beta

06 Mar 19:16
Compare
Choose a tag to compare
v1.3.0-beta Pre-release
Pre-release
  • Returning a list of branches and flights in GetProduct operation.
  • Added Polly policy to improve the reliability of the Ingestion API calls.

Full Changelog: v1.2.0...v1.3.0-beta