diff --git a/upgrade/2025/2025-q2-19-2-25-812.md b/upgrade/2025/2025-q2-19-2-25-812.md new file mode 100644 index 000000000..2127629c2 --- /dev/null +++ b/upgrade/2025/2025-q2-19-2-25-812.md @@ -0,0 +1,133 @@ +--- +title: 2025 Q3 (19.2.25.812) +page_title: 2025 Q3 19.2.25.812 Release Overview +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." +slug: telerikreporting/upgrade/2025/2025-q3-19-2-25-812 +tags: q3,2025 +published: True +position: 0 +--- + +# 2025 Q3 (19.2.25.812) Changes and Dependencies + +This article explains the manual changes required when upgrading to Telerik Reporting 2025 Q3 (19.2.25.812). + +## Announcement for an upcoming change + +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. + +## Changes + +### WinUI Report Viewer + +The viewer is built with Telerik UI for WinUI __4.0.2__. WinUI Report Viewer targets .NET 8. + +### WPF Report Viewer for .NET Framework + +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%}). + +### WPF Report Viewer for .NET 8 + +The viewer is built with Telerik UI Controls for WPF __2025.3.812.80__ and targets .NET 8. + +## Dependencies + +### Telerik Licensing + +[Telerik.Licensing __1.6.16__](https://www.nuget.org/packages/Telerik.Licensing/1.6.16). + +### Web Report Designer Dependencies + +The [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%}) depends on the following libraries: +* Telerik Kendo UI (__2025.1.227__ or later) +* jQuery (__3.7.1__ or later) +* 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. + +### HTML5 Report Viewer Dependencies + +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: + +* Telerik Kendo UI (__2025.1.227__ or later) +* jQuery (__3.7.1__ or later) +* 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. + +### Angular Report Viewer Dependencies + +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: + +* NodeJS (Active LTS or Maintenance LTS versions) +* Angular (__16.0.0__ to __19.0.0__) +* jQuery (__^1.10.0 || ^2.2.0 || ^3.7.0"__) + +### Native Angular Report Viewer + +* NodeJS (Active LTS or Maintenance LTS versions) +* Angular (__16.0.0__ to __19.0.0__) +* Kendo UI for Angular (__17.2.*__) + +### React Report Viewer Dependencies + +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: + +* React (__16.8.6__ or later) +* React-DOM (__16.8.6__ or later) +* jQuery (__3.7.0__ or later) + +### Native Blazor Report Viewer + +The viewer is built with Telerik UI for Blazor __7.1.0__. + +### HttpClient Dependencies + +Connecting a desktop report viewer (WinForms or WPF) to a REST service or Report Server instance requires the following NuGet packages: + +* Newtonsoft.Json (__13.0.1__ or later for .NET Framework and .NET Core projects) +* Microsoft.AspNet.WebApi.Client (__6.0.0__ or later for .NET Framework projects, __5.2.7__ or later for .NET Core projects) + +### WebServiceDataSource Component Dependencies + +The [WebServiceDataSource]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/webservicedatasource-component/overview%}) requires the following NuGet packages: + +* Microsoft.Net.Http (__2.2.29__ or later) - only for .NET Framework projects +* Newtonsoft.Json (__13.0.1.0__ or later) + +### ASP.NET Core WebAPI REST Report Service Dependencies + +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: + +* Microsoft.AspNetCore.Mvc.NewtonsoftJson (__8.0.0__) + +### ASP.NET WebAPI REST Report Service Dependencies + +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: + +* Microsoft ASP.NET Web API (__5.3.0__ or later) +* Newtonsoft.Json (__13.0.1.0__ or later) + +### ServiceStack Report Service Dependencies + +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__): + +### CubeDataSource Dependencies + +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. + +### Database Cache Provider Dependencies + +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. + +### Internal Cache + +The internal cache uses SQLite version __3.33.0__ for .NET Framework projects and __3.38.0__ for .NET 8+ projects. + +### REST Service Redis Storage Dependencies + +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: + +* StackExchange.Redis version 2.8.16 or greater. + +### REST Service MSSQL Storage Dependencies + +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: + +* 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.