5.9 KiB
Microsoft Azure Service Fabric 10.0 Cumulative Update 3.0 Release Notes
This release will only be available through manual upgrades. Clusters set to automatic upgrades will not receive this release. For how to configure upgrades, please see classic or managed documentation.
Contents
- Service Fabric Packages and Versions
- Service Fabric Feature and Bug Fixes
- Retirement and Deprecation Path Callouts
Service Fabric Packages and Versions
The following packages and versions are part of this release:
Service | Platform | Version |
---|---|---|
Service Fabric Runtime | Ubuntu 20 Windows |
10.0.2105.1 10.0.2226.9590 |
Service Fabric for Windows Server | Service Fabric Standalone Installer Package | 10.0.2226.9590 |
.NET SDK | Windows .NET SDK Microsoft.ServiceFabric Reliable Services and Reliable Actors ASP.NET Core Service Fabric integration |
7.1.2226 10.1.2226 7.1.2226 7.1.2226 |
Java SDK | Java for Linux SDK | 1.0.6 |
Service Fabric PowerShell and CLI | AzureRM PowerShell Module SFCTL |
0.3.15 11.0.1 |
Service Fabric Feature and Bug Fixes
Versions | IssueType | Description | Resolution |
---|---|---|---|
Windows - 10.0.2226.9590 Ubuntu 20 - 10.0.2105.1 |
Feature | ESE Store | Brief Description: As there is no need to have the setting below maximum, MaxJetInstances will be increased to the maximum by default. Solution: Increased MaxJetInstances to 1024 (the maximum value). |
Windows - 10.0.2226.9590 Ubuntu 20 - 10.0.2105.1 |
Bug | ESE Store | Brief Description: In Service Fabric versions starting with 9.1CU3, 9.0CU8 released in March 2023 and before 9.1CU8, 10.0CU2, 10.1CU1, November 2023 (9.1CU8, 10.0CU2, 10.1CU1) the FreePageSizeThresholdInPercent is invalid for any services based on the Reliable Actors with the KVSActorStateProvider or any services overriding the LocalEseStoreSettings. Solution: Correct default setting will now be applied for all services and regular auto-compaction based on the database meeting the FreePageSizeInPercent Threshold will occur leading to reduction in unused space taken up by databases and thus reduce database bloat. |
Retirement and Deprecation Path Callouts
-
Service Fabric runtime will discontinue support for the Java SDK soon. For a smooth transition, we strongly recommend users to shift to Azure Service Fabric .NET SDK. If your current setup is based on the Service Fabric Java SDK, we suggest starting migration plans to smoothly switch to the Azure Service Fabric .NET SDK. Although applications using the Java SDK will continue to work, we highly recommend adopting the SF .NET SDK for optimal outcomes.
-
Ubuntu 18.04 LTS has reached its 5-year end-of-life window on June-2023. Service Fabric runtime has dropped support for 18.04 LTS after the published date, and we recommend moving your clusters and applications to supported versions listed here: Service Fabric supported Linux versions
-
Previously communicated, Service Fabric runtime had planned to remove Service Fabric runtime version 6.4 packages and older, as well as SDK version 3.3 packages and older, from the package Download Center in July 2023. We would like to inform you that this timeline has been extended, and the removal will now take place in January 2024.
-
Service Fabric runtime will soon be archiving and removing Service Fabric runtime versions less than 7.2 and older, as well as the corresponding SDK version 4.2 packages and older from the package Download Center. Archiving/Removing will affect application scaling and re-imaging of virtual machines in a Service Fabric Cluster running on unsupported versions. After older versions are removed/archived, this may cause failure while rolling back when the current in-progress upgrade has errors.
- To prevent disruption of workloads, create a new cluster using the following steps:
- Create a Service Fabric cluster using ARM template
- Create a Standalone cluster
- Install the supported version of Service Fabric SDK based on the Runtime version installed on the cluster.
- To prevent disruption of workloads, create a new cluster using the following steps:
Repositories and Download Links
The table below is an overview of the direct links to the packages associated with this release. Follow this guidance for setting up your developer environment: