Skip to content

Releases: SeldonIO/MLServer

1.7.1

06 Jun 13:01
Compare
Choose a tag to compare

Fixes

What's Changed

New Contributors

Full Changelog: 1.7.0...1.7.1

1.7.0

11 Apr 15:42
Compare
Choose a tag to compare

Overview

Features

Fixes

What's Changed

New Contributors

Full Changelog: 1.6.1...1.7.0

1.6.1

10 Sep 16:06
Compare
Choose a tag to compare

Overview

Features

MLServer now offers an option to use pre-existing Python environments by specifying a path to the environment to be used - by @idlefella in (#1891)

Releases

MLServer released catboost runtime which allows serving catboost models with MLServer - by @sakoush in (#1839)

Fixes

What's Changed

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

26 Jun 14:07
Compare
Choose a tag to compare

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

1.5.0

05 Mar 14:40
8a48f5b
Compare
Choose a tag to compare

What's Changed

  • Update CHANGELOG by @github-actions in #1592
  • build: Migrate away from Node v16 actions by @jesse-c in #1596
  • build: Bump version and improve release doc by @jesse-c in #1602
  • build: Upgrade stale packages (fastapi, starlette, tensorflow, torch) by @sakoush in #1603
  • fix(ci): tests and security workflow fixes by @sakoush in #1608
  • Re-generate License Info by @github-actions in #1612
  • fix(ci): Missing quote in CI test for all_runtimes by @sakoush in #1617
  • build(docker): Bump dependencies by @jesse-c in #1618
  • docs: List supported Python versions by @jesse-c in #1591
  • fix(ci): Have separate smaller tasks for release by @sakoush in #1619

Notes

  • We remove support for python 3.8, check #1603 for more info. Docker images for mlserver are already using python 3.10.

Full Changelog: 1.4.0...1.5.0

1.4.0

28 Feb 15:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.5...1.4.0

1.3.5

10 Jul 10:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.4...1.3.5

1.3.4

21 Jun 16:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.3.4

1.3.3

05 Jun 10:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...1.3.3

1.3.2

10 May 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2