Skip to content

Tags: shapr3d/StoreBroker

Tags

2.1.9

Toggle 2.1.9's commit message
[2.1.9](https://github.com/Microsoft/StoreBroker/tree/2.1.9) - (2020/…

…04/10)

Fixes:
+ Update the module to use TLS 1.2

More Info: [[pr]](microsoft#184) | [[cl]](microsoft@636bb36)

2.1.8

Toggle 2.1.8's commit message
[2.1.8](https://github.com/Microsoft/StoreBroker/tree/2.1.8) - (2020/…

…04/10)

Fixes:
+ Updated all of the Partner Center URL's to follow the new location format.

More Info: [[pr]](microsoft#186) | [[cl]](microsoft@3fac255)

1.19.3

Toggle 1.19.3's commit message
[1.19.3](https://github.com/Microsoft/StoreBroker/tree/1.19.3) - (202…

…0/04/10)

Fixes:
+ Updated all of the Partner Center URL's to follow the new location format.

More Info: [[pr]](microsoft#185) | [[cl]](microsoft@0fbb6b9)

1.19.2

Toggle 1.19.2's commit message
[1.19.2](https://github.com/Microsoft/StoreBroker/tree/1.19.2) - (201…

…8/12/14)

Fixes:
+ Updated the logic for finding the appxbundle/appx manifests to use direct instead of relative
  paths

More Info: [[cl]](microsoft@9f884ff)

2.0.2

Toggle 2.0.2's commit message
[2.0.2](https://github.com/Microsoft/StoreBroker/tree/2.0.2) - (2019/…

…03/18)

Fixes:
- Ensure AccessToken is still cached, even when using the `-NoStatus` switch

More Info: [[pr]](microsoft#150) | [[cl]](microsoft@8c4c40e)

1.19.1

Toggle 1.19.1's commit message
 + Updated `Get-NugetPackageDllPath` to not report errors when `Test-…

…Path` is unable to access

  a location.  All we care about is knowing if we can access the file or not...the error is just
  noise.

1.19.0

Toggle 1.19.0's commit message
Updated `New-ApplicationFlightSubmission` to leverage the new `isMini…

…malResponse=true` when cloning

submissions in an attempt to reduce the likelihood of getting a `500` timeout response from
the service.

1.18.1

Toggle 1.18.1's commit message
Modified how the initial sleep for retries is determined in order to …

…get a better spread amongst clients

1.18.0

Toggle 1.18.0's commit message
+ Updated `New-ApplicationSubmission` to leverage the new `isMinimalR…

…esponse=true` when cloning

  submissions in an attempt to reduce the likelihood of getting a `500` timeout response from
  the service.
- Fixed conflicting AccessToken caching logic between `Get-AccessToken` and `Start-SubmissionMonitor`.
- Fixed issue in `Format-ApplicationSubmission` that incorrectly checked for valid trailers.

1.17.0

Toggle 1.17.0's commit message
Cache the AccessToken for console session to speed up successive comm…

…and requests

Sped up the module for users not using a Proxy.  `AccessToken` is now cached for the
duration of the console session, and only needs to be refreshed when it expires (which is about
every 60 minutes).  Previously, the access token was only cached for the duration of the currently
executing command, which meant that any succesive interactions at the commandline required a new
`AccessToken` to be acquired.