# Change Log

## v0.9

- [#3](https://github.com/codenothing/proto-client/pull/3) isActive: Indicates if the request is active (started, but not finished)
- [#3](https://github.com/codenothing/proto-client/pull/3) isWritable: Indicates if data can still be sent to the write stream
- [#3](https://github.com/codenothing/proto-client/pull/3) isReadable: Indicates if the data is still coming from the read stream
- [#4](https://github.com/codenothing/proto-client/pull/4) trailingMetadata: Metadata returned when the response is completed
- [#5](https://github.com/codenothing/proto-client/pull/5) Moved from generic method lookup to lookupService->method

## v0.8

- Initial implementation
