Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 08:52
· 41 commits to master since this release

6.0.0 (2024-03-26)

⚠ BREAKING CHANGES

  • Dropped obsolete simulator classes: SimulatorXcode8, SimulatorXcode9 and SimulatorXcode9_3. APIs that are still relevant have been moved to SimulatorXcode10
  • Added proper type definitions. Interfaces were refactored and connected to appropriate extension classes.

Now it is possible to provide a logger to the factory method, which improves the visibility of session identifiers

Features