Skip to content

Commit 2dec0dd

Browse files
authored
Merge branch 'master' into master
2 parents b221867 + 5ba3745 commit 2dec0dd

File tree

9 files changed

+24
-16
lines changed

9 files changed

+24
-16
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sdk: [3.5, dev]
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
22+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
2323
with:
2424
sdk: ${{ matrix.sdk }}
2525
- name: Report version
@@ -71,7 +71,7 @@ jobs:
7171
platform: chrome
7272
steps:
7373
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
74-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
74+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
7575
with:
7676
sdk: ${{ matrix.sdk }}
7777
- name: Report version

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.0.4
2+
3+
* Allow the latest `package:googleapis_auth`.
4+
5+
## 4.0.3
6+
7+
* Widen `package:protobuf` constraint to allow version 4.0.0.
8+
19
## 4.0.2
210

311
* Internal optimization to client code.

example/googleapis/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ description: Dart gRPC client sample for Google APIs
33
publish_to: none
44

55
environment:
6-
sdk: '>=2.12.0 <3.0.0'
6+
sdk: ">=2.12.0 <3.0.0"
77

88
dependencies:
99
async: ^2.2.0
1010
fixnum:
1111
grpc:
1212
path: ../../
13-
protobuf: ^3.0.0
13+
protobuf: ">=3.0.0 <5.0.0"
1414

1515
dev_dependencies:
1616
lints: ^2.0.0

example/grpc-web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
grpc:
1010
path: ../../
11-
protobuf: ^3.0.0
11+
protobuf: ">=3.0.0 <5.0.0"
1212
web: ^1.1.0
1313

1414
dev_dependencies:

example/helloworld/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ description: Dart gRPC sample client and server.
33
publish_to: none
44

55
environment:
6-
sdk: '>=2.12.0 <3.0.0'
6+
sdk: ">=2.12.0 <3.0.0"
77

88
dependencies:
99
async: ^2.2.0
1010
grpc:
1111
path: ../../
12-
protobuf: ^3.0.0
12+
protobuf: ">=3.0.0 <5.0.0"
1313

1414
dev_dependencies:
1515
lints: ^2.0.0

example/metadata/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ description: Dart gRPC sample client and server.
33
publish_to: none
44

55
environment:
6-
sdk: '>=2.12.0 <3.0.0'
6+
sdk: ">=2.12.0 <3.0.0"
77

88
dependencies:
99
async: ^2.2.0
1010
grpc:
1111
path: ../../
12-
protobuf: ^3.0.0
12+
protobuf: ">=3.0.0 <5.0.0"
1313

1414
dev_dependencies:
1515
lints: ^2.0.0

example/route_guide/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ description: Dart gRPC sample client and server.
33
publish_to: none
44

55
environment:
6-
sdk: '>=2.12.0 <3.0.0'
6+
sdk: ">=2.12.0 <3.0.0"
77

88
dependencies:
99
async: ^2.2.0
1010
grpc:
1111
path: ../../
12-
protobuf: ^3.0.0
12+
protobuf: ">=3.0.0 <5.0.0"
1313
collection: ^1.15.0-nullsafety.4
1414

1515
dev_dependencies:

interop/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
collection: ^1.14.11
1212
grpc:
1313
path: ../
14-
protobuf: ^3.0.0
14+
protobuf: ">=3.0.0 <5.0.0"
1515

1616
dev_dependencies:
1717
test: ^1.16.0

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: grpc
2-
version: 4.0.2
2+
version: 4.0.4
33
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
44
repository: https://github.com/grpc/grpc-dart
55

@@ -15,11 +15,11 @@ dependencies:
1515
async: ^2.5.0
1616
crypto: ^3.0.0
1717
fixnum: ^1.0.0
18-
googleapis_auth: ^1.1.0
18+
googleapis_auth: ">=1.1.0 <3.0.0"
1919
meta: ^1.3.0
20-
http: '>=0.13.0 <2.0.0'
20+
http: ">=0.13.0 <2.0.0"
2121
http2: ^2.2.0
22-
protobuf: '>=2.0.0 <4.0.0'
22+
protobuf: ">=2.0.0 <5.0.0"
2323
clock: ^1.1.1
2424
web: ^1.1.0
2525

0 commit comments

Comments
 (0)