Skip to content

Releases: microsoft/service-fabric-healer

FabricHealer 1.2.15

31 Oct 19:11
Compare
Choose a tag to compare

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

11 Jul 23:17
8e8a55a
Compare
Choose a tag to compare

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

20 Mar 16:19
ba6bd34
Compare
Choose a tag to compare

FabricHealer 1.2.13 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

FabricHealer Changes

FabricHealer 1.2.12

29 Feb 21:01
d7c6af1
Compare
Choose a tag to compare

FabricHealer 1.2.12 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

Deploy to Azure

FabricHealer Changes

  • Added ability for customer to hook a plugin to FH and do custom work when FH starts

FabricHealer 1.2.11

19 Oct 17:38
84db0a6
Compare
Choose a tag to compare

FabricHealer 1.2.11 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

Deploy to Azure

FabricHealer Changes

  • Bug fix in RestartFabricNode repair logic.
  • Important reliability improvements.

FabricHealer 1.2.10

09 Oct 17:33
cd859a2
Compare
Choose a tag to compare

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

25 Sep 22:28
e237616
Compare
Choose a tag to compare

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

20 Sep 22:19
822a3dd
Compare
Choose a tag to compare

FabricHealer 1.2.8 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

Deploy to Azure

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

14 Sep 22:19
3e2b68b
Compare
Choose a tag to compare

FabricHealer 1.2.7 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

Deploy to Azure

FabricHealer Changes

  • Bug Fix: Disk Repair.
  • Code and performance improvements.
  • Updated tests to prevent Disk repair bug regression.

FabricHealer 1.2.6

12 Sep 20:06
0e4ee1c
Compare
Choose a tag to compare

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.