Releases: plan-player-analytics/Plan
Releases · plan-player-analytics/Plan
4.4.2 DEV4 - Release Candidate 3
4.4.2 DEV4 - Release Candidate 3
Change log
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 databasesDid 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
4.4.2 DEV3.2 - Release candidate 2
4.4.2 DEV3.2 - Release candidate 2
Change log
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 databasesDid 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
4.4.1 - Bugfixes
Bugfixes
- Fixed Plan running stuff on the main server thread randomly
- Fixed Litebans table breaking server page
- Fixed Towny not displaying any towns despite there being towns
4.4.0 - Data Refactoring
4.4.0 - Data Refactoring
Full Change log is available at Spigot & Sponge once released there.
Html Changes
Changes from DEV3
New
- Added ping info to player page
Bugfixes
- Fixed backup and restore
- Fixed 'BungeeCord' appearing as network name
- Fixed Litebans table width on player page
- Fixed players table ordering by last seen
DEV3 Change log
4.3.2
Changes from DEV2
- Improved player stickiness calculations
- Disabled sponge chunk load check
- Disabled react integration (unfinished)
- Removed "Removed data of x players" logs when x = 0
Bugfixes
- Attempted fix closed datasource issue on Sponge
- Fixed IP table inserting a new row every time a player joined
- Removed duplicates from IP table
- Fixed anonymisation of old IPs
- Fixed odd container appearing on inspect page
- Fixed afk time formatting on server accordion on Player page
- Fixed wrong link to /players page on /network**/**-page
4.3.1
4.3.0
This version contains bugfixes and improvements for GDPR compliance.
Full change log on Spigot and Sponge.
Update command test release
This release is used to test the update command functionality
4.2.0
4.2.0
Changes from DEV3
- Added server_id to Worlds, WorldTimes and Kills tables
- Updated old world_ids in World times table with server specific ids, populated server_id rows of old data.
- Made calendars use themes.yml color values (red, teal, etc.)
Html Changes
No HTML Changes in this version.
4.1.7
New:
- Added a lot of Bukkit settings to Bungee config - If you have customized the settings on Bukkit servers you might need to re-configure with the new Bungee config or set Bungee.CopyConfig to false before updating.
Bugfixes:
- Fixed Server pages not being available on some servers due to MySQL packet size restraints - Server pages are now split every 500k Base64 characters & assembled when fetched.
In addition only a single page should be in the database at one time for each server. (Less stuff to clean) - Fixed SuperbVote related NoSuchMethodErrors