Pathfinder PC
4.14.4.2858
5/13/2020

There existed an issue in Pathfinder with the error handling for fetching diagnostic ingress settings from the server. If the server returned a value that Pathfinder couldn't deserialize, Pathfinder would log an error and then write a null value to the ingress settings. This would in turn prevent Pathfinder from publishing diagnostic data to the endpoint. This bug has been fixed.

After failing to post data to the diagnostics endpoint, Pathfinder will wait a period of time before retrying. After each consecutive failure, this wait time is doubled up to some upper limit. After a successful post, this retry time is reset to the minimum. The max retry time limit was originally set to 20 minutes. This has turned out to be too long for cases where there is a brief outage while diagnostics is actively being used. To speed up the process of recovering from an outage, this max retry time has been reduced to two minutes.

New backgauge parameters were recently introduced in Pathfinder, but were not made visible in the UI because the hard-coded range for backgauge parameter keys was not updated at the time. This has been fixed and the new parameters (178, 179, and 180) are now visible.

There existed a bug in Pathfinder where Parameter 166 - Backgauge Stopping Reaction Distance - was displayed twice in the UI. This bug has been fixed.