Skip to content

Releases: muxinc/stats-sdk-objc

v5.1.2

18 Oct 19:50
b75c777
Compare
Choose a tag to compare

Fixes

  • dispatch queued up events when receiving adbreakend, aderror events
  • patch memory leak when a player monitor is created and destroyed

v5.1.1

30 Sep 15:48
e5c530f
Compare
Choose a tag to compare
Releases/v5.1.1 (#123)

v5.1.0

16 Aug 16:24
856a4a6
Compare
Choose a tag to compare
Releases/v5.1.0 (#122)

v4.7.1

19 Apr 03:24
d72b1d4
Compare
Choose a tag to compare

Improvements

  • Include privacy manifest file

v5.0.1

18 Apr 17:50
93560ea
Compare
Choose a tag to compare

Improvements

  • Include privacy manifest file

v5.0.0

09 Apr 21:52
cc50c89
Compare
Choose a tag to compare

Improvements:

  • Error events can be categorized with warning or fatal severity levels
  • Error events can be categorized as business exceptions
  • An error translator can be configured to extend or customize the Core SDK error handling logic

Fixes:

  • Player error details such as error code, error context, error message, error severity, and whether the error is a business exception are only sent to Mux when an error event is dispatched.
  • Player error details (same as listed above) are no longer deduplicated and are explicitly included with each error event sent to Mux.
  • The SDK continues to track watch time after an error event is dispatched based on player playhead progression. To explicitly indicate that watch time should no longer be tracked after an error during a playback session please dispatch a ViewEnd event.

v4.7.0

17 Jan 16:57
50d131b
Compare
Choose a tag to compare

Improvements:

  • Add support for monitoring media on visionOS. We recommend testing your visionOS SDK integration on both the simulator and a physical device prior to deploying to the App Store.

Fixes:

  • Compute correct Video Startup Time if AdPlayingEvent occurs a significant time after the view has started
  • Ensure seeks are excluded from Video Startup Time in all cases

Known Issues:

  • Installation using Cocoapods on visionOS is not currently supported. Installation on iOS and tvOS using Cocoapods is not affected.

v4.6.0

16 Oct 15:57
982feb9
Compare
Choose a tag to compare

API Changes:

  • Expose player software name and player software version on MUXSDKPlayerData

Improvements:

  • Bump beacon interval to 10 seconds to match the other Core SDKs

v4.5.2

24 Jul 15:58
a1f6cf4
Compare
Choose a tag to compare

Improvements

  • Backfill header nullability annotations

v4.5.1

01 May 23:29
9e43093
Compare
Choose a tag to compare

Fixes

  • Count ad playback time in total playback time