Skip to content

Releases: FederatedAI/FATE-Serving

Release v2.1.7

09 Nov 11:37
c7602ab
Compare
Choose a tag to compare

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

10 Aug 03:24
06f3c5e
Compare
Choose a tag to compare

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

25 Jan 12:10
b9a72e5
Compare
Choose a tag to compare

1.change the version of log4j from 2.7.0 to 2.7.1
2.optimize some JavaScript code

Release v2.1.4

20 Jan 06:27
9a0e80a
Compare
Choose a tag to compare

fix security bug of spring

Release v2.1.3

30 Dec 09:34
4c0cbaa
Compare
Choose a tag to compare

1.fix httpAdaptor thread leak bug
2.change the version of log4j from 2.16.0 to 2.17.0

Release v2.1.1

12 Nov 06:15
9651340
Compare
Choose a tag to compare

fix bug : the serving-server start failed when the configuration is set to not use zookeeper

Release v2.1.0

22 Sep 14:52
21de6ae
Compare
Choose a tag to compare

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

28 Jun 03:24
3a81bc1
Compare
Choose a tag to compare

fix bug about ssl certificate

Release v2.0.4

20 Apr 13:52
eb16ba6
Compare
Choose a tag to compare

1.add support for digiest certificates
2.optimize router-table configuration in serving-proxy

Release v2.0.3

04 Nov 13:18
750ec1f
Compare
Choose a tag to compare

fix security bug