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.1.1"
".": "5.2.0"
}

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

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

## [5.2.0](https://github.com/open-runtime/grpc-dart/compare/v5.1.1...v5.2.0) (2025-11-27)


### ✨ Features

* Upgrade to protobuf ^6.0.0 ([9142172](https://github.com/open-runtime/grpc-dart/commit/9142172fa577f607410c45b615d0eae32ccedfa2))


### πŸ› Bug Fixes

* **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))
* Remove unnecessary import in client_test.dart ([73fba90](https://github.com/open-runtime/grpc-dart/commit/73fba90a36c4a1ab82e9fa6d3594894999eb508b))


### πŸ“š Documentation

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

## [5.1.1](https://github.com/open-runtime/grpc-dart/compare/v5.1.0...v5.1.1) (2025-11-26)

### πŸš€ Release Highlights
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.1.1
version: 5.2.0
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