Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Release committed Jul 8, 2024
1 parent 05823dd commit 8aa7d73
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 36 deletions.
72 changes: 39 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.2.0] - 2024-07-08
### Added
- Server side ad tracking
- It is exposed via `ConvivaAnalytics.ssai`
- An example can be found in `examples/index.html`

## 5.1.0 - 2024-06-13
## [5.1.0] - 2024-06-13
### Added
- Basic client ad tracking using `Conviva.AdAnalytics`

### Changed
- Update `bitmovin-player` dependency to `^8.165.0`

## 5.0.0 - 2024-05-21
## [5.0.0] - 2024-05-21
### Added
- Send player info metadata (framework and framework version)
- `additionalStandardTags` to `Metadata` of `updateContentMetadata` for [Conviva pre-defined video and content metadata](https://pulse.conviva.com/learning-center/content/sensor_developer_center/sensor_integration/javascript/js_quick_integration.htm)
Expand All @@ -31,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `framework` and `frameworkVersion` custom metadata fields (custom tags)
- `CustomContentMetadata`, use `Metadata['custom']` instead

## 4.2.0 - 2023-08-24
## [4.2.0] - 2023-08-24
### Added
- Support for Conviva-SDK version 4.7.0
- Tracking for Audio language
Expand All @@ -41,19 +42,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- Support for Conviva-SDK version 4.6.1

## v4.1.0 - 2022-10-24

## [4.1.0] - 2022-10-24
### Added
- Support for Conviva-SDK version 4.5.7

### Fixed
- Consecutive playback of multiple sources not tracked correctly

### Removed
- Support for Conviva-SDK version 4.0.15

## 4.0.3 - 2021-04-30
### Fixed
- Consecutive playback of multiple sources not tracked correctly

## [4.0.3] - 2021-04-30
### Added
- `bitmovin-player@^8.31.0` as peer dependency.
- Possibility to set detailed Conviva Device Metadata via `ConvivaAnalyticsConfiguration.deviceMetadata`
Expand All @@ -62,56 +61,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Deprecated
- `ConvivaAnalyticsConfiguration.deviceCategory` field in favour of `ConvivaAnalyticsConfiguration.deviceMetadata.category` field

## 4.0.2 - 2021-02-24

## [4.0.2] - 2021-02-24
### Fixed
- Metadata was cleared after playback finished.

## 4.0.1 - 2021-02-01

## [4.0.1] - 2021-02-01
### Fixed
- Uncaught TypeError (`Cannot read property 'release' of null`) when attempting to release the Conviva instance.

## 4.0.0 - 2021-01-15

## [4.0.0] - 2021-01-15
### Added
- Support for Conviva-SDK 4.0.15.

### Removed
- Support for Conviva-SDK 2.151.0.36981.

## 3.0.6 - 2020-04-16

## [3.0.6] - 2020-04-16
### Fixed
- Prefer `window.setInterval()` in `Html5Timer.ts` instead of the NodeJS definition.

## 3.0.5 - 2020-03-30

## [3.0.5] - 2020-03-30
### Fixed
- Updated `webpack-dev-server` to the latest version, to resolve console errors when running locally via `npm run start`.

## 3.0.4 - 2020-03-05

## [3.0.4] - 2020-03-05
### Fixed
- Send playing event after an ad break has finished.

## 3.0.3 - 2020-02-05

## [3.0.3] - 2020-02-05
### Added
- Added a configuration option to set the Conviva Device Category.

## 3.0.2 - 2019-10-23
- Added a configuration option to set the Conviva Device Category.

## [3.0.2] - 2019-10-23
### Added
- `endSession` will now prevent a new session from being initialized via internal event handling.

## 3.0.1 - 2019-05-16

## [3.0.1] - 2019-05-16
### Added
- Support for Conviva-SDK 2.151.0.36981.

## 3.0.0 - 2019-03-15

## [3.0.0] - 2019-03-15
### Added
- `initializeSession` to external start session.
- `endSession` to external end session.
Expand All @@ -126,14 +115,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- `viewerId`, `applicationName` and `customTags` from `ConvivaAnalyticsConfiguration`. Use `updateContentMetadata` instead.

## 2.1.0 - 2019-01-17

## [2.1.0] - 2019-01-17
### Added
- `integrationVersion` as custom `contentMetadata` attribute
- Method to track custom deficiency events

## 2.0.0 - 2018-12-13

### Added
- Tracking of `autoplay` and `preload` config attributes.
- Live stream support.
Expand All @@ -144,3 +131,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Removed
- Seek event tracking

[Unreleased]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v4.2.0...v5.0.0
[4.2.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v4.0.3...v4.1.0
[4.0.3]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.6...v4.0.0
[3.0.6]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/bitmovin/bitmovin-player-analytics-conviva/compare/v2.0.0...v2.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitmovin/player-integration-conviva",
"version": "5.1.0",
"version": "5.2.0",
"description": "Conviva analytics integration for the Bitmovin Player",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8aa7d73

Please sign in to comment.