Releases: muxinc/mux-stats-sdk-avplayer
Releases · muxinc/mux-stats-sdk-avplayer
v4.1.2
v4.1.1
Improvements
- Update MuxCore to v5.1.1
v4.1.0
v4.0.0
New:
- Error events can be categorized with warning or fatal severity levels.
- Error events can be categorized as business exceptions.
Improvements:
- Player error details (same as listed above) are no longer deduplicated and are explicitly included with each error event sent to Mux.
API Changes:
- The minimum deployment targets for the SDK are now iOS 12 and tvOS 12.
- Removes deprecated
MUXSDKStats
APIs.
v3.6.2
Improvements
- fix: avoid setting unused AVPlayer specific error dimension
Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: Tomislav Kordic [email protected]
v3.6.1
Improvements
-
Include privacy manifest file
-
Update MuxCore to version with privacy manifest file
-
Fix deprecated calls in Swift Package Manager manifest
v3.6.0
Improvements
- Applications running on
visionOS
can monitor metrics forAVPlayerViewController
orAVPlayer
with a fixed player size. We recommend testing yourvisionOS
application's AVPlayer monitoring integration on both the simulator and a physical device prior to deploying to the App Store.
Known Issues
- Installation using Cocoapods on
visionOS
applications is not currently supported. Installation oniOS
andtvOS
using Cocoapods is not affected. - Monitoring
AVPlayerLayer
playback onvisionOS
applications is not supported at this time. - Views from playback on
visionOS
will always indicate Used Fullscreen to befalse
.
Improvements
- feat: visionOS support
- fix: cleanup leak (#234)
- build: remove duplicate test declaration
Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: GitHub [email protected]
v3.5.1
v3.5.0
API Changes
- Update: Add API to report error_context with customer errors (#224)
Co-authored-by: Emily Dixon [email protected]
v3.4.2
Fixes
- Pin MuxCore to specific version consistent across Cocoapods and Swift Package Manager