Releases: microsoft/appcenter-cli
Releases · microsoft/appcenter-cli
Version 2.6.3
Dependency updates.
Version 2.6.2
Changes:
- Fix for #973 (unable to upload releases when token is passed by environment variable)
v2.6.1
Minor fixes and dependency updates:
- Stop waiting for a release to load if an error occurs.
- Fix typos, thanks @friederbluemle.
- Run functional tests more reliably in PR pipeline.
- Update inquirer from 7.2.0 to 7.3.0.
- Update nock from 12.0.3 to 13.0.2.
- Update through2 from 3.0.1 to 4.0.2.
- Update typescript from 3.9.5 to 3.9.6.
- Update some @types packages.
v2.6.0
New minor features and dependency updates.
Features:
- New command
apps orgs create
to create an app inside an org. You can create an org withorgs create
and then create apps inside. To delete the app, use the portal or the API. - Speed improvement for high latency connections and large files in
distribute release
. File chunks are now uploaded in parallel instead of in series, to reduce the impact of latency. - Update readme to explain how to run functional tests, and allow them to run against production accounts for external developers.
Dependency updates:
- Various
@types
package updates. - chalk from 4.0.0 to 4.1.0.
- eslint-plugin-prettier from 3.1.3 to 3.1.4.
- fast-xml-parser from 3.16.0 to 3.17.4.
- inquirer from 7.1.0 to 7.2.0.
- jszip from 3.4.0 to 3.5.0.
- mocha from 7.1.2 to 8.0.1.
- mocha-junit-reporter from 1.23.3 to 2.0.0.
- p-limit from 2.3.0 to 3.0.1.
- ts-node from 8.10.1 to 8.10.2.
- typescript from 3.9.3 to 3.9.5.
- webpack-cli from 3.3.11 to 3.3.12.
- xcode from 3.0.0 to 3.0.1.
v2.5.4
Bug fix and dependency updates.
- Fix
isOrg
check intest
commands. - Various
@types
package updates.
v2.5.3
Dependency updates.
- @typescript-eslint/eslint-plugin from 2.31.0 to 2.34.0.
- @typescript-eslint/parser from 2.31.0 to 2.34.0.
- date-fns from 2.12.0 to 2.14.0.
- typescript from 3.8.3 to 3.9.3.
v2.5.2
v2.5.1
v2.5.0
- Disable telemetry and the telemetry question on the
telemetry
commands. PR #806, Issue #485. - Fix react-native build with hermes enabled on Windows. Thanks @Shywim! PR #811, Issue #693.
- Add
test run
required parameter combination to help. PR #807, Issue #635. - Allow changing whether a distribution group is public. PR #808, Issue #642.
- Dependency updates from Dependabot.