Releases: jonesdevelopment/sonar
Releases · jonesdevelopment/sonar
2.1.18
- Fix crash issue on 1.13-1.13.2
- Downgrade mysql-connector-j to 9.0.0
This is a hotfix release that fixes the MySQL driver not loading correctly and 1.13-1.13.2 clients crashing when joining the server.
Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl
2.1.17
- Bump mariadb-java-client from 3.4.1 to 3.5.1
- Bump mysql-connector-j from 9.0.0 to 9.1.0
- Use version name instead of ID for logging
Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl
2.1.16
- Clear ByteBuf if the packet has no start
- Fix
invalid-username
never being used
Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl
2.1.15
This is a hotfix release that removes an accidental debugging statement that caused all errors to be printed out to console in full detail.
Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl
2.1.14
- Move username check to post-login
- Fix pre-join disconnects not encoding correctly
- Make unsupported version message configurable
- Update language/config files for Chinese #404
- Add client ticking check for 1.21.2+
Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl
2.1.13
- Don't serialize modern json twice
- Fix NoClassDefFoundError on BungeeCord and Bukkit
This is a hotfix release that resolves an exception on startup introduced by #401
2.1.12
- Fix timestamp check false positive
- Fix component serialization on <1.16 #401
This release fixes gradients being parsed incorrectly for Minecraft 1.15.2 and below.
Additionally, random disconnects during the CAPTCHA have been fixed.
2.1.11
- 1.21.2 Support #370, #397
- Make verification world time configurable
- Exempt Bedrock players from the vehicle check
- Exempt Bedrock players from the view distance check
- Remove useless variables from some events
- Fix UpdateTime packet on 1.21.2
- Fix CAPTCHA Y position breaking lighting
- Fix errors during configuration phase
- Use hashes for command tab completion
- Don't print permission message if empty
Some false positives and timeouts related to lag have been fixed.
There've been some more microoptimizations that are not listed.
2.1.10
- Remove VerifiedPlayerController#estimatedSize
- Add easier API method for verifying players
- Add more stability checks to the database
- Implement missing view distance check
- Fix translation error in Spanish translations
- Tell user how to disable the welcome message
- Fix possible position issue with vehicles
2.1.9
- Fix block heights varying on different versions
- Use one entity ID for all vehicles
- Fix the Discord link in Polish translations
- Add verification welcome message
- Small micro-optimizations to networking
- Fix potential NullPointerException
- Bump dependencies #386