Skip to content

Commit fa72947

Browse files
committed
Acrolinx fixes
1 parent 9e9cc5d commit fa72947

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/service-fabric/release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,35 @@ hideEdit: true
2323

2424
### Service Fabric 6.5
2525

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.
2727

2828
#### Breaking changes
2929

3030
- 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.
3131

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:
3333
1. Any custom tools that depend on TraceViewer will require updates for the new logging format.
3434
2. If you use TraceViewer, you'll need to upgrade it to the newer version shipped with Service Fabric 6.5.
3535

3636
Here's what's new in Service Fabric 6.5:
3737

3838
#### New features for Windows
3939

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.
4141

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.
4343

4444
- SDK Service Fabric runtime installer now supports the `/force` flag to automatically close conflicting processes. 
4545

4646
- SDK Service Fabric runtime installer now supports the `/uninstall` flag for command-line uninstallation.
4747

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.
4949

5050
- Added [replica lifecycle events](service-fabric-diagnostics-event-generation-operational.md#replica-events) for stateful services.
5151

5252
- Better visibility of seed node status, including cluster-level warnings if a seed node is unhealthy (*Down*, *Removed* or *Unknown*).
5353

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.
5555

5656
#### New features for Linux
5757

0 commit comments

Comments
 (0)