<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Streaming Video & Ads for Browser release notes]]></title><description><![CDATA[Streaming Video & Ads for Browser release notes]]></description><link>https://docs.newrelic.com</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 15:05:15 GMT</lastBuildDate><atom:link href="https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/feed.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-bitmovin-25-04-27</link><pubDate>Sun, 27 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;p&gt;This minor release of the New Relic Bitmovin Tracker includes important change to error reporting.&lt;/p&gt;
&lt;h2&gt;Key changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Error reporting update&lt;/strong&gt;: The &lt;code&gt;errorName&lt;/code&gt; attribute, previously used for identifying error description, has been deprecated. The &lt;code&gt;errorMessage&lt;/code&gt; attribute is now the standard for conveying detailed error descriptions. Please update any monitoring or logging systems that rely on error information to utilize the &lt;code&gt;errorMessage&lt;/code&gt; attribute going forward.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;Users who rely on the &lt;code&gt;errorName&lt;/code&gt; attribute for error analysis should plan to migrate to the &lt;code&gt;errorMessage&lt;/code&gt; attribute to ensure continued functionality and access to detailed error information.&lt;/p&gt;</content:encoded><description>ReleasedOn: Sun, 27 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.1.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMS4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-bitmovin-25-06-09</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Publishing to npm&lt;/strong&gt;: The package can now be published to npm, making it easily accessible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Build&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Distribution formats&lt;/strong&gt;: Added &lt;code&gt;cjs&lt;/code&gt;, &lt;code&gt;esm&lt;/code&gt;, and &lt;code&gt;umd&lt;/code&gt; builds to the &lt;code&gt;dist&lt;/code&gt; folder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 09 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-bitmovin-25-02-23</link><pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New features &amp;#x26; enhancements&lt;/h2&gt;
&lt;h3&gt;New event types introduced&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;VideoAction&lt;/code&gt;: This event type represents standard actions related to video playback and interaction.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VideoErrorAction&lt;/code&gt;: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VideoAdAction&lt;/code&gt;: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VideoCustomAction&lt;/code&gt;: A flexible event type for custom actions and interactions within video applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Deprecations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;PageAction
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;PageAction&lt;/code&gt; event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New attributes introduced&lt;/h2&gt;
&lt;p&gt;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, refer to the &lt;a href=&quot;https://github.com/newrelic/video-bitmovin-js/blob/v3.0.0/DATAMODEL.md&quot;&gt;data model documentation&lt;/a&gt; for more details.&lt;/p&gt;
&lt;h2&gt;Impact &amp;#x26; actions required&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Transition from PageAction&lt;/strong&gt;: Users currently tracking &lt;code&gt;PageAction&lt;/code&gt; 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.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Update implementations&lt;/strong&gt;: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Testing &amp;#x26; validation&lt;/strong&gt;: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;For more details on implementing these changes, refer to the updated documentation and integration guides available &lt;a href=&quot;https://github.com/newrelic/video-bitmovin-js/blob/master/README.md&quot;&gt;here&lt;/a&gt;. Should you have any questions or require further assistance, please reach out to our support team.&lt;/p&gt;</content:encoded><description>ReleasedOn: Wed, 05 Mar 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-bitmovin-25-09-02</link><pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Feature&lt;/h2&gt;
&lt;h3&gt;Standalone agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Decoupled from Browser Agent&lt;/strong&gt;: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent&apos;s data collection schedule.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 02 Sep 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-dashjs-25-03-05</link><pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New features &amp;#x26; enhancements&lt;/h2&gt;
&lt;h3&gt;New event types introduced&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;VideoAction&lt;/code&gt;: This event type represents standard actions related to video playback and interaction.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VideoErrorAction&lt;/code&gt;: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VideoAdAction&lt;/code&gt;: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VideoCustomAction&lt;/code&gt;: A flexible event type for custom actions and interactions within video applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Deprecations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PageAction&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;PageAction&lt;/code&gt; event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New attributes introduced&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;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, refer to the &lt;a href=&quot;https://github.com/newrelic/video-dash-js/blob/v3.0.0/DATAMODEL.md&quot;&gt;data model documentation&lt;/a&gt; for more details.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Impact &amp;#x26; Actions Required&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Transition from PageAction&lt;/strong&gt;: Users currently tracking &lt;code&gt;PageAction&lt;/code&gt; 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.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Update implementations&lt;/strong&gt;: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Testing &amp;#x26; validation&lt;/strong&gt;: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;For more details on implementing these changes, refer to the updated documentation and integration guides available &lt;a href=&quot;https://github.com/newrelic/video-dash-js/blob/main/README.md&quot;&gt;here&lt;/a&gt;. Should you have any questions or require further assistance, please reach out to our support team.&lt;/p&gt;</content:encoded><description>ReleasedOn: Wed, 05 Mar 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.1.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMS4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-dashjs-25-06-09</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Publishing to npm: The package can now be published to npm, making it easily accessible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Build&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Distribution formats&lt;/strong&gt;: Added &lt;code&gt;cjs&lt;/code&gt;, &lt;code&gt;esm&lt;/code&gt;, and &lt;code&gt;umd&lt;/code&gt; builds to the dist folder, ensuring compatibility with &lt;code&gt;CommonJS&lt;/code&gt;, &lt;code&gt;ES Modules&lt;/code&gt;, and &lt;code&gt;UMD&lt;/code&gt; module formats.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 09 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-dashjs-25-04-22</link><pubDate>Tue, 22 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;p&gt;This release of the New Relic Dash.js tracker includes important compatibility updates and a change to error reporting.&lt;/p&gt;
&lt;h2&gt;Key changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Dash.js player compatibility&lt;/strong&gt;: This version has been tested and confirmed to be fully compatible with the latest release of the Dash.js Player, ensuring seamless integration and accurate tracking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Error reporting update&lt;/strong&gt;: The &lt;code&gt;errorName&lt;/code&gt; attribute, previously used for identifying error description, has been deprecated. The &lt;code&gt;errorMessage&lt;/code&gt; attribute is now the standard for conveying detailed error descriptions. Please update any monitoring or logging systems that rely on error information to utilize the &lt;code&gt;errorMessage&lt;/code&gt; attribute going forward.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;p&gt;Users who rely on the &lt;code&gt;errorName&lt;/code&gt; attribute for error analysis should plan to migrate to the &lt;code&gt;errorMessage&lt;/code&gt; attribute to ensure continued functionality and access to detailed error information.&lt;/p&gt;</content:encoded><description>ReleasedOn: Tue, 22 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-html5-25-04-15</link><pubDate>Tue, 15 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New features &amp;#x26; enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New event types introduced
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;VideoAction&lt;/strong&gt;: This event type represents standard actions related to video playback and interaction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoErrorAction&lt;/strong&gt;: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoAdAction&lt;/strong&gt;: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoCustomAction&lt;/strong&gt;: A flexible event type for custom actions and interactions within video applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Deprecations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;PageAction&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;PageAction&lt;/code&gt; event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New attributes introduced&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;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, refer to the &lt;a href=&quot;https://github.com/newrelic/video-html5-js/blob/v3.0.0/DATAMODEL.md&quot;&gt;data model documentation&lt;/a&gt; for more details.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Impact &amp;#x26; actions required&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Transition from PageAction&lt;/strong&gt;: Users currently tracking &lt;code&gt;PageAction&lt;/code&gt; 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.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Update implementations&lt;/strong&gt;: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Testing &amp;#x26; validation&lt;/strong&gt;: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Additional information&lt;/h2&gt;
&lt;p&gt;For more details on implementing these changes, refer to the updated documentation and integration guides available &lt;a href=&quot;https://github.com/newrelic/video-html5-js/blob/master/README.md&quot;&gt;here&lt;/a&gt;. Should you have any questions or require further assistance, please reach out to our support team.&lt;/p&gt;</content:encoded><description>ReleasedOn: Tue, 15 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-dashjs-25-09-02</link><pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Feature&lt;/h2&gt;
&lt;h3&gt;Standalone agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Decoupled from Browser agent&lt;/strong&gt;: The video agent now operates independently with its own &lt;strong&gt;harvesting logic&lt;/strong&gt;. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent&apos;s data collection schedule.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 02 Sep 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.1.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMS4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-html5-25-06-09</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Publishing to npm&lt;/strong&gt;: The package can now be published to npm, making it easily accessible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Build&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Distribution formats&lt;/strong&gt;: Added &lt;code&gt;cjs&lt;/code&gt;, &lt;code&gt;esm&lt;/code&gt;, and &lt;code&gt;umd&lt;/code&gt; builds to the &lt;code&gt;dist&lt;/code&gt; folder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 09 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-html5-25-09-02</link><pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Feature&lt;/h2&gt;
&lt;h3&gt;Standalone Agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Decoupled from Browser agent&lt;/strong&gt;: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent&apos;s data collection schedule.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 02 Sep 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.1.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMS4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-html5-25-10-05</link><pubDate>Sun, 05 Oct 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Feature&lt;/h2&gt;
&lt;h3&gt;Added IMA Ad tracking capability&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Improved Ad tracking capability for the agent with IMA ad tracking.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Sun, 05 Oct 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-shaka-25-02-23</link><pubDate>Sun, 23 Feb 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New features &amp;#x26; enhancements&lt;/h2&gt;
&lt;h3&gt;New event types introduced&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;VideoAction&lt;/strong&gt;: This event type represents standard actions related to video playback and interaction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoErrorAction&lt;/strong&gt;: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoAdAction&lt;/strong&gt;: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoCustomAction&lt;/strong&gt;: A flexible event type for custom actions and interactions within video applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Deprecations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;PageAction&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;PageAction&lt;/code&gt; event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New attributes introduced&lt;/h2&gt;
&lt;p&gt;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, refer to the &lt;a href=&quot;https://github.com/newrelic/video-shaka-js/blob/v3.0.0/DATAMODEL.md&quot;&gt;data model documentation&lt;/a&gt; for more details.&lt;/p&gt;
&lt;h2&gt;Impact &amp;#x26; actions required&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Transition from PageAction&lt;/strong&gt;: Users currently tracking &lt;code&gt;PageAction&lt;/code&gt; 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.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Update Implementations&lt;/strong&gt;: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Testing &amp;#x26; Validation&lt;/strong&gt;: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Additional Information&lt;/h2&gt;
&lt;p&gt;For more details on implementing these changes, refer to the updated documentation and integration guides available &lt;a href=&quot;https://github.com/newrelic/video-shaka-js/blob/master/README.md&quot;&gt;here&lt;/a&gt;. Should you have any questions or require further assistance, please reach out to our support team.&lt;/p&gt;</content:encoded><description>ReleasedOn: Sun, 23 Feb 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-shaka-25-04-27</link><pubDate>Sun, 27 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;p&gt;This release of the New Relic Shaka Tracker includes a change to error reporting.&lt;/p&gt;
&lt;h2&gt;Key changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Error reporting update&lt;/strong&gt;: The &lt;code&gt;errorName&lt;/code&gt; attribute, previously used for identifying error description, has been deprecated. The &lt;code&gt;errorMessage&lt;/code&gt; attribute is now the standard for conveying detailed error descriptions. Please update any monitoring or logging systems that rely on error information to utilize the &lt;code&gt;errorMessage&lt;/code&gt; attribute going forward.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Users who rely on the &lt;code&gt;errorName&lt;/code&gt; attribute for error analysis should plan to migrate to the &lt;code&gt;errorMessage&lt;/code&gt; attribute to ensure continued functionality and access to detailed error information.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Sun, 27 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.1.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMS4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-shaka-25-06-09</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Publishing to npm&lt;/strong&gt;: The package can now be published to npm, making it easily accessible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Build&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Distribution formats&lt;/strong&gt;: Added &lt;code&gt;cjs&lt;/code&gt;, &lt;code&gt;esm&lt;/code&gt;, and &lt;code&gt;umd&lt;/code&gt; builds to the &lt;code&gt;dist&lt;/code&gt; folder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 09 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-shaka-25-09-02</link><pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Feature&lt;/h2&gt;
&lt;h3&gt;Standalone Agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Decoupled from Browser agent&lt;/strong&gt;: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent&apos;s data collection schedule.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 02 Sep 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-shaka-25-11-17</link><pubDate>Mon, 17 Nov 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Enhancements&lt;/h2&gt;
&lt;h3&gt;Improved error logging&lt;/h3&gt;
&lt;p&gt;Improved error logging by mapping Shaka errors to the following attributes: &lt;code&gt;errorCode&lt;/code&gt;, &lt;code&gt;errorPlatformCode&lt;/code&gt;, &lt;code&gt;errorMessage&lt;/code&gt;, &lt;code&gt;errorStackTrace&lt;/code&gt;, &lt;code&gt;errorSeverity&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This enhancement ensures cleaner, more structured error data in New Relic by extracting only the essential error attributes from Shaka Player errors, removing unwanted properties like the &lt;code&gt;data&lt;/code&gt; array.&lt;/p&gt;
&lt;h2&gt;Updates&lt;/h2&gt;
&lt;h3&gt;Fixed CONTENT_ERROR Event&lt;/h3&gt;
&lt;p&gt;Attached the error &lt;code&gt;EventListener&lt;/code&gt; to the player instead of its tag, following Shaka&apos;s specifications, to fix the &lt;code&gt;CONTENT_ERROR&lt;/code&gt; event.&lt;/p&gt;</content:encoded><description>ReleasedOn: Mon, 17 Nov 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-04-27</link><pubDate>Sun, 27 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Key changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Error reporting update&lt;/strong&gt;: The &lt;code&gt;errorName&lt;/code&gt; attribute, previously used for identifying error description, has been deprecated. The &lt;code&gt;errorMessage&lt;/code&gt; attribute is now the standard for conveying detailed error descriptions. Please update any monitoring or logging systems that rely on error information to utilize the &lt;code&gt;errorMessage&lt;/code&gt; attribute going forward.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Upgrade notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Users who rely on the &lt;code&gt;errorName&lt;/code&gt; attribute for error analysis should plan to migrate to the &lt;code&gt;errorMessage&lt;/code&gt; attribute to ensure continued functionality and access to detailed error information.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Sun, 27 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-03-05</link><pubDate>Tue, 15 Apr 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;New features &amp;#x26; enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;New event types introduced
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;VideoAction&lt;/strong&gt;: This event type represents standard actions related to video playback and interaction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoErrorAction&lt;/strong&gt;: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoAdAction&lt;/strong&gt;: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;VideoCustomAction&lt;/strong&gt;: A flexible event type for custom actions and interactions within video applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Deprecations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;PageAction&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;PageAction&lt;/code&gt; event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New attributes introduced&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;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, refer to the &lt;a href=&quot;https://github.com/newrelic/video-videojs-js/blob/v3.0.0/DATAMODEL.md&quot;&gt;data model documentation&lt;/a&gt; for more details.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Impact &amp;#x26; actions required&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Transition from PageAction&lt;/strong&gt;: Users currently tracking &lt;code&gt;PageAction&lt;/code&gt; 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.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Update implementations&lt;/strong&gt;: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Testing &amp;#x26; validation&lt;/strong&gt;: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Additional information&lt;/h2&gt;
&lt;p&gt;For more details on implementing these changes, refer to the updated documentation and integration guides available &lt;a href=&quot;https://github.com/newrelic/video-videojs-js/blob/master/README.md&quot;&gt;here&lt;/a&gt;. Should you have any questions or require further assistance, please reach out to our support team.&lt;/p&gt;</content:encoded><description>ReleasedOn: Tue, 15 Apr 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v3.1.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTMuMS4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-06-09</link><pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Enhancements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Publishing to npm&lt;/strong&gt;: The package can now be published to npm, making it easily accessible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Build&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Distribution formats&lt;/strong&gt;: Added &lt;code&gt;cjs&lt;/code&gt;, &lt;code&gt;esm&lt;/code&gt;, and &lt;code&gt;umd&lt;/code&gt; builds to the &lt;code&gt;dist&lt;/code&gt; folder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Mon, 09 Jun 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.0]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4w</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-09-02</link><pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Feature&lt;/h2&gt;
&lt;h3&gt;Standalone agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Decoupled from Browser agent&lt;/strong&gt;: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent&apos;s data collection schedule.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 02 Sep 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.1]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4x</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-09-26</link><pubDate>Fri, 26 Sep 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Fix&lt;/h2&gt;
&lt;h3&gt;Ad Bitrate for CSAI and DAI&lt;/h3&gt;
&lt;p&gt;Added methods to calculate Google IMA Ad bitrate for CSAI and DAI&lt;/p&gt;</content:encoded><description>ReleasedOn: Fri, 26 Sep 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.2]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4y</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-10-21</link><pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Bug fixes&lt;/h2&gt;
&lt;h3&gt;Content Bitrate detection enhancement&lt;/h3&gt;
&lt;p&gt;We&apos;ve significantly improved the &lt;code&gt;getBitrate()&lt;/code&gt; method with comprehensive Video.js technology support:&lt;/p&gt;
&lt;h3&gt;Key improvements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;VHS (Video HTTP Streaming) API support&lt;/strong&gt;: Added native support for HLS and DASH content bitrate detection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced bandwidth calculation&lt;/strong&gt;: Implemented audio + video bitrate combination for accurate total bandwidth reporting&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Extended tech support&lt;/strong&gt;: Added fallback support for popular streaming libraries:
&lt;ul&gt;
&lt;li&gt;Shaka Player&lt;/li&gt;
&lt;li&gt;HLS.js&lt;/li&gt;
&lt;li&gt;DASH.js&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Improved reliability&lt;/strong&gt;: Enhanced bitrate detection accuracy across different streaming technologies&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic bitrate updates&lt;/strong&gt;: Fixed issue where bitrate values remained static throughout video playback&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Tue, 21 Oct 2025 00:00:00 +0000.</description></item><item><title><![CDATA[Streaming Video & Ads for Browser v4.0.3]]></title><guid isPermaLink="false">U3RyZWFtaW5nIFZpZGVvICYgQWRzIGZvciBCcm93c2VyLTQuMC4z</guid><link>https://docs.newrelic.com/docs/release-notes/streaming-browser-release-notes/streaming-browser-agent-videojs-25-11-21</link><pubDate>Fri, 21 Nov 2025 00:00:00 +0000</pubDate><content:encoded>&lt;h2&gt;Bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Removed github token &lt;a href=&quot;https://github.com/newrelic/video-videojs-js/commit/f5f9ade01c9af411d72ec74874f8d0750c5f0f66&quot;&gt;(f5f9ade)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><description>ReleasedOn: Fri, 21 Nov 2025 00:00:00 +0000.</description></item></channel></rss>