grpc-dart/CHANGELOG.md

20 lines
618 B
Markdown

## 0.2.0 - 2017-12-15
* Implemented support for per-RPC metadata providers. This can be used for
authentication providers which may need to obtain or refresh a token before
the RPC is sent.
## 0.1.0 - 2017-10-12
* Core gRPC functionality is implemented and passes
[gRPC compliance tests](https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md).
The API is shaping up, but may still change as more advanced features are implemented.
## 0.0.1 - 2017-07-05
* Initial version.
This package is in a very early and experimental state. We do not recommend
using it for anything but experiments.