mirror of https://github.com/grpc/grpc-dart.git
Merge branch 'master' into minoic-rebase
This commit is contained in:
commit
6dcbadd3f0
|
@ -5,8 +5,9 @@ on:
|
||||||
types: [opened, synchronize, reopened, labeled, unlabeled]
|
types: [opened, synchronize, reopened, labeled, unlabeled]
|
||||||
jobs:
|
jobs:
|
||||||
health:
|
health:
|
||||||
uses: dart-lang/ecosystem/.github/workflows/health.yaml@9fabe464ea1d8408774de74d2ac759c1f90ae480
|
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
|
||||||
with:
|
with:
|
||||||
checks: "version,changelog,do-not-submit,breaking,coverage,leaking"
|
checks: "changelog,do-not-submit,breaking,coverage,leaking"
|
||||||
|
ignore_coverage: "example/**,interop/**"
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
|
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
|
||||||
the connection, as defined in the gRPC spec.
|
the connection, as defined in the gRPC spec.
|
||||||
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
|
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
|
||||||
|
* Upgrade `example/grpc-web` code.
|
||||||
* Update xhr transport to migrate off legacy JS/HTML apis.
|
* Update xhr transport to migrate off legacy JS/HTML apis.
|
||||||
|
|
||||||
## 4.0.1
|
## 4.0.1
|
||||||
|
|
|
@ -3,7 +3,7 @@ description: Dart gRPC-Web sample client
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: ^3.5.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
grpc:
|
grpc:
|
||||||
|
@ -11,6 +11,6 @@ dependencies:
|
||||||
protobuf: ^3.0.0
|
protobuf: ^3.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.0.0
|
build_runner: ^2.4.13
|
||||||
build_web_compilers: '>3.0.0 <5.0.0'
|
build_web_compilers: ^4.0.11
|
||||||
lints: ^2.0.0
|
lints: ^5.0.0
|
||||||
|
|
|
@ -28,7 +28,7 @@ dev_dependencies:
|
||||||
test: ^1.16.0
|
test: ^1.16.0
|
||||||
stream_channel: ^2.1.0
|
stream_channel: ^2.1.0
|
||||||
stream_transform: ^2.0.0
|
stream_transform: ^2.0.0
|
||||||
vm_service: ">=11.6.0 <15.0.0"
|
vm_service: ">=11.6.0 <16.0.0"
|
||||||
fake_async: ^1.3.1
|
fake_async: ^1.3.1
|
||||||
|
|
||||||
false_secrets:
|
false_secrets:
|
||||||
|
|
Loading…
Reference in New Issue