Skip to content

1.1.2

Choose a tag to compare

@kinyoklion kinyoklion released this 23 Jun 23:17
· 266 commits to main since this release

[1.1.2] - 2022-06-23

The version numbers 1.1.0 and 1.1.1 were skipped. These versions were consumed due to issues during our release process.

Changed:

  • Update the example project to a new version of flutter embedding and removed usage of deprecated flutter components.
  • Update to use ios-client-sdk V6.
  • Updated to work with kotlin 1.7.0.
  • String variation return types were optional when they did not need to be. They are now not optional. This could produce warnings where string variations were used previously. Those null checks can now be removed.

Fixed:

  • identify calls were blocking and could trigger ANRs. They maintain the same interface, and can be awaited, but now they no longer block the calling thread.