Skip to content

Commit 9e9cc5d

Browse files
committed
More breaking changes
1 parent 1db5912 commit 9e9cc5d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/service-fabric/release-notes.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ hideEdit: true
2525

2626
The latest Service Fabric release includes supportability, reliability, performance improvements, new features, bug fixes and enhancements to ease cluster and application life cycle management.
2727

28-
> [!IMPORTANT]
29-
> Service Fabric 6.5 is the final release with Service Fabric tools support in Visual Studio 2015. Customers are advised to move to [Visual Studio 2019](https://visualstudio.microsoft.com/vs/compare/) going forward.
28+
#### Breaking changes
29+
30+
- Service Fabric 6.5 is the final release with Service Fabric tools support in Visual Studio 2015. Customers are advised to move to [Visual Studio 2019](https://visualstudio.microsoft.com/vs/compare/) going forward.
31+
32+
- TraceViewer, the tool for parsing Service Fabric trace logs has been updated to be CSV compliant for the Service Fabric 6.5 release. This breaking change could impact you in 2 ways:
33+
1. Any custom tools that depend on TraceViewer will require updates for the new logging format.
34+
2. If you use TraceViewer, you'll need to upgrade it to the newer version shipped with Service Fabric 6.5.
3035

3136
Here's what's new in Service Fabric 6.5:
3237

33-
#### Windows
38+
#### New features for Windows
3439

3540
- Patch Orchestration Application (POA) version 1.4.0 includes numerous self-diagnostic improvements. Customers of POA are recommended to move to this version.
3641

@@ -48,7 +53,7 @@ Here's what's new in Service Fabric 6.5:
4853

4954
- [Service Fabric Application Disaster Recovery Tool](https://github.com/Microsoft/Service-Fabric-AppDRTool) allows users of Service Fabric stateful services to get back live soon in case the primary SF cluster encounters a disaster. The tool constantly synchronizes the data from the application running on the primary cluster on the standby application on secondary using periodic backup and restore.
5055

51-
#### Linux
56+
#### New features for Linux
5257

5358
- Visual Studio support for [publishing .NET Core apps to Linux-based clusters](service-fabric-how-to-publish-linux-app-vs.md).
5459

0 commit comments

Comments
 (0)