#
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
#
2.0.0
NEXT
Expected: 2021-10-01
#
Added
- Added platform separation for Minecraft Libraries
- Added
max_players
optional field to server's sign in - Added UnitPay HTTP API
#
Changed
- Restructured project for docker support
- Refreshing old tokens will result in same session/jwt if token sessions is too young
- Converted CATS API ids from decimal to hex
#
Fixed
- Fixed shop events
- Fixed POST
/donate
method - Fixed GET
/user
method - Fixed CORS within Django
- Fixed minecraft files handling pipeline
- Fixed broken
parse_user
validator - Fixed authentication
#
Removed
#
0.1.1
LATEST
Released 2021-08-05
#
Added
- Added
retype
web docs - Docker image is now pushed only if tests passed or skipped
#
0.1.0
Released 2021-08-03
#
Added
- Project created