Releases: opentibiabr/login-server
Releases · opentibiabr/login-server
OpenTibiaBR Login Server v1.1.3
OpenTibiaBR Login Server v1.1.2
Release Notes:
- Fix outfit bug
- Fix premday bug
OpenTibiaBR Login Server v1.1.1
Release Notes:
- Fix .env bug
- Introduce GIN as router (faster and more straightforward to use)
- Refactor of environment variables names and general renaming/improvements
OpenTibiaBR Login Server v1.1.0
Release Notes:
-
Implementation of gRPC protocol over which both, TCP and HTTP servers, are running
-
Implementation of reverse proxy to allow HTTP calls to use the gRPC protocol
-
Added a database open connections limit of 100 connections, to make the server more stable and improve the availability
-
Restructure of the project source to better fit the new design with 2 servers running together
-
Removal of magic number ci check (wasn't adding much value)
-
Refactored of all test structure to fit a better per file design, including new test cases and less mocks
-
Added a TCP benchmark
OpenTibiaBR Login Server v1.0.3
Release notes:
- Minor bug fixes
- Benchmark addition
- Readme update
OpenTibiaBR Login Server v1.0.2
OpenTibiaBR Login Server v1.0.1
Release Notes
- Minor env and configs improvements
- Introduction of log level concept
- Add vocations configuration through environment variables
- New docker light weight docker image
- Fix bug with custom port
OpenTibiaBR Login Server v1.0.0
Release of OpenTibiaBR Login Server v1.0.0
- Feature parity with old python/php logins
- Github actions coverage (lint, build and release)
- Test coverage