Skip to content

Releases: microsoft/appcenter-cli

Version 2.6.3

16 Jul 09:00
bad1835
Compare
Choose a tag to compare

Dependency updates.

Version 2.6.2

13 Jul 04:44
9cf66ba
Compare
Choose a tag to compare

Changes:

  • Fix for #973 (unable to upload releases when token is passed by environment variable)

v2.6.1

02 Jul 08:15
2777a4c
Compare
Choose a tag to compare

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

22 Jun 05:49
6c8b377
Compare
Choose a tag to compare

New minor features and dependency updates.

Features:

  • New command apps orgs create to create an app inside an org. You can create an org with orgs 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

11 Jun 08:09
aa940fb
Compare
Choose a tag to compare

Bug fix and dependency updates.

  • Fix isOrg check in test commands.
  • Various @types package updates.

v2.5.3

21 May 04:35
325be30
Compare
Choose a tag to compare

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

08 May 06:19
4ab71d1
Compare
Choose a tag to compare

Changes:

  • Added new command appcenter distribute releases edit-notes by @Vacxe in #853
  • Reverted uuid to v7 to fix issues with appcenter login on some platforms, see #861

v2.5.1

07 May 06:49
e1fdca6
Compare
Choose a tag to compare

Changes:

  • Added support for app-level tokens create/list/delete in #839
  • Dependency updates
  • Client API update (with autorest)

v2.5.0

23 Apr 02:56
Compare
Choose a tag to compare
  • 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.

v2.4.1

14 Apr 02:56
91b7ac1
Compare
Choose a tag to compare

Changes:

  • Update most dependencies
  • Change documentation for support system (#781)