Skip to content

4.4.2

Compare
Choose a tag to compare
@AuroraLS3 AuroraLS3 released this 08 Aug 08:58

4.4.2

Change log

Better release notes will be on spigot and sponge.

Html changes

Release

  • Fixed some exceptions with Litebans
  • Litebans table now displays UUID instead of "Unknown", as well as given date
  • Player online status should now update properly on bungee (With 5 second delay)
  • Partial Simplified Chinese translation by 佛壁灯 (f0rb1d)
  • Few performance improvements to Bukkit
  • Fixed some network page parsing exceptions

DEV4

  • Added 10s caching layer between some page generation and database
  • Added maxLifeTime setting for HikariCP of 25 Minutes

DEV3.2

  • HikariCP Connection leak detection (5 minutes) Does not log anything on Bukkit based servers due to #666
  • Connection validation to MySQL when getting a new connection

DEV3:

  • Attempt to fix Stall caused by Thread starvation, by replacing HttpUrlConnection with Apache HttpClient in ConnectionSystem
  • Attempt to fix Network page hang by splitting some methods in databases Did not work
  • Attempt to fix Session issues with missing variables
  • Finnish locale
  • German locale by @Morsmorse
  • Fixed health index calculation
    • Fixed retain percentage on health tab
    • Fixed server downtime calculation on health tab
  • Fixed DeathEvent Exception in 1.8 when pet kills something
  • Fixed CacheInspectPageRequest debug logging an exception on bungee
  • / now redirects to /server when using HTTP

DEV2:

  • Fixed LinkageError in DEV1 by relocating org.slf4j
  • Font awesome 5.0.13 -> 5.2.0
  • Locale Rework
  • Fixed UTF-8 Encoding issue (special characters now work on the website)

DEV1

  • Swapped DHCP2 to HikariCP connection pool
  • Fixed Plan not working on CraftBukkit servers (Disabled Ping task)
  • Fixed Sponge PluginData registration