Skip to content

Changelog (Android)

v0.7.1 (2025-02-10)

  • Added additional logging capabilities

v0.7.0 (2025-01-28)

  • Added support for connection detail tracing
  • Fixed timestamp handling

v0.6.2 (2025-01-02)

  • Added custom user agent for requests

v0.6.1 (2024-12-05)

  • Improved error handling with automatic backoff on 403 errors

v0.6.0 (2024-12-05)

  • Added support for audio-only streams
  • Added client context attributes

v0.5.0 (2024-09-24)

  • Implemented connection pooling for improved performance
  • Major networking improvements with okhttp/okio

v0.4.4 (2024-09-18)

  • Added protection against oversized chunks
  • Improved ExoPlayer analytics integration

v0.4.3 (2024-06-28)

  • Added ability to set aborted reason
  • Improved error handling and logging
  • Fixed potential null value issues

v0.4.2 (2024-06-19)

  • Fixed issue with user-supplied API key handling
  • Added support for looping videos/channels
  • Added localhost support
  • Improved crash handling

v0.4.1 (2023-12-01)

  • Increased data send interval to 30 seconds

v0.4.0 (2023-10-05)

  • Migrated to Media3 ExoPlayer

v0.3.1 (2023-10-03)

  • Added support for request compression
  • Improved segment compression

v0.3.0 (2023-03-06)

  • Implemented incremental data sending

v0.2.2 (2023-03-01)

  • Fixed handling of manual endpoint override

v0.2.1 (2023-02-27)

  • Improved stalling detection by filtering out small events
  • Added data validation for remote API

v0.2.0 (2023-02-27)

  • Implemented periodic data sending

v0.1.4 (2023-02-21)

  • Fixed chunk sending behavior

v0.1.3 (2023-01-12)

  • Improved error handling
  • Added null pointer checks

v0.1.2 (2022-11-24)

  • Updated default configuration values

v0.1.1 (2022-11-24)

  • Added version information output

v0.1.0 (2022-11-21)

  • Initial release