Skip to content

Commit fb48d27

Browse files
chore: release 5.2.0
1 parent 73fba90 commit fb48d27

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "5.1.1"
2+
".": "5.2.0"
33
}
44

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
- Upgrading protos with new `googleapis` and `protobuf` versions.
44

5+
## [5.2.0](https://github.com/open-runtime/grpc-dart/compare/v5.1.1...v5.2.0) (2025-11-27)
6+
7+
8+
### ✨ Features
9+
10+
* Upgrade to protobuf ^6.0.0 ([9142172](https://github.com/open-runtime/grpc-dart/commit/9142172fa577f607410c45b615d0eae32ccedfa2))
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* **grpc:** Address P1 code review issues - restore error_details export and fix deprecated Server constructor ([bcd9ffb](https://github.com/open-runtime/grpc-dart/commit/bcd9ffb973fc22f57b2dd1e6531a04766f3957b6))
16+
* Remove unnecessary import in client_test.dart ([73fba90](https://github.com/open-runtime/grpc-dart/commit/73fba90a36c4a1ab82e9fa6d3594894999eb508b))
17+
18+
19+
### 📚 Documentation
20+
21+
* **grpc:** Add PR [#8](https://github.com/open-runtime/grpc-dart/issues/8) resolution summary ([e9d5789](https://github.com/open-runtime/grpc-dart/commit/e9d5789a692788a161464978daeb8ac82b83d8af))
22+
523
## [5.1.1](https://github.com/open-runtime/grpc-dart/compare/v5.1.0...v5.1.1) (2025-11-26)
624

725
### 🚀 Release Highlights

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: 5.1.1
2+
version: 5.2.0
33
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. This is the open-runtime fork with critical production fixes.
44
repository: https://github.com/open-runtime/grpc-dart
55
homepage: https://github.com/open-runtime/grpc-dart

0 commit comments

Comments
 (0)