Skip to content

Commit 79f277e

Browse files
authored
export additional generated protobuf symbols (#792)
* export additional generated protobuf symbols * update changelog * bump to a new minor version (4.2.0)
1 parent 4e35b16 commit 79f277e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 4.1.1-wip
1+
## 4.2.0-wip
22

33
- Require Dart 3.8.
4+
- Export a protobuf generated symbol (`Any`)
45
- Dart format all files for the new 3.8 formatter.
56
- Require package:googleapis_auth
67
- Require package:http 1.4.0

lib/grpc.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16+
export 'package:grpc/src/generated/google/protobuf/any.pb.dart';
1617
export 'package:grpc/src/generated/google/rpc/error_details.pb.dart';
1718

1819
export 'src/auth/auth.dart' show BaseAuthenticator;

pubspec.yaml

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

0 commit comments

Comments
 (0)