COMMITS
/ conformance/binary_json_conformance_suite.cc May 15, 2026
R
Add conformance tests for JSON/binary depth limits.
Rachel Goldfinger committed
April 10, 2026
February 25, 2026
P
Add "1e536870000" as JSON string for a uint64 as a parse failure to conformance test suite.
Protobuf Team Bot committed
January 21, 2026
P
Add conformance tests for utf8 validation.
Protobuf Team Bot committed
P
Appease the linter by using `absl::StrAppend` instead of `absl::StrCat`
Protobuf Team Bot committed
January 9, 2026
P
Test bytes field rather than int32 for EditionUnstable conformance tests.
Protobuf Team Bot committed
P
Add conformance test cases about handling of google.protobuf.Empty inside any Any in JSON.
Protobuf Team Bot committed
January 7, 2026
P
Protobuf conformance: add test cases for protojson non-numeric int/float parsing
Protobuf Team Bot committed
January 5, 2026
C
Breaking change: Add [[nodiscard]] to many APIs.
Chris Kennelly committed
December 29, 2025
R
Add conformance test for edition unstable
Rachel Goldfinger committed
December 8, 2025
P
Add conformance tests for overlong varints as tags.
Protobuf Team Bot committed
December 5, 2025
C
Suppress failure to consume parse/serialize return values.
Chris Kennelly committed
November 7, 2025
C
Automated Code Change
Chris Kennelly committed
August 26, 2025
P
Remove the JSON Performance conformance tests.
Protobuf Team Bot committed
P
Use the 'better' JSON parser on the conformance suite harness.
Protobuf Team Bot committed
August 5, 2025
P
Add JSON conformance test that a single value provided for a repeated field should parse fail.
Protobuf Team Bot committed
P
Add conformance test cases for malformed nanos fields on Durations and Timestamps.
Protobuf Team Bot committed
June 21, 2025
D
Fix expected parse failures that may fail for the wrong reasons (#21873)
Dan Hudlow committed
May 20, 2025
M
Add helpers for length delimited sub-messages and packed wire format
Mike Kruskal committed
May 15, 2025
M
Extract helpers for manipulating binary wireformat in conformance tests
Mike Kruskal committed
P
Include a conformance test for timestamps without colon in time zone.
Protobuf Team Bot committed
May 7, 2025
M
Add a conformance test for text-format parsing of reserved field names.
Mike Kruskal committed
February 6, 2025
K
Add binary conformance tests for message set encoding
Kevin O'Connor committed
January 30, 2025
A
Fix small typo (#19993)
Alexandre Hamez committed
January 17, 2025
T
Add tests that call out how Timestamp handles negative nanos.
Thomas Van Lenten committed
January 7, 2025
P
Add three conformance test edge cases for ProtoJSON repr of Any
Protobuf Team Bot committed
November 27, 2024
M
Add conformance tests covering mismatched group tags
Mike Kruskal committed
November 8, 2024
M
Add a conformance test for unmatched start group tag.
Mike Kruskal committed
M
Add a conformance test for invalid end group tag.
Mike Kruskal committed
November 7, 2024
S
Add JSON parse conformance tests for non-numeric string in numeric fields.
Sandy Zhang committed
October 2, 2024
P
Updates upb conformance failures file.
Protobuf Team Bot committed
September 18, 2024
S
Remove deprecated Json::Reader in favor of Json::CharReader
Sandy Zhang committed
August 23, 2024
M
Move -Werror to our test/dev bazelrc files.
Mike Kruskal committed
August 20, 2024
A
Internal change
Adam Cozzette committed
July 26, 2024
July 22, 2024
P
Update failure lists to include a small comment of 'why' a test failed.
Protobuf Team Bot committed
July 15, 2024
P
Prepare the code for migrating return types from `const std::string&` to
Protobuf Team Bot committed
June 28, 2024
P
Automated rollback of commit 10c00b82af551f7b1ec7ffd5fbbec48eac08d858.
Protobuf Team Bot committed
P
Migrate `const std::string&` to alternatives:
Protobuf Team Bot committed
June 13, 2024
M
Fix delimited inheritance in all languages.
Mike Kruskal committed
May 17, 2024
P
Test if a tag with unknown wire type (0x6 or 0x7) causes parsing failures.
Protobuf Team Bot committed
May 15, 2024
H
Internal Change
Hong Shin committed
April 16, 2024
M
Refactor editions infrastructure to a top-level directory.
Mike Kruskal committed
April 6, 2024
M
Add delimited field binary/json conformance tests.
Mike Kruskal committed
March 28, 2024
J
Added conformance test for unknown field ordering.
Joshua Haberman committed
February 22, 2024
A
January 5, 2024
P
Extend Proto2 JSON test cases to cover more of the preexisting Proto3 JSON cases.
Protobuf Team Bot committed
January 2, 2024
P
Include JSON output tests with Proto2 messages in the conformance test suite.
Protobuf Team Bot committed
October 18, 2023
M
Enable conformance tests over editions protos
Mike Kruskal committed
M
Restructure syntax branches in text format conformance tests.
Mike Kruskal committed