You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now depends on pocketmine/log-pthreads in addition to pocketmine/log (separated packages).
ext-bcmath is no longer required.
Code is now analysed using PHPStan level 7 and phpstan-strict-rules.
Loading RakLib.php no longer does any dependency checking - it's assumed that the user is installing RakLib using Composer, which has its own dependency checking which we trust.
Fixed a possible bug where the session's send queue would not get flushed during disconnect.
Fixed possible crash on failure to decode IPv6 address.