You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/release-notes.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,35 +23,35 @@ hideEdit: true
23
23
24
24
### Service Fabric 6.5
25
25
26
-
The latest Service Fabric release includes supportability, reliability, performance improvements, new features, bug fixes and enhancements to ease cluster and application life cycle management.
26
+
The latest Service Fabric release includes supportability, reliability, performance improvements, new features, bug fixes, and enhancements to ease cluster and application lifecycle management.
27
27
28
28
#### Breaking changes
29
29
30
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
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:
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 two ways:
33
33
1. Any custom tools that depend on TraceViewer will require updates for the new logging format.
34
34
2. If you use TraceViewer, you'll need to upgrade it to the newer version shipped with Service Fabric 6.5.
35
35
36
36
Here's what's new in Service Fabric 6.5:
37
37
38
38
#### New features for Windows
39
39
40
-
- Patch Orchestration Application (POA) version 1.4.0 includes numerous self-diagnostic improvements. Customers of POA are recommended to move to this version.
40
+
- Patch Orchestration Application (POA) version 1.4.0 includes many self-diagnostic improvements. Customers of POA are recommended to move to this version.
41
41
42
-
- Service Fabric Explorer now includes applications you have uploaded to image store.
42
+
- Service Fabric Explorer now also includes applications uploaded to image store.
43
43
44
44
- SDK Service Fabric runtime installer now supports the `/force` flag to automatically close conflicting processes.
45
45
46
46
- SDK Service Fabric runtime installer now supports the `/uninstall` flag for command-line uninstallation.
47
47
48
-
-[EventStore Service is enabled by default](service-fabric-visualizing-your-cluster.md#event-store) for Service Fabric 6.5 clusters unless a customer has specifically opted out.
48
+
-[EventStore Service is enabled by default](service-fabric-visualizing-your-cluster.md#event-store) for Service Fabric 6.5 clusters unless a customer has opted out.
49
49
50
50
- Added [replica lifecycle events](service-fabric-diagnostics-event-generation-operational.md#replica-events) for stateful services.
51
51
52
52
- Better visibility of seed node status, including cluster-level warnings if a seed node is unhealthy (*Down*, *Removed* or *Unknown*).
53
53
54
-
-[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.
54
+
-[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 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.
0 commit comments