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
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,41 @@ hideEdit: true
17
17
18
18
This article provides more information on the latest releases and updates to the Service Fabric runtime and SDKs.
19
19
20
-
## Service Fabric 7.2
20
+
## Service Fabric 8.0
21
21
22
-
We're excited to announce that 7.2 release of the Service Fabric runtime has started rolling out to the various Azure regions along with tooling and SDK updates. The updates for .NET SDK, Java SDK and Service Fabric runtime are available through Web Platform Installer, NuGet packages and Maven repositories.
22
+
We are excited to announce that 8.0 release of the Service Fabric runtime has started rolling out to the various Azure regions along with tooling and SDK updates. The updates for .NET SDK, Java SDK and Service Fabric runtime are available through Web Platform Installer, NuGet packages and Maven repositories.
23
23
24
24
### Key Announcements
25
25
26
+
-**General Availability** of support for .NET 5 for Windows
27
+
-**General Availability** of [Stateless NodeTypes](https://docs.microsoft.com/azure/service-fabric/service-fabric-stateless-node-types)
28
+
- Ability to move stateless service instances
29
+
- Ability to add parameterized DefaultLoad in the application manifest
30
+
- For singleton replica upgrades - ability to have some of the cluster level settings to be defined at an application level
31
+
- Ability for smart placement based on node tags
32
+
- Ability to define percentage threshold of unhealthy nodes that influence cluster health
33
+
- Ability to query top loaded services
34
+
- Ability to add a new interval for new error codes
35
+
- Capability to mark service instance as completed
36
+
- Support for wave-based deployment model for automatic upgrades
37
+
- Added readiness probe for containerized applications
38
+
- Enable UseSeparateSecondaryMoveCost to true by default
39
+
- Fixed StateManager to release the reference as soon as safe to release
40
+
- Block Central Secret Service removal while storing user secrets
41
+
42
+
43
+
### Service Fabric 8.0 releases
44
+
| Release date | Release | More info |
45
+
|---|---|---|
46
+
| April 08, 2021 |[Azure Service Fabric 8.0](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-8-0-release/ba-p/2260016)|[Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_80.md)|
47
+
48
+
49
+
## Previous versions
50
+
51
+
### Service Fabric 7.2
52
+
53
+
#### Key Announcements
54
+
26
55
-**Preview**: [**Service Fabric managed clusters**](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-managed-clusters-are-now-in-public-preview/ba-p/1721572) are now in public preview. Service Fabric managed clusters aim to simplify cluster deployment and management by encapsulating the underlying resources that make up a Service Fabric cluster into a single ARM resource. For more details see, [Service Fabric managed cluster overview](./overview-managed-cluster.md).
27
56
-**Preview**: [**Supporting stateless services with a number of instances greater than the number of nodes**](./service-fabric-cluster-resource-manager-advanced-placement-rules-placement-policies.md) is now in public preview. A placement policy enables the creation of multiple stateless instances of a partition on a node.
28
57
-[**FabricObserver (FO) 3.0**](https://aka.ms/sf/fabricobserver) is now available.
@@ -35,7 +64,7 @@ We're excited to announce that 7.2 release of the Service Fabric runtime has sta
35
64
-**RunToCompletion**: Service Fabric supports concept of run to completion for guest executables. With this update once the replica runs to completion, the cluster resources allocated to this replica will be released.
36
65
-[**Resource governance support has been enhanced**](./service-fabric-resource-governance.md): allowing requests and limits specifications for cpu and memory resources.
37
66
38
-
### Service Fabric 7.2 releases
67
+
####Service Fabric 7.2 releases
39
68
| Release date | Release | More info |
40
69
|---|---|---|
41
70
| October 21, 2020 |[Azure Service Fabric 7.2](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-7-2-release/ba-p/1805653)|[Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service-Fabric-72-releasenotes.md)|
@@ -46,7 +75,6 @@ We're excited to announce that 7.2 release of the Service Fabric runtime has sta
46
75
| February 17, 2021 | [Azure Service Fabric 7.2 Sixth Refresh Release](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-sixth-refresh-release/ba-p/2144685) | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service-Fabric-72CU6-ReleaseNotes.md)
47
76
| March 10, 2021 | [Azure Service Fabric 7.2 Seventh Refresh Release](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-seventh-refresh-release/ba-p/2201100) | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service-Fabric-72CU7-releasenotes.md)
0 commit comments