Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 13 Jul 13:35
· 24 commits to main since this release

This release upgrades the underlying iOS and Android trackers to version 5. In version 5, the trackers were rewritten to Swift and Kotlin. This also changes the minimum iOS deployment target changed from 9.0 to 11.0. On Android, the compileSdkVersion has been changed to 33.

The release also brings the ability to set custom HTTP request headers for requests to the Snowplow collector.

Enhancements

  • Add configuration for setting custom HTTP headers for requests to the collector (#34)
  • Upgrade underlying iOS and Android trackers to version 5 (#36)

Under the hood

  • Remove deprecated kotlin-android-extensions plugin in example app (#35)
  • Upgrade JavaScript tracker in the example app to version 3.13