v0.1.1
Added
- Perform classifications in shared thread pool across clients. Allows speed up of
processing data from a single client.
Removed
- The "batch" processing mode of the server and client. This was a stream->unary gRPC,
that did not achieve any useful functionality beyond the stream->stream gRPC.