From d0160ea4a6e03b407e4297c12ffe0619bc6b5449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20A=C4=9Facan?= Date: Thu, 6 Nov 2025 13:21:07 +0000 Subject: [PATCH] Release protobuf-5.1.0 --- protobuf/CHANGELOG.md | 2 +- protobuf/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md index 9d5c038a..76d67370 100644 --- a/protobuf/CHANGELOG.md +++ b/protobuf/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.1.0-wip +## 5.1.0 * Update default size limit of `CodedBufferReader` from 67,108,864 bytes to 2,147,483,647 bytes, and default recursion limit from 64 to 100. diff --git a/protobuf/pubspec.yaml b/protobuf/pubspec.yaml index 84b70d09..efd87811 100644 --- a/protobuf/pubspec.yaml +++ b/protobuf/pubspec.yaml @@ -1,5 +1,5 @@ name: protobuf -version: 5.1.0-wip +version: 5.1.0 description: >- Runtime library for protocol buffers support. Use with package:protoc_plugin to generate Dart code for your '.proto' files.