export additional generated protobuf symbols (#792)

* export additional generated protobuf symbols

* update changelog

* bump to a new minor version (4.2.0)
This commit is contained in:
Devon Carew 2025-06-24 09:51:21 -07:00 committed by GitHub
parent 4e35b1689d
commit 79f277e7b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
## 4.1.1-wip
## 4.2.0-wip
- Require Dart 3.8.
- Export a protobuf generated symbol (`Any`)
- Dart format all files for the new 3.8 formatter.
- Require package:googleapis_auth
- Require package:http 1.4.0

View File

@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
export 'package:grpc/src/generated/google/protobuf/any.pb.dart';
export 'package:grpc/src/generated/google/rpc/error_details.pb.dart';
export 'src/auth/auth.dart' show BaseAuthenticator;

View File

@ -1,5 +1,5 @@
name: grpc
version: 4.1.1-wip
version: 4.2.0-wip
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
repository: https://github.com/grpc/grpc-dart