Skip to content

v37.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 18:02
· 293 commits to master since this release
3e27638

Features

  • wake: logInteractive stream added that only prints when a user is likely at the terminal (#1315)
  • wake: Always emit a coredump on crash if possible (#1327)
  • shared caching: Add read only option when connecting to cache (#1322)
  • lsp: Optional opt-in logging added (#1307)
  • wakebox: Isolate processes in a PID namespace (#1127)
  • wakebox: Raise signal when parent exits (#1332)

Bugfixes

  • wake: Fix crash in statusbuf (#1321)
  • wake: Fix a generated file with C++ code being emitted with .c extension (#1329)
  • wake: Fix a bug in priority order when rendering database inspections (#1330)
  • shared cache: mkdir -p the cache directory in client (#1320)
  • shared cache: Fixed rare race when launching two cached jobs in quick succession (#1326)
  • shared cache: Fix group id hex rendering as 4-byte integer instead of 1-byte integer (#1325)
  • lsp: Capabilities are now serialized correctly as bools instead of uncorrectly as ints (#1323)
  • lsp: Certain responses serialized an empty success as {} instead of required null (#1328)

CI

  • CircleCI removed, all CI is now on GitHub Actions (#1317)
  • Removed Ubuntu 18.04 support (#1313)
  • Added Rocky 9 support (#1316)
  • Added Fedora 38 (#1304)