@brandbrigade/ott-bb-player 1.0.66 → 1.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -339,4 +339,20 @@ Added internal metrics logging to cloud
339
339
  ### Version v1.0.65
340
340
 
341
341
  Added global augmentation status to beacon events
342
- Console logs cleared
342
+ Console logs cleared
343
+
344
+ ### Version v1.0.66
345
+
346
+ Minor fixes
347
+
348
+ ### Version v1.0.67
349
+
350
+ Killswitch status is now checked on game params headers instead of zip headers
351
+ Added metrics for zip fetch as URL parameters
352
+ Implemented a zip fetch retry mechanism while there is still time to fetch them
353
+ Added OTTPlayer off method to unsubscribe from player events
354
+ Implemented destroy method to properly dispose OTTPlayer instances
355
+
356
+ ### Version v1.0.68
357
+
358
+ Zip download logic fixed