mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
#18811 * Fixed bug where fleetd-chrome sent multiple read requests to Fleet server at the same time. * Improved console log output messages when Fleet server is down.
537 B
537 B
fleetd-chrome 1.3.1 (May 20, 2024)
-
Fixed bug where fleetd-chrome sent multiple read requests to Fleet server at the same time.
-
Improved console log output messages when Fleet server is down.
fleetd-chrome 1.3.0 (Apr 29, 2024)
-
Created a fix to recover after a rare RuntimeError coming from sqlite web assembly code by reinitializing the DB.
-
Fixed a bug where values not derived from "actual" fleetd-chrome tables were not being displayed correctly (e.g.,
SELECT 1gets its value from the query itself, not a table)