Skip to content

Releases: muxinc/stats-sdk-objc

v5.3.1

28 Feb 00:37
184de65
Compare
Choose a tag to compare
  • Add MUXSDKCustomerVideoData.videoCreatorId

v5.3.0

21 Feb 19:59
0e084ce
Compare
Choose a tag to compare
  • adds additional dimensions
  • adds missing macCatalyst platform to package spec

v5.2.0

15 Jan 18:08
a2fb523
Compare
Choose a tag to compare
Releases/v5.2.0 (#125)

* feat: additional custom dimensions

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.