Skip to content

Commit 9cc0a22

Browse files
chore: release 5.1.2
1 parent bcd9ffb commit 9cc0a22

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1.2"
33
}
44

CHANGELOG.md

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

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

5+
## [5.1.2](https://github.com/open-runtime/grpc-dart/compare/v5.1.1...v5.1.2) (2025-11-26)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* **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))
11+
512
## [5.1.1](https://github.com/open-runtime/grpc-dart/compare/v5.1.0...v5.1.1) (2025-11-26)
613

714
### 🚀 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.1.2
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)