Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "5.2.1"
".": "5.2.2"
}

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [5.2.2](https://github.com/open-runtime/grpc-dart/compare/v5.2.1...v5.2.2) (2025-11-30)

### 🚀 Release Highlights

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.

### 🐛 Bug Fixes

* 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))

## [5.2.1](https://github.com/open-runtime/grpc-dart/compare/v5.2.0...v5.2.1) (2025-11-30)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grpc
version: 5.2.1
version: 5.2.2
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. This is the open-runtime fork with critical production fixes.
repository: https://github.com/open-runtime/grpc-dart
homepage: https://github.com/open-runtime/grpc-dart
Expand Down