Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 23 Dec 10:36
· 36 commits to develop since this release
53a0dc3

Take a look at the migration guide

Changed

  • Upgraded to Kotlin 1.4.10.
  • Streamer is now expecting a PublicationAsset instead of a File. You can create custom implementations of PublicationAsset to open a publication from different medium, such as a file, a remote URL, in-memory bytes, etc.
    • FileAsset can be used to replace File and provides the same behavior.