Skip to content

Releases: The-NeXT-Project/NeXT-Server

0.3.20

17 Apr 07:43

Choose a tag to compare

0.3.19

02 Jan 04:06

Choose a tag to compare

Full Changelog: v0.3.18...v0.3.19

0.3.18

15 Dec 14:49

Choose a tag to compare

0.3.17

04 Aug 02:34

Choose a tag to compare

In this release, we addressed an important issue that will result in the server not properly shutting down in the following situation:

  1. Node reached bandwidth limit
  2. Node is disabled in the panel
  3. 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.

在此版本中,我們解決了一個重要問題,該問題會導致伺服器在以下情況下無法正常關閉:

  1. 節點達到頻寬限制
  2. 節點在面板中被停用
  3. 節點從面板中移除

現在,伺服器將刪除記憶體中儲存的所有當前使用者帳戶並等待恢復,而不是觸發 panic() 並導致伺服器崩潰。

Full Changelog: v0.3.16...v0.3.17