Releases: St-Mary/Coral
v1.0.19
v1.0.18
π Change Logs
All notable changes to this project will be documented in this file.
Resume:
[v1.0.18] - 2024-05-05
Added
- Max health and more clean code
Changed
Fixed
- Fixed some errors
v1.0.17
π Change Logs
All notable changes to this project will be documented in this file.
Resume:
[v1.0.17] - 2024-05-03
Added
- Entities for Database
Changed
Fixed
- Bump some libs versions because of vulnerabilities
v1.0.16
π Change Logs
All notable changes to this project will be documented in this file.
Resume: This update brings v1 of Login System
[v1.0.16] - 2024-01-01
Added
- LoginUsingJWT packet
- GameTest packet
- JWTUtils
Changed
- Changed JAR generation, migrating to ShadowJAR lib to include all dependencies
Fixed
- Bump some libs versions because of vulnerabilities
v1.0.15
π Change Logs
All notable changes to this project will be documented in this file.
Resume: This update brings code cleanup and login result packet.
[v1.0.15] - 2023-12-30
Added
- LoginResult packet
Changed
- From Argon2 to BCrypt algorithm
- Code cleanup
Fixed
v1.0.14
π Change Logs
All notable changes to this project will be documented in this file.
Resume: This update brings code optimisation and documentation.
[v1.0.14] - 2023-12-29
Added
- Docs
@NotNull
annotations- Add
handle + Packet Name
method for each packets so we just have to@Override
them.
Changed
Fixed
v1.0.13
π Change Logs
All notable changes to this project will be documented in this file.
Resume: This update brings SSL support between Cassandra and Luna.
[v1.0.13] - 2023-12-29
Added
- SSLContextUtils class
Changed
Fixed
v1.0.12
π Change Logs
All notable changes to this project will be documented in this file.
[v1.0.12] - 2023-12-27
Added
- Utils class
- Exceptions throwing
Changed
Fixed
v1.0.11
π Change Logs
All notable changes to this project will be documented in this file.
[v1.0.11] - 2023-12-24
Added
- New Packet:
LoginPacket
- Password encryption system
Changed
Fixed
v1.0.10
π Change Logs
All notable changes to this project will be documented in this file.
[v1.0.10] - 2023-12-23
Added
Changed
Fixed
- Fix a liib import problem in publish (
com.stmarygate.coral.coral
instead ofcom.stmarygate.coral
)