Releases: muxinc/mux-stats-sdk-avplayer
Releases · muxinc/mux-stats-sdk-avplayer
v3.0.0
Updates
- Add fields to
CustomerViewerData
allowing them to override detected device metadata values (#164)
Breaking
- Due to XCode 14, support for iOS and tvOS versions 9 and 10 have been removed. This may result in a warning for client applications with deployment versions below iOS/tvOS 11. For more information see the last 'Deprecations' block in the release notes.
Improvements
- Update to MuxCore 4.0.0, XCode 14
- Improve HLS/DASH segment request metrics (#165)
MuxCore Updates
- Add Request ID metadata property to BandwidthMetricData
- Add Customer Overrides for Device Metadata
v2.13.2
Fixes
- Fix error metadata being reported without an error event in rare cases
v2.13.1
Improvements
- Relax MuxCore pod dependency version, can now update to any 3.x version, 3.12 or higher
v2.13.0
- Deprecate old custom
beaconDomain
implementation and add newbeaconCollectionDomain
parameter that does not append the key to the url.
v2.12.1
- Fix crash in
AVMetadataItem
inspection when dispatching session data - Fix state check for
isPaused
v2.12.0
- Register seek events when state is buffering
- Capture HLS session data and send event to core
v2.11.0
- Set Xcode build setting
APPLICATION_EXTENSION_API_ONLY = YES
- Fix: Update rendition change logic to fire events after playback has started
v2.10.0
- Fix programmatic seek events for iOS 15.0
- Fix picture in picture ads compatibility with mux-stats-google-ima 0.7.0
v2.9.0
- Fix programmatic seek latency and sequence issues
- Add Carthage binary project specification
- Clear customer metadata stored under
playerName
whendestroyPlayer
is called - Add device detection info new properties for overrides support
v2.8.0
- Fixes a bug that caused missing seek events when seeking programmatically