Releases: microsoft/fastlane-plugin-appcenter
Releases · microsoft/fastlane-plugin-appcenter
Version 2.1.2
What's Changed
- allow destination ids when uploading build by @DelcoigneYves in #326
- fix(local cli): prevent npm from parsing arguments by @LouisKraemer in #328
- Remove hanging quotation mark in README by @simon-assistiq in #332
- Add codepush support for extra bundler options by @YuriiOstapchuk in #330
New Contributors
- @DelcoigneYves made their first contribution in #326
- @LouisKraemer made their first contribution in #328
- @simon-assistiq made their first contribution in #332
- @YuriiOstapchuk made their first contribution in #330
Full Changelog: v2.1.1...v2.1.2
Version 2.1.1
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
toHelper::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
- @arelstone made their first contribution in #318
- @phu-tang-tiki made their first contribution in #319
- @jkmathew made their first contribution in #321
- @n2waf made their first contribution in #324
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0
What's Changed
- Add support for private-key-path parameter by @sbycrosz in #292
- Use proper content-type for uploading a file by @DmitriyKirakosyan in #303
- Add support for local appcenter cli executable when codepushing by @quinlanjager in #301
New Contributors
- @sbycrosz made their first contribution in #292
- @quinlanjager made their first contribution in #301
Full Changelog: v2.0.0...v2.1.0
Version 2.0.0
- upgraded project to support Ruby 3.0.3
- added CodePush release-react action
- fixed macOS tests
v1.11.1
Added retrying logic to AppCenter endpoints calls
Version 1.11.0
Enable support fo EdDSA signatures in addition to DSA (#250)
Version 1.10.0
Version 1.9.0
- 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
Changes:
- Fixes upload of macOS notarized apps
- Add newly created apps to distribution groups
- Fixes running of individual rspecs
- Improves debug