This version includes a breaking change to C++. C++ has the following breaking changes:
- [Cpp] Migrate to Abseil's logging library. (a9f1ea6 <https://github.com/protocolbuffers/protobuf/commit/a9f1ea6371c108876649f27a5940a59cc8594768> ) - [Cpp] proto2::Map::value_type changes to std::pair<const K, V>. (46656ed <https://github.com/protocolbuffers/protobuf/commit/46656ed080e959af3d0cb5329c063416b5a93ef0> ) - [Cpp] Mark final ZeroCopyInputStream, ZeroCopyOutputStream, and DefaultFieldComparator classes. (bf9c22e <https://github.com/protocolbuffers/protobuf/commit/bf9c22e1008670b497defde335f042ffd5ae25a1> ) - [Cpp] Add a dependency on Abseil (#10416 <https://github.com/protocolbuffers/protobuf/pull/10416>) - [Cpp] Remove all autotools usage (#10132 <https://github.com/protocolbuffers/protobuf/pull/10132>) - [Cpp] Add C++20 reserved keywords - [Cpp] Delete Arena::Init - [Cpp] Replace JSON parser with new implementation - [Cpp] Make RepeatedField::GetArena non-const in order to support split RepeatedFields. You can view the release on GitHub <https://github.com/protocolbuffers/protobuf/releases/tag/v22.0> and additional information on our News page <https://protobuf.dev/news/>. If you experience any issues with the release, please file a bug <https://github.com/protocolbuffers/protobuf/issues/new/choose> or post on the Protocol Buffers forum <https://groups.google.com/g/protobuf>. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/CACuKeUCUqsY71sr8L3Kuhx7o0hWX1cpPsXLm5sHS-FP%2BCdHbhA%40mail.gmail.com.
