Skip to content
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
2 changes: 1 addition & 1 deletion sqlserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The SQL Server integration tracks the performance of your SQL Server instances.

Enable [Database Monitoring](https://docs.datadoghq.com/database_monitoring/setup_sql_server/) (DBM) for enhanced insight into query performance and database health. In addition to the standard integration, Datadog DBM provides query-level metrics, live and historical query snapshots, wait event analysis, database load, query explain plans, and blocking query insights.

SQL Server 2012, 2014, 2016, 2017, 2019, and 2022 are supported.
SQL Server 2012, 2014, 2016, 2017, 2019, 2022, and 2025 are supported.

**Minimum Agent version:** 6.0.0

Expand Down
1 change: 1 addition & 0 deletions sqlserver/changelog.d/23395.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add SQL Server 2025 to list of supported versions.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to update changelog for a readme update?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not for most README updates, but I think a major support version could still make sense?

Copy link
Copy Markdown
Member

@na-ji na-ji Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh right, I thought #22794 already added the changelog entry for that.

Loading