v37.1.0
github-actions
released this
30 Jun 18:02
·
293 commits
to master
since this release
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 requirednull
(#1328)