Releases: microsoft/service-fabric-healer
Releases · microsoft/service-fabric-healer
FabricHealer 1.2.15
FabricHealer 1.2.15 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- FH now loads all plugins only once at startup and caches them to reduce memory usage.
- Breaking Change: Attributes - CustomServiceInitializer and RepairPredicateType have been deprecated and are now unified to a single attribute - Plugin. All predicate types must implement a new interface IPredicateType. RegisterToPredicateTypesCollection API of IRepairPredicateType interface has been deprecated. Customers must start using LoadPredicateTypes method. Please refer to the updated documentation for plugins for more details.
- Bug Fix - serializedRepairData is now being passed to all entity repair types for custom predicate support
FabricHealer 1.2.14
FabricHealer 1.2.14 FHProxy 1.0.5 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Added an API that can be used by plugins to access in-memory health event data.
- This new version contains properly signed release binaries.
- Updated nuget package dependencies
FHProxy Changes
- This new version contains properly signed release binaries.
- Updated nuget package dependencies.
FabricHealer 1.2.13
FabricHealer 1.2.13 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Added Guan predicate plugin support to enable custom repairs. Please see plugin documentation with sample code.
FabricHealer 1.2.12
FabricHealer 1.2.12 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Added ability for customer to hook a plugin to FH and do custom work when FH starts
FabricHealer 1.2.11
FabricHealer 1.2.11 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Bug fix in RestartFabricNode repair logic.
- Important reliability improvements.
FabricHealer 1.2.10
FabricHealer 1.2.10 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Bug Fix #161: FH can stop processing health events when the StartAsync loop breaks unexpectedly (due to non-critical exceptions, for example).
- Code and performance improvements.
FabricHealer 1.2.9
FabricHealer 1.2.9 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Bug Fix: AppInsights telemetry.
- Bug Fix: EnsureProcess impl for Linux.
- Updated SystemService repair rules.
- Updated package dependencies.
- Code improvements.
FabricHealer 1.2.8
FabricHealer 1.2.8 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Added MaxExecutionTime for DiskRepair and FabricNode repairs.
- Fixed bug where FH is not going into Warning when RepairManager service is not deployed in the cluster.
- Updated default logic rules.
- Code and performance improvements.
FabricHealer 1.2.7
FabricHealer 1.2.7 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
FabricHealer Changes
- Bug Fix: Disk Repair.
- Code and performance improvements.
- Updated tests to prevent Disk repair bug regression.
FabricHealer 1.2.6
FabricHealer 1.2.6, FHProxy 1.0.4 - SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
NOTE: This version has a regression that breaks Disk repair. Please upgrade to 1.2.7.
FabricHealer Changes
- Bug Fix: Crash due to bug in app upgrade UD check.
- Code and performance improvements.
- Updated nupkg dependencies.
FHProxy Changes
- Code improvements.
- Updated nupkg dependencies.