Releases: THEOplayer/react-native-connectors
Releases · THEOplayer/react-native-connectors
comscore_v1.2.0
Fixed
- Fixed an issue on Android where the usage properties would not update when the app transitions to the background.
conviva_v1.2.1
Changed
- Updated connector for Web to v1.1.7.
conviva_v1.2.0
Changed
- Updated connector for Web to v1.1.6.
- Updated connector for Android to v5.6.0-1.
comscore_v1.1.0
Changed
- Updated Web dependency to Comscore SDK v7.7.0
conviva_v1.1.0
Fixed
- Fixed an issue on iOS where the bitrate was not reported after a stop and start new session action.
nielsen_v1.0.0
Initial release
conviva_v1.0.0
Initial release
comscore_v1.0.0
Initial release
adobe_v1.1.0
Added
- Added a
userAgent
property to the connector's constructor to allow setting a customUser-Agent
header value when doing requests.
Changed
- Changed the default
User-Agent
header value on Android to custom value that containsMozilla/5.0 (Linux; U; ${operatingSystem}; ${localeString}; ${deviceName} Build/${deviceBuildId})
. - Changed the default
User-Agent
header value on iOS to custom value that containsMozilla/5.0 (${model}; CPU OS ${osVersion} like Mac OS X; ${localeIdentifier})
.
adobe_v1.0.0
Added
- Added
useAdobe
hook to create and initialize an Adobe connector. See README.md for usage.