Skip to content

Releases: microsoft/fastlane-plugin-appcenter

Version 2.1.2

02 Feb 10:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

Version 2.1.1

14 Sep 09:34
b377ca2
Compare
Choose a tag to compare

What's Changed

  • Allow xcode-project-file and info-plist params for codepush by @arelstone in #318
  • [Add] support hermes in code push by @phu-tang-tiki in #319
  • Add return true to Helper::AppcenterHelper.upload_build by @jkmathew in #321
  • Make sure app_distribution_groups is an array before accessing it by @DmitriyKirakosyan in #323
  • Update error handling to address possible invalid owner_name by @n2waf in #324

New Contributors

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

05 Apr 16:16
cc2cf37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

14 Jan 09:01
293e4fc
Compare
Choose a tag to compare
  • upgraded project to support Ruby 3.0.3
  • added CodePush release-react action
  • fixed macOS tests

v1.11.1

09 Jun 07:37
Compare
Choose a tag to compare

Added retrying logic to AppCenter endpoints calls

Version 1.11.0

30 Oct 08:41
Compare
Choose a tag to compare

Enable support fo EdDSA signatures in addition to DSA (#250)

Version 1.10.0

05 Oct 22:42
v1.10.0
405f864
Compare
Choose a tag to compare
  • Add new option to appcenter_fetch_version_number to fetch a specific version (#226)
  • Specify content-type on chunk upload API since the default is not supported (#248)

Version 1.9.0

10 Jul 21:31
daa5879
Compare
Choose a tag to compare
  • Use the current appcenter.ms upload endpoint to distribute releases.
    • Large release file upload is now split into 4MB chunks (or larger, determined by server response).
    • Each chunk has 2 retries.
  • Clarify the timeout request parameter behavior in the documentation.

Version 1.8.1

23 Jun 02:38
Compare
Choose a tag to compare

Changes:

  • Fixes upload of macOS notarized apps
  • Add newly created apps to distribution groups
  • Fixes running of individual rspecs
  • Improves debug

v1.8.0

03 Feb 09:26
Compare
Choose a tag to compare

Changes:

  • Add new action appcenter_fetch_version_number
  • Fix #183