Merged
Conversation
added 5 commits
August 26, 2025 18:07
* Pins the version for Hugo to prevent rendering issues * Corrects the protoc compiler command line in the Python tutorial * Adds additional information about enums and how they behave in editions * Adds information about how to get a Builder instance in Java * Corrects the names of methods for Ruby enums PiperOrigin-RevId: 663425236 Change-Id: Idb326bb419539b15e55cafec1d279bad8a7e45d1
PiperOrigin-RevId: 737995644 Change-Id: I278fe6c137970c7e4b0dc8532aad905d8ba9720a
PiperOrigin-RevId: 787122891 Change-Id: Ic0a3054e81fd3670ab08e3915cc348094bf89008
* Updates `nullable-getters-setters.md` to use editions syntax for the examples * Corrects content about the string_type feature * Corrects the currently-supported version of editions * Adds a section about serializing messages to and from JSON to the Python tutorial * Updated the Stricter validation for `json_name` news article to reflect changes in how it was implemented * Rewrote the extension example in the Editions overview topic * Updated the Non-varint Numbers section of the encoding topic * Clarified JSON format goals and format descriptions * Adds information about doubles and floats using IEEE 754 format to the Proto3 language guide * Typo fix in the style guide * Corrected the definition of the `add_foo` method in the C++ Generated Code topic * Updates size.md to add Editions information * Updates the Java Generated Code topic to include editions * Minor changes to the Proto2 language guide * Updated the Ruby Generated Code topic to include editions * Formatting fix in the Rust Design Decisions topic * Updated the Rust Generated Code topic to include editions * Removes some internal-only files that we missed on an earlier push PiperOrigin-RevId: 793776428 Change-Id: I85acb6e88d5c425b694b0aaae5873f9bee6c6487
* content/best-practices/dos-donts.md: Adds a note to clarify that "Common Types" (such as Date and Money) are not included with the standard compiler and require a dependency on the GoogleAPIs repository. * content/editions/features.md: Significantly expands the documentation for Protobuf editions features. * content/programming-guides/proto3.md: Adds content to the Proto3 programming guide about specifying paths for import files * content/reference/python/python-comparison.md: Adds a new documentation page that compares different Python implementations for Protocol Buffers. * content/programming-guides/proto-limits.md: Minor content updates. * content/includes/version-tables.css: Minor style adjustments. PiperOrigin-RevId: 799563507 Change-Id: I0624d9dc24207f1366e91b5b82b162da141bf52b
googleberg
approved these changes
Aug 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This documentation change includes the following: