Skip to content

Releases: youngmonkeys/ezyfox-server

Release version 1.2.8.1

15 Oct 09:26
06c0331
Compare
Choose a tag to compare
  1. update README.
  2. supports SSL for TCP socket.

Release version 1.2.8

06 Jun 00:28
5b62066
Compare
Choose a tag to compare
  • Used ezyfox v1.2.8
  • Catch TCP socket handler by Throwable instead of Exception.

Release version 1.2.7

19 Feb 16:13
Compare
Choose a tag to compare

use ezyfox 1.2.7

Release version 1.2.6

19 Feb 13:45
Compare
Choose a tag to compare
  • Update AppEntry and PluginEntry to use setting package name for binding context
  • Update library to new versions

Release version 1.2.5

01 Oct 04:25
e7431f5
Compare
Choose a tag to compare

Fix bug: can not receive UDP request when a client has TCP IP and UDP IP are not same

Release version 1.2.4

22 Jul 13:31
Compare
Choose a tag to compare
  • add udpOrTcpTransport
  • remove unsed UserManager class
  • fix typo sercurity

Release version 1.2.3

07 May 01:30
Compare
Choose a tag to compare
  • Allows handle handshake event
  • Fix Settings.build did not call .init function
  • Add UserAccessedApp event (call one time after user accessed app successfully)
  • Update message pack encoder/decoder
  • Update code style

Release version 1.2.2

05 Mar 10:11
c1edabe
Compare
Choose a tag to compare
  • replace log4j1x by logback
  • update statistics frames
  • add CommandManager
  • add EzyLoginError.TOO_MANY_REQUEST

Release version 1.2.1

05 Dec 13:35
5fabb76
Compare
Choose a tag to compare
  • Improve performance
  • Update support: response result of controller method to client
  • Allow set active profiles from settings.xml
  • Allow specific plugin and application package to scan from settings.xml
  • Allow decorate settings

Release version 1.2.0

29 Aug 16:30
c2d2cea
Compare
Choose a tag to compare
  • Add L7 health check via api: management/health-check
  • Classifier app event controller and plugin controller
  • Add EzyDisallowRequest to allow disable plugin request handlers