SaunaFS 5.2.0 now stable! #599
Locked
uristdwarf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
The released was delayed a bit (usually we try to release monthly). We had not seen any issues for 5.2.0, except one: We found a bug with .saunafs_path_by_inode, which causes it to lock up the application that not even SIGKILL can save.
We postponed the release a bit to investigate this. However, we found that this bug likely exists in earlier versions, so we decided to release the RC as is, and that issue will be fixed in the next release (it is already in dev).
So I'm glad to finally release 5.2.0 as stable. 🥳
The release comes with a new API, but otherwise is mostly just bug fixes. Here's some of the significant changes:
Significant Changes
SaunaFS API
I'm also proud to introduce a REST API for monitoring SaunaFS. This is developed off this repository, and can be found here:
https://github.com/leil-io/saunafs-api
This API allows you to access the same things as the CGI, but through a simple REST API. This allows you to integrate with an existing monitoring system easily, or develop your own.
That's it for this release, as always, please report any bugs you find.
Beta Was this translation helpful? Give feedback.
All reactions