Skip to content

Releases: MobileNativeFoundation/bluepill

v5.4.1 - Xcode 11.5 support with no retry of crash tests

03 Jul 00:15
08d3951
Compare
Choose a tag to compare
Do not retry crashed tests (#443)

Based on previous changes crashed tests are fatal and
would always return a non-zero exit code.

With this change, the crashed tests are NOT retried
to make sure the app crash errors are surfaced without confusion.
Also added new tests and fixed existing ones as per the new no-retry behavior.

v5.4.0 - Xcode 11.5 support

02 Jul 23:52
4e11c74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.3...v5.4.0

v5.3.0 - Xcode 11.4 support

03 Jul 00:03
b3efb79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.2...v5.3.0

v5.2.4.1 - Xcode 11.5 support with exit code fixes

08 Jun 01:14
b9e87ef
Compare
Choose a tag to compare

What's Changed

  • Release with Xcode 11.5 support and without app crash exit code fixes by @ravimandala in #448

Full Changelog: v5.2.2...v5.2.4.1

v5.2.4 (Deprecated) - Please use v5.4.x or later for Xcode 11.5 support

08 Jun 00:24
4e11c74
Compare
Choose a tag to compare
Xcode 11.5 support (#447)

v5.2.2

30 Apr 19:11
89010ca
Compare
Choose a tag to compare

What's Changed

  • Make retry checks more resilient to prevent infinite retries by @RainNapper in #432
  • Added a few more tests to mock test failure scenarios and fixed a few final Exit Status issues by @ravimandala in #430
  • Support sidecar applications by @bogo in #438
  • Add a flag to disable Xcode version check failure by @jerrymarino in #436

New Contributors

  • @bogo made their first contribution in #438

Full Changelog: v5.2.0...v5.2.2

v5.1.11

30 Apr 22:21
e6d200a
Compare
Choose a tag to compare

This release has the below exit status fixes and improvements along with Xcode 11.2 support.

  • Make retry checks more resilient to prevent infinite retries (#432)
  • Log when retry count exceeded max retries.
  • Better and mergeable exit status codes (Refer to README)
    • Changed the Exit Status to powers of 2 to make them mergeable.
  • Fixed a few exit status issues
    • Easy consolidation/aggregation of exit code.
    • In case of failure reporting, report all exit status that happened over multiple attempts, if any.
    • Prevent extra simulator attempt when there are no tests left to execute.

v5.1.10 - Exit code fixes with Xcode 11.2 support

16 Apr 20:50
e6d200a
Compare
Choose a tag to compare

What's Changed

  • Rename CI jobs and switch to using SHAs by @ob in #410
  • Update CI badge by @ob in #411
  • [ISSUE-384] Pass simulator preferences file when clone simulator feature is enabled by @ravimandala in #413
  • Supporting tests and app hosts in subfolders (#419) by @chenxiao0228 in #427
  • Make retry checks more resilient to prevent infinite retries (#432)
  • Fixed a few final Bluepill exit status issues and added tests (#430)

Full Changelog: v5.1.8...v5.1.10

v5.2.0 - Xcode 11.3 support

24 Mar 17:21
c59e6a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.9...v5.2.0

v5.1.9

23 Mar 19:20
e1627ea
Compare
Choose a tag to compare

What's Changed

  • Rename CI jobs and switch to using SHAs by @ob in #410
  • Update CI badge by @ob in #411
  • [ISSUE-384] Pass simulator preferences file when clone simulator feature is enabled by @ravimandala in #413
  • Supporting tests and app hosts in subfolders by @Biinngg in #419

New Contributors

Full Changelog: v5.1.8...v5.1.9