Skip to content

0.12.8

Compare
Choose a tag to compare
@dktapps dktapps released this 28 Aug 21:19
· 305 commits to stable since this release

Changes since 0.12.7

  • 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.