mirror of https://github.com/grpc/grpc-dart.git
Release 2.8.0 (#399)
This commit is contained in:
parent
275cc544c9
commit
5b0e9429b8
|
|
@ -1,4 +1,4 @@
|
||||||
## 2.8.0-dev
|
## 2.8.0
|
||||||
|
|
||||||
* Added support for client interceptors, which can be configured through
|
* Added support for client interceptors, which can be configured through
|
||||||
`Client` constructor's `interceptors` parameter. Interceptors will be
|
`Client` constructor's `interceptors` parameter. Interceptors will be
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||||
|
|
||||||
version: 2.8.0-dev
|
version: 2.8.0
|
||||||
|
|
||||||
homepage: https://github.com/dart-lang/grpc-dart
|
homepage: https://github.com/dart-lang/grpc-dart
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue