Skip to content

Releases: opentibiabr/login-server

OpenTibiaBR Login Server v1.1.3

23 Nov 00:02
6aa41f0
Compare
Choose a tag to compare

Release Notes:

  • PremUntil in seconds, not miliseconds

OpenTibiaBR Login Server v1.1.2

22 Nov 22:03
fd430b0
Compare
Choose a tag to compare

Release Notes:

  • Fix outfit bug
  • Fix premday bug

OpenTibiaBR Login Server v1.1.1

19 May 22:27
466a2a7
Compare
Choose a tag to compare

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

18 May 12:53
Compare
Choose a tag to compare

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

image

OpenTibiaBR Login Server v1.0.3

15 May 23:10
Compare
Choose a tag to compare

Release notes:

  • Minor bug fixes
  • Benchmark addition
  • Readme update

OpenTibiaBR Login Server v1.0.2

15 May 11:23
c978b58
Compare
Choose a tag to compare

Release Notes

  • Added configurable rate limiter
  • Beter structured configurations
  • Log libraries included (logrus and nested format)
  • Better log level control

image

OpenTibiaBR Login Server v1.0.1

14 May 22:56
Compare
Choose a tag to compare

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

14 May 18:40
ad831ce
Compare
Choose a tag to compare

Release of OpenTibiaBR Login Server v1.0.0

  • Feature parity with old python/php logins
  • Github actions coverage (lint, build and release)
  • Test coverage