Skip to content

Releases: bitrise-steplib/steps-appcenter-deploy-android

2.2.3

09 Oct 08:58
de7c76e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...2.2.3

2.2.2

03 Aug 08:18
3292420
Compare
Choose a tag to compare

What's Changed

Fixed 401 authentication errors when Step retried network queries due to connection reset or 502 status code.

2023/08/02 13:08:41 [ERR] GET https://api.appcenter.ms/v0.1/apps/app-center-bot/steps-appcenter-deploy-android/uploads/releases/59d6e213-f4eb-4cf5-9ec3-3e06c53d0f73 request failed: Get "https://api.appcenter.ms/v0.1/apps/app-center-bot/steps-appcenter-deploy-android/uploads/releases/59d6e213-f4eb-4cf5-9ec3-3e06c53d0f73": read tcp 192.168.64.2:49191->13.107.246.38:443: read: connection reset by peer
2023/08/02 13:09:16 [DEBUG] GET https://api.appcenter.ms/v0.1/apps/app-center-bot/steps-appcenter-deploy-android/uploads/releases/59d6e213-f4eb-4cf5-9ec3-3e06c53d0f73 (status: 401): retrying in 10s (1 left)

Full Changelog: 2.2.1...2.2.2

2.2.1

27 Jul 14:28
bb33fa4
Compare
Choose a tag to compare

What's changed

  • Partially fixed an issue where release notes were not added to the generated email for the release. Release notes are now uploaded earlier to the App Center API after the release has been created. We think this will fix the mentioned issue in most cases.

2.2.0

21 Jan 14:54
3390b3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

2.1.2

09 Dec 13:39
0b97fa8
Compare
Choose a tag to compare

What's Changed

  • Fix AppCenter Distribute auto-updates after uploading a new release from Bitrise by @marcin-kozinski in #20

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1

25 Jun 07:14
7abb6cd
Compare
Choose a tag to compare

Step description update

2.1.0

12 May 14:37
412c3c6
Compare
Choose a tag to compare

Since it was not required by AppCenter, the distribution_group input param has been made optional.

2.0.2

13 Jan 09:58
a416c2b
Compare
Choose a tag to compare

[PLAT-1070] Update the dependencies and use an older version of thehashicorp/go-retryablehttp package (#13)

2.0.1

12 Jan 12:23
17c3521
Compare
Choose a tag to compare
[PLAT-1070] Release the step with the new library version (#11)

* Fixes an issue that caused exception when a whitespace taking place in the file name
* Fixes a http retry issue
* Debug switch were removed from the library config

2.0.0

16 Dec 12:41
29195d8
Compare
Choose a tag to compare
  • Uses the refactored Bitrise AppCenter library (bitrise-io/appcenter#7)
  • Fixes the issue with AppCenter's removed or deprecated API endpoints