Skip to content

Added the Release notes for streaming video and ads #21037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
subject: Streaming Video & Ads for Browser
title: Media agent for HTML5.JS v3.0.0
releaseDate: '2025-04-15'
version: 3.0.0
metaDescription: Release notes for Media agent for HTML5.JS version 3.0.0
category: HTML5.JS
---

## New Features & Enhancements

- New Event Types Introduced
- **VideoAction**: This event type represents standard actions related to video playback and interaction.
- **VideoErrorAction**: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.
- **VideoAdAction**: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.
- **VideoCustomAction**: A flexible event type for custom actions and interactions within video applications.

## Deprecations

- PageAction
- The PageAction event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.

## New Attributes Introduced

- We have introduced a set of new attributes to enhance data tracking and analytics. These attributes provide additional context and details for the new event types, Please refer to the [data model documentation](https://github.com/newrelic/video-html5-js/blob/v3.0.0/DATAMODEL.md) for more details.

## Impact & Actions Required

- **Transition from PageActio**n: Users currently tracking PageAction events should adapt their implementations to utilize the newly introduced event types. This change provides improved specificity and scope in tracking actions across video interactions.

- **Update Implementations**: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.

- **Testing & Validation**: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.

## Additional Information

For more details on implementing these changes, refer to the updated documentation and integration guides available [here](https://github.com/newrelic/video-html5-js/blob/master/README.md). Should you have any questions or require further assistance, please reach out to our support team.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
subject: Streaming Video & Ads for Browser
title: Media agent for HTML5.JS v3.1.1
releaseDate: '2025-06-15'
version: 3.1.1
metaDescription: Release notes for Media agent for HTML5.JS version 3.1.1
category: HTML5.JS
---

## Enhancements

- Publishing to npm: The package can now be published to npm, making it easily accessible.

## Build

- Distribution Formats: Added `cjs`, `esm`, and `umd` builds to the `dist` folder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
subject: Streaming Video & Ads for others
title: Media agent for Roku v4.0.0
releaseDate: '2025-02-25'
version: 4.0.0
metaDescription: Release notes for Media agent for Roku version 4.0.0
category: Roku
---

## New Features & Enhancements

- New Event Types Introduced
- **VideoAction**: This event type represents standard actions related to video playback and interaction.
- **VideoErrorAction**: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.
- **VideoAdAction**: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.
- **VideoCustomAction**: A flexible event type for custom actions and interactions within video applications.
- **ConnectedDeviceSystem**: This event type monitors general system level events.

## Deprecations

- RokuVideo
- The `RokuVideo` event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.
- RokuSystem
- The `RokuSystem` event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.

## New Attributes Introduced

- We have introduced a set of new attributes to enhance data tracking and analytics. These attributes provide additional context and details for the new event types. Please refer to the [data model documentation](https://github.com/newrelic/video-agent-roku/blob/4.0.0/DATAMODEL.md) for more details.

## Impact & Actions Required
- **Transition from RokuVideo**: Users currently tracking `RokuVideo` events should adapt their implementations to utilize the newly introduced event types. This change provides improved specificity and scope in tracking actions across video interactions.
- **Update Implementations**: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.
- **Testing & Validation**: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.

## Additional Information

For more details on implementing these changes, refer to the updated documentation and integration guides available [here](https://github.com/newrelic/video-agent-roku/blob/4.0.0/README.md). Should you have any questions or require further assistance, please reach out to our support team.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
subject: Streaming Video & Ads for others
title: Media agent for Roku v4.0.1
releaseDate: '2025-04-22'
version: 4.0.1
metaDescription: Release notes for Media agent for Roku version 4.0.1
category: Roku
---

## Fixed

Renamed `errorName` with `errorMessage` as `errorName` has been deprecated.
2 changes: 1 addition & 1 deletion src/nav/cci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Cloud Cost Intelligence (CCI)
title: Cloud Cost Intelligence
path: /docs/cci
pages:
- title: Getting started
Expand Down
Loading