[protobuf] Protocol Buffers Version 26.0-rc3 is Released!

2024-02-29 Thread 'habe...@google.com' via Protocol Buffers
This version includes breaking change(s) to Ruby: - [Ruby] Moved ObjectCache into an internal module. (9087337 ) You can view the release and complete release notes on GitHub

[protobuf] Split 1 protobuf into N protobufs

2024-02-29 Thread Joan Balagueró
Hello, I'm new in protobuf, and I was wondering if the following is possible. I have a protobuf response coming from an api that contains a list of hotels. If we imagine this response in xml, it would be something as follows: H1H2 I need to split this into 2 pieces: H1 H2 Is it possible to