Skip to content

feat: add streamin media and ads in release notes #20930

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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions scripts/releaseNotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const INCLUDE_AGENTS = new Set([
'fluentbit',
'nrdot',
'prometheus',
'streaming_for_mobile',
'streaming_for_browser',
'streaming_for_others',
'aws_firehose_log_forwarder',
'aws_lambda_log_forwarder'
]);
Expand Down
18 changes: 16 additions & 2 deletions src/content/docs/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,21 +180,35 @@ To take full advantage of New Relic's latest features, enhancements, and importa
icon="logo-newrelic"
to="/docs/release-notes/lambda-extension-release-notes"
/>

<TechTile
name="Fluent Bit"
icon="logo-newrelic"
to="/docs/release-notes/fluentbit-release-notes"
/>

<TechTile
name="NRDOT"
icon="logo-newrelic"
to="/docs/release-notes/nrdot-release-notes"
/>

<TechTile
name="Streaming Video & Ads"
name="Streaming Video & Ads for Mobile"
icon="logo-newrelic"
to="/docs/release-notes/streaming-mobile-release-notes"
/>

<TechTile
name="Streaming Video & Ads for Browser"
icon="logo-newrelic"
to="/docs/release-notes/streaming-browser-release-notes"
/>

<TechTile
name="Streaming Video & Ads for others"
icon="logo-newrelic"
to="/docs/release-notes/streaming-release-notes"
to="/docs/release-notes/streaming-others-release-notes"
/>


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: Streaming Video & Ads for Browser
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: Streaming Video & Ads for Mobile
---
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
subject: Streaming Video & Ads
subject: Streaming Video & Ads for Mobile
title: Media agent for Android v3.0.0
releaseDate: '2025-03-03'
version: 3.0.0
metaDescription: Release notes for Media agent for Android version 3.0.0
category: Streaming Video & Ads for Mobile
category: Android
---

## New features and enhancements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
subject: Streaming Video & Ads
subject: Streaming Video & Ads for Mobile
title: Media agent for Android v3.0.1
releaseDate: '2025-03-05'
version: 3.0.1
metaDescription: Release notes for Media agent for Android version 3.0.1
category: Streaming Video & Ads for Mobile
category: Android
---

### Fix
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
subject: Streaming Video & Ads
subject: Streaming Video & Ads for Mobile
title: Media agent for iOS v3.0.0
releaseDate: '2025-03-03'
version: 3.0.0
metaDescription: Release notes for Media agent for IOS version 3.0.0
category: Streaming Video & Ads for Mobile
category: IOS
---

## New features and enhancements
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: Streaming Video & Ads for others
---

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions src/utils/getAgentName.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const AGENTS = {
'serverless-release-notes': 'serverless',
'xamarin-release-notes': 'xamarin',
'nrdot-release-notes': 'nrdot',
'streaming-mobile-release-notes': 'streaming_for_mobile',
'streaming-browser-release-notes': 'streaming_for_browser',
'streaming-other-release-notes': 'streaming_for_others',
'aws-firehose-log-forwarder-release-notes': 'aws_firehose_log_forwarder',
'aws-lambda-log-forwarder-release-notes': 'aws_lambda_log_forwarder',
};
Expand Down
Loading