Everest v0.9.0¶
← Back to all Everest releases
What's new
- Add pprof and health endpoints to Everest (#1379)
Bug fixes
- Mark directories dirty using dir.GetPath(). (#1496) Fixes #1485, file changes could be ignored by diff and by commit.
- Profiling endpoints now also exposed in readonly mode (#1473)
- fix file descriptor leak in WriteAt (#1398)