Skip to content

Commit 9fdf34c

Browse files
chore: release 5.2.2 (#16)
* chore: release 5.2.2 * docs: Add AI-enhanced release highlights for v5.2.2 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent beaf529 commit 9fdf34c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.2.1"
2+
".": "5.2.2"
33
}
44

CHANGELOG.md

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

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

5+
## [5.2.2](https://github.com/open-runtime/grpc-dart/compare/v5.2.1...v5.2.2) (2025-11-30)
6+
7+
### 🚀 Release Highlights
8+
9+
This release refines the automated release workflow to ensure AI-enhanced release notes are generated reliably before creating GitHub releases. The fork's critical race condition and null connection fixes remain fully intact, providing continued production stability for high-concurrency gRPC servers.
10+
11+
### 🐛 Bug Fixes
12+
13+
* reorder release-please jobs and fix enhance-release-pr workflow ([#15](https://github.com/open-runtime/grpc-dart/issues/15)) ([beaf529](https://github.com/open-runtime/grpc-dart/commit/beaf5297c8bdc3fa6dcc704b736f3179103c80aa))
14+
515
## [5.2.1](https://github.com/open-runtime/grpc-dart/compare/v5.2.0...v5.2.1) (2025-11-30)
616

717

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.2.1
2+
version: 5.2.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)