Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Protocol Buffers
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Protocol Buffers
Contact owners and managers
1–30 of 5452
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
Documentation:
https://develop
ers.google.com/protocol-
buffers/
Issue tracker:
https://github.com/
protocolbuffers/protobuf
Mark all as read
Report group
0 selected
Srivats P
,
Eric Salo
8
Jan 16
Legacy RPC cc_generic_services removal planned?
The code paths have all been deleted. I think that's about as official as you can get. True that.
unread,
Legacy RPC cc_generic_services removal planned?
The code paths have all been deleted. I think that's about as official as you can get. True that.
Jan 16
James J
,
Em Rauch
3
Jan 14
PROTOBUF_ATTRIBUTE_REINITIALIZES error compiling protobuf (26.1)
This does seem to be the issue. I found two different protoc binaries in the bazel cache of my Envoy
unread,
PROTOBUF_ATTRIBUTE_REINITIALIZES error compiling protobuf (26.1)
This does seem to be the issue. I found two different protoc binaries in the bazel cache of my Envoy
Jan 14
Tony Liao
Jan 8
[Announcement] Protocol Buffers Version 29.3 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 29.3 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
Jan 8
Ignace Mone
2
Jan 3
Re: [protobuf] Abridged summary of protobuf@googlegroups.com - 1 update in 1 topic
I think the updates for this account should not be surprised, by anyone, if ever it does not deserve
unread,
Re: [protobuf] Abridged summary of protobuf@googlegroups.com - 1 update in 1 topic
I think the updates for this account should not be surprised, by anyone, if ever it does not deserve
Jan 3
Luke Fiorante
Jan 3
Is it possible to support protobuf editions in a Dart codebase?
Hi all, I discovered today that the proto generator for Dart does not support protobuf editions. This
unread,
Is it possible to support protobuf editions in a Dart codebase?
Hi all, I discovered today that the proto generator for Dart does not support protobuf editions. This
Jan 3
Michael Fong
,
Tomo Suzuki
3
Jan 2
Mysterious maven dependency question for protobuf-java
Thanks for replying and sorry for the late response. We didn't see any occurrences of “3.21” in “
unread,
Mysterious maven dependency question for protobuf-java
Thanks for replying and sorry for the late response. We didn't see any occurrences of “3.21” in “
Jan 2
Pedram Rezaei
,
Sandy Zhang
2
12/26/24
When to expect a PR to make it to a release
This change should be released with our next quarterly release in early Q1. See https://protobuf.dev/
unread,
When to expect a PR to make it to a release
This change should be released with our next quarterly release in early Q1. See https://protobuf.dev/
12/26/24
David Castro
12/20/24
New Opaque API for Go and removing a reflection-related function in v30
New Opaque API for Go Back in March 2020, we released the google.golang.org/protobuf module, a major
unread,
New Opaque API for Go and removing a reflection-related function in v30
New Opaque API for Go Back in March 2020, we released the google.golang.org/protobuf module, a major
12/20/24
Baij
,
Sandy Zhang
2
12/20/24
latest stable version for protoc , protoc-gen-go, protoc-gen-go-grpc to be used
You can find the latest protoc release in our github releases page (currently v29.2). Note that for
unread,
latest stable version for protoc , protoc-gen-go, protoc-gen-go-grpc to be used
You can find the latest protoc release in our github releases page (currently v29.2). Note that for
12/20/24
Mikihito Matsuura
,
Samuel Benzaquen
2
12/20/24
How to disable arena allocation without rewriting code?
On Fri, Dec 20, 2024 at 1:07 AM 'Mikihito Matsuura' via Protocol Buffers <protobuf@
unread,
How to disable arena allocation without rewriting code?
On Fri, Dec 20, 2024 at 1:07 AM 'Mikihito Matsuura' via Protocol Buffers <protobuf@
12/20/24
Em Rauch
12/18/24
[Announcement] Protocol Buffers Version 29.2 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 29.2 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
12/18/24
Seif Kandil
,
sh...@google.com
2
12/12/24
Why SWAPING instead of just ERASE
Hi, I think this shall have gathered all the information: https://stackoverflow.com/questions/
unread,
Why SWAPING instead of just ERASE
Hi, I think this shall have gathered all the information: https://stackoverflow.com/questions/
12/12/24
quan liu
,
sh...@google.com
2
12/12/24
bazel build error fix, waiting for someone review the pr,thanks
I think this is only happening in the main branch right? There's a fix pending for that https://
unread,
bazel build error fix, waiting for someone review the pr,thanks
I think this is only happening in the main branch right? There's a fix pending for that https://
12/12/24
David Castro
12/6/24
Updated Bazel and MacOS version support, changes coming in v30, and updates to Bazel builds in v29
In v30, we will drop support for Bazel 6 and change the minimum support level for MacOS to v11. You
unread,
Updated Bazel and MacOS version support, changes coming in v30, and updates to Bazel builds in v29
In v30, we will drop support for Bazel 6 and change the minimum support level for MacOS to v11. You
12/6/24
Samuel Benzaquen
12/4/24
[Announcement] Protocol Buffers Version 29.1 is Released!
You can view the release and complete release notes on [GitHub] If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 29.1 is Released!
You can view the release and complete release notes on [GitHub] If you experience any issues with the
12/4/24
Jan Pfeifer
,
Em Rauch
3
12/4/24
[Go] Conflicting proto file names (not path) cannot be used in Go ?
So this seems to be another one of those artifacts of Google's mono-repo (Bazel) view of the
unread,
[Go] Conflicting proto file names (not path) cannot be used in Go ?
So this seems to be another one of those artifacts of Google's mono-repo (Bazel) view of the
12/4/24
谢骐
,
Em Rauch
2
12/4/24
Is it possible to construct messages directly in shared memory for IPC?
I believe Protobuf doesn't support this usecase directly; it's an even harder case than
unread,
Is it possible to construct messages directly in shared memory for IPC?
I believe Protobuf doesn't support this usecase directly; it's an even harder case than
12/4/24
Maxime Liron
,
Jason Lunn
3
12/2/24
[ruby] Detecting map types via descriptors
Can you provide a brief example that reproduces the issue? When I try building my own example, it
unread,
[ruby] Detecting map types via descriptors
Can you provide a brief example that reproduces the issue? When I try building my own example, it
12/2/24
Dennis Shao
11/27/24
[Announcement] Protocol Buffers Version 29.0 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 29.0 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
11/27/24
Sandy Zhang
11/19/24
[Announcement] Protocol Buffers Version 29.0-rc3 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 29.0-rc3 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
11/19/24
Павел Олихвер
, …
Andrew Simpson
3
11/16/24
macOS: 'ld: warning: ignoring duplicate libraries' for abseil-cpp libs
This warning is appearing because of an interaction between CMake and a change in the linker on macOS
unread,
macOS: 'ld: warning: ignoring duplicate libraries' for abseil-cpp libs
This warning is appearing because of an interaction between CMake and a change in the linker on macOS
11/16/24
Victor Cherviakov
,
Samuel Benzaquen
4
11/11/24
Removing duplicated protobuf messages
On Mon, Nov 11, 2024 at 12:08 PM Victor Cherviakov <vicher...@gmail.com> wrote: Samuel
unread,
Removing duplicated protobuf messages
On Mon, Nov 11, 2024 at 12:08 PM Victor Cherviakov <vicher...@gmail.com> wrote: Samuel
11/11/24
Shmuel Eiderman
11/8/24
Add preserve_descriptor_field_order option to PrintOptions
Hey all, One thing that frustrated me when working with envoy grpc to json transcoding is that the
unread,
Add preserve_descriptor_field_order option to PrintOptions
Hey all, One thing that frustrated me when working with envoy grpc to json transcoding is that the
11/8/24
snoriman
,
Em Rauch
3
11/7/24
Disable log messages
Thanks for you quick reply Em! I'm going to read up on `ParsePartialFromArray()`. I'm not in
unread,
Disable log messages
Thanks for you quick reply Em! I'm going to read up on `ParsePartialFromArray()`. I'm not in
11/7/24
Ayush Shah
, …
Em Rauch
5
11/7/24
How to represent variable JSON data with Proto definition
It would be extremely surprising if Struct simply did not work for generically parsing JSON; it's
unread,
How to represent variable JSON data with Proto definition
It would be extremely surprising if Struct simply did not work for generically parsing JSON; it's
11/7/24
Deepak Khandelwal
, …
Derek Perez
3
11/5/24
query related to editions
From my perspective, proto3/2 will never truly go away in the open source ecosystem. I wrote an
unread,
query related to editions
From my perspective, proto3/2 will never truly go away in the open source ecosystem. I wrote an
11/5/24
Sundar Swamy
,
Samuel Benzaquen
5
10/30/24
Running in thread sanitizer gives Segmentation fault for protobuf c++ v27.3
On Wed, Oct 30, 2024 at 5:30 PM Sundar Swamy <sundar...@gmail.com> wrote: Thanks @samuel
unread,
Running in thread sanitizer gives Segmentation fault for protobuf c++ v27.3
On Wed, Oct 30, 2024 at 5:30 PM Sundar Swamy <sundar...@gmail.com> wrote: Thanks @samuel
10/30/24
Jason Lunn
10/23/24
[Announcement] Protocol Buffers Version 29.0-rc2 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 29.0-rc2 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
10/23/24
habe...@google.com
10/22/24
[Announcement] Protocol Buffers Version 28.3 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
unread,
[Announcement] Protocol Buffers Version 28.3 is Released!
You can view the release and complete release notes on GitHub. If you experience any issues with the
10/22/24
Vanegicloh J
,
Em Rauch
2
10/21/24
Can i disable ABSL_* facilities?
> 1. Is it possible to disable or change the behavior of ABSL_LOG(FATAL) and ABSL_CHECK_* macros?
unread,
Can i disable ABSL_* facilities?
> 1. Is it possible to disable or change the behavior of ABSL_LOG(FATAL) and ABSL_CHECK_* macros?
10/21/24