All Versions
24
Latest Version
Avg Release Cycle
37 days
Latest Release
551 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.7.0 Changes
November 18, 2018๐ Changes from v3.6.3
- Chrome Cast implementation of the CAF Sender (#301)
- PlayKitUtils 0.1.6 (#304)
- ๐ Fixed crash upon going to the background in some cases. (#303)
- โ Added replay function to the player. (#306)
- โ Added
pluginVersion
toPKPlugin
protocol (#307)
๐ฅ Breaking Changes
- ๐ Most subspecs were removed from the core repo into their own repos and pods
- 0๏ธโฃ The PKPlugin protocol has a new static property which a default implementation is provided in the BasePlugin, and can be overwritten by plugins.
๐ See the details in the migration guide.
-
v3.6.3 Changes
November 07, 2018๐ Changes from v3.6.2
โก๏ธ Updated PlayKitUtils package to v0.1.6, which is compatible with Swift v4.2.
No other code changes. -
v3.6.2 Changes
October 22, 2018๐ Changes from v3.6.1
- ๐ฒ Switched logging library to XCGLogger (from https://github.com/delba/Log) due to Xcode 10/Swift 4.2 incompatibility issues (#294)
- โฌ๏ธ Reduced logs shown by default
- ๐ Fixed excess calls to PlayerEngine.currentPosition (#295)
- TimeObserver: avoid calling currentTime if a player is not set (#296)
- ๐ Phoenix Analytics:
๐ From this version Swift 3 is not supported
-
v3.6.1 Changes
September 28, 2018๐ Changes from v3.6.0
- ๐ Fixes in PhoenixMediaProvider related to catchup and startover assets
- ๐ Rename SimpleOVPSessionProvider to SimpleSessionProvider because it's also used for OTT/Phoenix. Created an empty subclass with the old name to avoid breaking old code.
Minor Breaking Change
- ๐ The
.unknown
cases inAssetType
andPlaybackContextType
were renamed to.unset
-- but an app shouldn't use them anyway (they only exist because Objective-C doesn't support optional enums, and an app would simply not specify that parameter if it's not relevant).