Skip to content

Releases: fastlane-community/fastlane-plugin-applivery

v2.2.0

29 Mar 20:40
Compare
Choose a tag to compare

New

  • Support for Android App Bundles (.aab)
  • Minor bugfixes

v2.1.0

29 Sep 15:26
Compare
Choose a tag to compare

New

  • Moving away from CURL to start using Faraday for request handling.
  • Step success/failure handling
  • Expose a new SharedValue called APPLIVERY_BUILD_ID that contains the Applivery Build ID so you can compose the Build URL or use the Public API to target that specific build

v2.0.0

12 Jun 10:06
Compare
Choose a tag to compare

Applivery 3.0 is officially here and this new version will make it possible to continue deploying your Apps in Applivery using fastlane.

Before using Applivery 3.0 please make sure you have an account in the new Applivery Dashboard 3.0 or contact us at [email protected].

Note that this version is no longer compatible with Applivery 2.x.

New

  • Integration with Applivery Dashboard 3.0:
    • New upload build endpoint https://api.applivery.io/v1/integrations/builds
    • New parameter (app_token) that replaces the previous ones (app_id and api_key) for authentication. You can read more about how to get your App Token in the documentation.
  • New parameters (notify_collaborators and notify_employees) to notify Collaborators and/or Employees independently
  • New parameter (notification_message) to customize the email notification message

Updated

  • notes parameter is now called changelog