Skip to content

Releases: muxinc/mux-stats-sdk-avplayer

v4.6.0

16 Apr 23:37
b678399
Compare
Choose a tag to compare

Improvements

  • Builds from source for both Swift Package Manager and CocoaPods for more flexible integration in your projects (#263)
  • Various tidying-up of public header files

Fixes

  • Fixes an issue where some customer viewer data fields were not being sent (#270)

v4.4.0

21 Feb 23:33
323f4c7
Compare
Choose a tag to compare

Improvements

  • Updates the MuxCore dependency to 5.3.x
  • preserve debugging symbols from framework build

Fixes

  • update package spec with missing macCatalyst platform

v4.3.0

15 Jan 18:35
f85631f
Compare
Choose a tag to compare

Improvements

  • Additional custom dimensions

v4.2.0

23 Nov 02:10
7f597bd
Compare
Choose a tag to compare

Fixes

  • send ended when an AVPlayerItem finishes playing to completion

v4.1.2

19 Oct 00:03
9d4d186
Compare
Choose a tag to compare

Improvements

  • Update MuxCore to v5.1.2

v4.1.1

18 Oct 23:42
67f9c59
Compare
Choose a tag to compare

Improvements

  • Update MuxCore to v5.1.1

v4.1.0

16 Aug 17:14
dec068f
Compare
Choose a tag to compare

Improvements:

  • Automatically dispatch a viewend when a new AVPlayerItem becomes the player currentItem. (#247)

Fixes:

  • No longer dispatch viewinit if the player currentItem is replaced with nil. (#247)

v4.0.0

18 Jun 19:17
705cb2b
Compare
Choose a tag to compare

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

03 May 18:53
4bda9c2
Compare
Choose a tag to compare

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

19 Apr 23:07
ddac23a
Compare
Choose a tag to compare

Improvements

  • Include privacy manifest file

  • Update MuxCore to version with privacy manifest file

  • Fix deprecated calls in Swift Package Manager manifest