Merge branch 'master' into response_future

This commit is contained in:
Moritz 2025-06-24 18:58:53 +02:00 committed by GitHub
commit be6670593b
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