Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 14:07
· 27 commits to master since this release

Overview

Upgrades

MLServer supports Pydantic V2.

Features

MLServer supports streaming data to and from your models.

Streaming support is available for both the REST and gRPC servers:

  • for the REST server is limited only to server streaming. This means that the client sends a single request to the server, and the server responds with a stream of data.
  • for the gRPC server is available for both client and server streaming. This means that the client sends a stream of data to the server, and the server responds with a stream of data.

See our docs and example for more details.

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0