Releases: The-NeXT-Project/NeXT-Server
Releases · The-NeXT-Project/NeXT-Server
0.3.20
Full Changelog: v0.3.19...v0.3.20
0.3.19
Full Changelog: v0.3.18...v0.3.19
0.3.18
0.3.17
In this release, we addressed an important issue that will result in the server not properly shutting down in the following situation:
- Node reached bandwidth limit
- Node is disabled in the panel
- Node is removed from the panel
Instead of panic() and crashing the server, it will now remove all current user accounts stored in memory and wait for recovery.
在此版本中,我們解決了一個重要問題,該問題會導致伺服器在以下情況下無法正常關閉:
- 節點達到頻寬限制
- 節點在面板中被停用
- 節點從面板中移除
現在,伺服器將刪除記憶體中儲存的所有當前使用者帳戶並等待恢復,而不是觸發 panic() 並導致伺服器崩潰。
Full Changelog: v0.3.16...v0.3.17