Releases: FederatedAI/FATE-Serving
Release v2.1.7
1.enhance batch inference
2.improve httpAdaptor
3.improve function of serving-admin
4.fix bug of serving-admin
5.change jar version for fix security issues
Release v2.1.6
1.change spring boot version from 2.6.2 to 2.7.0
2.change jackson version from 2.10.0 to 2.13.3
3.change grpc version from 1.25.0 to 1.45.1
4.change protobuf version from 3.6.1 to 3.20.1
5. Increase the compatibility of serving admin with unknown model components
Release v2.1.5
1.change the version of log4j from 2.7.0 to 2.7.1
2.optimize some JavaScript code
Release v2.1.4
fix security bug of spring
Release v2.1.3
1.fix httpAdaptor thread leak bug
2.change the version of log4j from 2.16.0 to 2.17.0
Release v2.1.1
fix bug : the serving-server start failed when the configuration is set to not use zookeeper
Release v2.1.0
Major Features and Improvements
- Support multi-host algorithm model online prediction,currently, the supported multi-host algorithms include HeteroLR and HeteroSecureBoost.
- Support to display model information in pipeline on admin page.
- Increase the model synchronization function, support the synchronous replication of models between different serving-server nodes in the cluster, which is convenient for machine expansion and contraction.
- Admin page model operation/display function optimization.
- Add a cluster one-click self-check tool on the admin page, you can view the cluster service self-check status, and the cluster will be self-checked regularly from the background, and the user can also take the initiative to perform one-click self-check.
- Add routing table editing function, you can directly edit the routing table information of the current serving-proxy configuration through the page.
- Service topology map optimization, showing the true mapping relationship between each machine, the specified machine can be selected on the topology map and its details can be viewed.
- Add support for http protocol between guest and host.
- Add a general httpAdaptor for host to obtain features.
Release v2.0.5
fix bug about ssl certificate
Release v2.0.4
1.add support for digiest certificates
2.optimize router-table configuration in serving-proxy
Release v2.0.3
fix security bug