Releases: fastlane-community/fastlane-plugin-applivery
Releases · fastlane-community/fastlane-plugin-applivery
v2.2.0
v2.1.0
New
- Moving away from
CURL
to start using Faraday for request handling. - Step success/failure handling
- Expose a new
SharedValue
calledAPPLIVERY_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
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
andapi_key
) for authentication. You can read more about how to get your App Token in the documentation.
- New upload build endpoint
- New parameters (
notify_collaborators
andnotify_employees
) to notify Collaborators and/or Employees independently - New parameter (
notification_message
) to customize the email notification message
Updated
notes
parameter is now calledchangelog