Releases: youngmonkeys/ezyfox-server
Releases · youngmonkeys/ezyfox-server
Release version 1.2.8.1
Release version 1.2.8
- Used ezyfox v1.2.8
- Catch TCP socket handler by
Throwable
instead ofException
.
Release version 1.2.7
use ezyfox 1.2.7
Release version 1.2.6
- Update AppEntry and PluginEntry to use setting package name for binding context
- Update library to new versions
Release version 1.2.5
Fix bug: can not receive UDP request when a client has TCP IP and UDP IP are not same
Release version 1.2.4
- add udpOrTcpTransport
- remove unsed UserManager class
- fix typo sercurity
Release version 1.2.3
- 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
- replace log4j1x by logback
- update statistics frames
- add CommandManager
- add EzyLoginError.TOO_MANY_REQUEST
Release version 1.2.1
- 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
- Add L7 health check via api:
management/health-check
- Classifier app event controller and plugin controller
- Add
EzyDisallowRequest
to allow disable plugin request handlers