fleet/ee/fleetd-chrome/CHANGELOG.md
Victor Lyuboslavsky 4d671e63d4
fleetd-chrome v1.3.1 release (#19087)
#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.
2024-05-16 16:39:36 -05:00

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 1 gets its value from the query itself, not a table)