Skip to content

0.4.0

Compare
Choose a tag to compare
@nachoBonafonte nachoBonafonte released this 11 Dec 18:30

New Features

  • Network spans of requests that were started during a test and didn't finish are now reported. They are marked with the tag unfinished
  • New makefile to build a XCFramework that supports all platforms, and can be used to link with the project in binary form. The result is attached as a zip file to the release

Bug Fixes

  • Fixes a potential crash in network instrumentation
  • Removed stderr synchronization at end of tests, in some environments that captured stderr themselves made each test run 1 second slower

Improvements

  • Network instrumentation is less intrusive when injecting headers is disabled
  • Improvements on CI information for Bitrise (there are changes in environment variables)
  • Added new tags indicating the platform and device where tests are run