Skip to content

v2.1.1

Latest
Compare
Choose a tag to compare
@s314cy s314cy released this 15 Nov 14:11
· 560 commits to develop since this release

Disco v2.1.1 Release Notes

New Features

  • Disco Server
    • Exposes an API to easily start a server on a given port and add new tasks (as the server host)
    • Supports digest verification of task models being downloaded from the Internet, useful for pre-trained or custom-hosted models
  • Disco.js
    • Exposes fetchTasks and pushTask functions to easily fetch tasks or add a new one to a remote Disco server (as a client)
  • Web Client
    • Fixed the display of task parameters

New Server Package

The Disco Server is now available as a package on NPM, easy to use and integrate within your project.

Versioning

Both the Disco.js and Disco Server libs follow the same versioning scheme. This is why both Disco.js and Disco Server will receive a version bump even if only one of the two libs is receiving code changes.

Moreover, Disco Server being dependent on Disco.js, it means that Disco Server version 2.1.1 will require and be compatible with any Disco.js version between >=2.1.1 and <3.0.0