Skip to content

Commit 03d693c

Browse files
Update path for 2025 Q3 (#1731)
* Update path for 2025 Q3 * chore: added upgrade path 2025 Q3 - refactored existing file to match the new template (changes/deps) - renamed the file to match the likely version 19.2.25.812. refs: no issue. --------- Co-authored-by: Ivan Hristov <[email protected]>
1 parent 5ea4504 commit 03d693c

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

upgrade/2025/2025-q2-19-2-25-812.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
title: 2025 Q3 (19.2.25.812)
3+
page_title: 2025 Q3 19.2.25.812 Release Overview
4+
description: "See the changes introduced with Telerik Reporting 2025 Q3 (19.2.25.812) that should be considered before upgrading, and the 3rd party products & packages this version depends on."
5+
slug: telerikreporting/upgrade/2025/2025-q3-19-2-25-812
6+
tags: q3,2025
7+
published: True
8+
position: 0
9+
---
10+
11+
# 2025 Q3 (19.2.25.812) Changes and Dependencies
12+
13+
This article explains the manual changes required when upgrading to Telerik Reporting 2025 Q3 (19.2.25.812).
14+
15+
## Announcement for an upcoming change
16+
17+
The implementation of Telerik Reporting REST service based on the ServiceStack framework will be deprecated in the next major release (2025 Q4). Telerik Reporting 2025 Q3 is the last version to include the assemblies and NuGet packages containing the ServiceStack implementation.
18+
19+
## Changes
20+
21+
### WinUI Report Viewer
22+
23+
The viewer is built with Telerik UI for WinUI __4.0.2__. WinUI Report Viewer targets .NET 8.
24+
25+
### WPF Report Viewer for .NET Framework
26+
27+
The viewer is built with Telerik UI Controls for WPF __2025.3.812.462__. If you are using a newer version, consider adding binding redirects. For more information see: [How to Add report viewer to a WPF .NET Framework project]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/wpf-application/how-to-add-report-viewer-to-a-wpf-.net-framework-project%}).
28+
29+
### WPF Report Viewer for .NET 8
30+
31+
The viewer is built with Telerik UI Controls for WPF __2025.3.812.80__ and targets .NET 8.
32+
33+
## Dependencies
34+
35+
### Telerik Licensing
36+
37+
[Telerik.Licensing __1.6.16__](https://www.nuget.org/packages/Telerik.Licensing/1.6.16).
38+
39+
### Web Report Designer Dependencies
40+
41+
The [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%}) depends on the following libraries:
42+
* Telerik Kendo UI (__2025.1.227__ or later)
43+
* jQuery (__3.7.1__ or later)
44+
* Browser's native support for Promise objects. When the browser does not support Promise, the viewer will not try to automatically load it. It's the responsibility of the developer to load Promise functionality from a trusted source in the application.
45+
46+
### HTML5 Report Viewer Dependencies
47+
48+
The [HTML5 Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/overview%}) depends on the following libraries:
49+
50+
* Telerik Kendo UI (__2025.1.227__ or later)
51+
* jQuery (__3.7.1__ or later)
52+
* Browser's native support for Promise objects. When the browser does not support Promise, the viewer will not try to automatically load it. It's the responsibility of the developer to load Promise functionality from a trusted source in the application.
53+
54+
### Angular Report Viewer Dependencies
55+
56+
The [Angular Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview%}) depends on the following:
57+
58+
* NodeJS (Active LTS or Maintenance LTS versions)
59+
* Angular (__16.0.0__ to __19.0.0__)
60+
* jQuery (__^1.10.0 || ^2.2.0 || ^3.7.0"__)
61+
62+
### Native Angular Report Viewer
63+
64+
* NodeJS (Active LTS or Maintenance LTS versions)
65+
* Angular (__16.0.0__ to __19.0.0__)
66+
* Kendo UI for Angular (__17.2.*__)
67+
68+
### React Report Viewer Dependencies
69+
70+
The [React Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/react-report-viewer/react-report-viewer-overview%}) depends on the following:
71+
72+
* React (__16.8.6__ or later)
73+
* React-DOM (__16.8.6__ or later)
74+
* jQuery (__3.7.0__ or later)
75+
76+
### Native Blazor Report Viewer
77+
78+
The viewer is built with Telerik UI for Blazor __7.1.0__.
79+
80+
### HttpClient Dependencies
81+
82+
Connecting a desktop report viewer (WinForms or WPF) to a REST service or Report Server instance requires the following NuGet packages:
83+
84+
* Newtonsoft.Json (__13.0.1__ or later for .NET Framework and .NET Core projects)
85+
* Microsoft.AspNet.WebApi.Client (__6.0.0__ or later for .NET Framework projects, __5.2.7__ or later for .NET Core projects)
86+
87+
### WebServiceDataSource Component Dependencies
88+
89+
The [WebServiceDataSource]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/webservicedatasource-component/overview%}) requires the following NuGet packages:
90+
91+
* Microsoft.Net.Http (__2.2.29__ or later) - only for .NET Framework projects
92+
* Newtonsoft.Json (__13.0.1.0__ or later)
93+
94+
### ASP.NET Core WebAPI REST Report Service Dependencies
95+
96+
The [ASP.NET Core WebAPI REST Report Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/overview%}) requires the following NuGet packages:
97+
98+
* Microsoft.AspNetCore.Mvc.NewtonsoftJson (__8.0.0__)
99+
100+
### ASP.NET WebAPI REST Report Service Dependencies
101+
102+
The [ASP.NET WebAPI REST Report Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-api-reference/overview%}) requires the following NuGet packages:
103+
104+
* Microsoft ASP.NET Web API (__5.3.0__ or later)
105+
* Newtonsoft.Json (__13.0.1.0__ or later)
106+
107+
### ServiceStack Report Service Dependencies
108+
109+
The [ServiceStack Report Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/servicestack-implementation/how-to-add-telerik-reporting-rest-servicestack-to-web-application%}) uses ServiceStack (__3.9.70.0__):
110+
111+
### CubeDataSource Dependencies
112+
113+
If you are using [CubeDataSource]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/cubedatasource-component/overview%}), the version of your Microsoft.AnalysisServices.AdomdClient should be __10.0.0.0__ or later.
114+
115+
### Database Cache Provider Dependencies
116+
117+
If you are using [Database Cache Provider]({%slug telerikreporting/using-reports-in-applications/export-and-configure/cache-management/other-reportviewer-controls/configuring-the-database-cache-provider%}), the version of your Telerik Data Access ORM should be __2015.1.225.1__ or later.
118+
119+
### Internal Cache
120+
121+
The internal cache uses SQLite version __3.33.0__ for .NET Framework projects and __3.38.0__ for .NET 8+ projects.
122+
123+
### REST Service Redis Storage Dependencies
124+
125+
The [REST Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) with [Redis Storage implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-service-storage/how-to-use-redis-storage%}) depends on one of the following:
126+
127+
* StackExchange.Redis version 2.8.16 or greater.
128+
129+
### REST Service MSSQL Storage Dependencies
130+
131+
The [REST Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) with [MSSQL Storage implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-service-storage/how-to-configure-an-mssql-database-storage%}) depends on:
132+
133+
* System.Data.SqlClient version 4.0 (depending on the installed .NET Framework runtime) for .NET Framework projects and [Microsoft.Data.SqlClient v5.2.2](https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.2.2) or greater for .NET 8+ projects.

0 commit comments

Comments
 (0)