Protobuf Team Bot
f836d553d6
Auto-generate files after cl/696043144
3 weeks ago
Andrew Chen
f99e52516a
Internal change
...
PiperOrigin-RevId: 696043144
3 weeks ago
Protobuf Team Bot
dff22d82c5
Auto-generate files after cl/696032432
3 weeks ago
Protobuf Team Bot
a41b3b046c
Internal change
...
PiperOrigin-RevId: 696032432
3 weeks ago
Protobuf Team Bot
63f08c5dbe
Auto-generate files after cl/696000088
3 weeks ago
Protobuf Team Bot
2bd008ec0b
Internal change
...
PiperOrigin-RevId: 696000088
3 weeks ago
Protobuf Team Bot
1f9eefbde6
Auto-generate files after cl/695996251
3 weeks ago
Protobuf Team Bot
3aaf678aca
Internal change
...
PiperOrigin-RevId: 695996251
3 weeks ago
Protobuf Team Bot
77a8c51726
Auto-generate files after cl/695923744
3 weeks ago
Protobuf Team Bot
7f36bc92c5
Internal change
...
PiperOrigin-RevId: 695923744
3 weeks ago
Protobuf Team Bot
5b66f5e771
Auto-generate files after cl/695908433
3 weeks ago
Protobuf Team Bot
ca1c8a98f1
Internal change
...
PiperOrigin-RevId: 695908433
3 weeks ago
Protobuf Team Bot
caa6cc2e6f
Auto-generate files after cl/695895241
3 weeks ago
Protobuf Team Bot
788daca701
Internal change
...
PiperOrigin-RevId: 695895241
3 weeks ago
Protobuf Team Bot
eff6851cef
Auto-generate files after cl/695870413
3 weeks ago
Protobuf Team Bot
873f7f41ab
Internal change
...
PiperOrigin-RevId: 695870413
3 weeks ago
Protobuf Team Bot
8b3df249ae
Auto-generate files after cl/695864676
3 weeks ago
Protobuf Team Bot
82e37cda2c
Support deleting regions of unknown fields via noncontiguous storage API
...
PiperOrigin-RevId: 695864676
3 weeks ago
Protobuf Team Bot
b853b57d30
Auto-generate files after cl/695846284
3 weeks ago
Lev Kandel
5aaab0d4eb
Internal change
...
PiperOrigin-RevId: 695846284
3 weeks ago
Protobuf Team Bot
1c29f34b24
Auto-generate files after cl/695823627
3 weeks ago
Protobuf Team Bot
930e8296a7
Internal change
...
PiperOrigin-RevId: 695823627
3 weeks ago
Protobuf Team Bot
c102dc28a0
Auto-generate files after cl/695817876
3 weeks ago
Jie Luo
0720536eca
Breaking change: Python nested message class __qualname__ now contains the outer message name. (Previous __qualname__ has the same result with __name__ for nested message that outer message name was not included)
...
example:
message Foo {
message Bar {
bool bool_field = 1;
}
}
nested = test_pb2.Foo.Bar()
self.assertEqual('Bar', nested.__class__.__name__)
self.assertEqual('Foo.Bar', nested.__class__.__qualname__) # It was 'Bar' before
PiperOrigin-RevId: 695817876
3 weeks ago
Protobuf Team Bot
a3733ac14d
Auto-generate files after cl/695791293
3 weeks ago
Protobuf Team Bot
668b945bc5
Internal change
...
PiperOrigin-RevId: 695791293
3 weeks ago
Protobuf Team Bot
9fa9040802
Auto-generate files after cl/695783239
3 weeks ago
Protobuf Team Bot
06fe3e745a
Internal change
...
PiperOrigin-RevId: 695783239
3 weeks ago
Protobuf Team Bot
4a8076adb1
Auto-generate files after cl/695765675
3 weeks ago
Jie Luo
81da6b999a
Breaking Change: Python setdefault behavior change for map field.
...
-setdefault will be similar with dict for ScalarMap. But both key and value must be set.
-setdefault will be rejected for MessageMap.
PiperOrigin-RevId: 695768629
3 weeks ago
Protobuf Team Bot
54dc8c7b33
Internal change
...
PiperOrigin-RevId: 695765675
3 weeks ago
Protobuf Team Bot
d6e013bf49
Auto-generate files after cl/695745672
3 weeks ago
Protobuf Team Bot
9ecba5558d
Internal change
...
PiperOrigin-RevId: 695745672
3 weeks ago
Protobuf Team Bot
1ffde363ec
Auto-generate files after cl/695723050
3 weeks ago
Hong Shin
9bd8e01c10
hpb: Establish plumbing for returning a default msg for extensions
...
Not invoked just yet, as extant users may expect the old `GetOrPromote` pathway.
An incremental Δ for getting message extensions up to parity with proto2.
PiperOrigin-RevId: 695723050
3 weeks ago
Protobuf Team Bot
723f095496
Auto-generate files after cl/695705103
3 weeks ago
Protobuf Team Bot
f78a589481
Improve rustdoc in Rust OSS
...
PiperOrigin-RevId: 695705103
3 weeks ago
Protobuf Team Bot
5140c02cf7
Auto-generate files after cl/695699195
3 weeks ago
Protobuf Team Bot
b35d8bd640
Rust OSS: Emit cargo::rerun-if-changed on both inputs and outputs of the protoc run.
...
This will make it so touching either file and running cargo run again will automatically rerun protoc (right now if you build once and then touch either the inputs or outputs it'll keep using whatever is there).
PiperOrigin-RevId: 695699195
3 weeks ago
Protobuf Team Bot
bde72abba0
Auto-generate files after cl/695692338
3 weeks ago
Protobuf Team Bot
591c6827f5
Internal version update.
...
PiperOrigin-RevId: 695692338
3 weeks ago
Protobuf Team Bot
26fdbd9cef
Auto-generate files after cl/695579489
3 weeks ago
Protobuf Team Bot
c820dd0ca6
Upgrade rules_cc 0.0.16 and rules_java 8.3.1
...
Both versions are again compatible with WORKSPACE mode on Bazel 8. The version also extends the compatibility down to Bazel 6.
Add repo_name = "com_google_protobuf" to examples/MODULE.bazel. Bazel 6,7,and 8 (in WORKSPACE mode) still expect this is the name of the repo. (Default value of --proto_compiler flag). There's no way to change this without breaking compatibility with WORKSPACE mode.
Remove local_repository(name = protobuf) from WORKSPACE. The repository is now consistently called com_google_protobuf in both WORKSPACE and Bzlmod mode.
Rename uses of @protobuf to @com_google_protobuf .
PiperOrigin-RevId: 695579489
3 weeks ago
Protobuf Team Bot
c9a4aa911e
Auto-generate files after cl/695540254
3 weeks ago
Protobuf Team Bot
8ebadebf46
Internal change
...
PiperOrigin-RevId: 695540254
3 weeks ago
Protobuf Team Bot
6af4abba12
Auto-generate files after cl/695532457
3 weeks ago
Protobuf Team Bot
a3f19eff03
Internal change
...
PiperOrigin-RevId: 695532457
3 weeks ago
Protobuf Team Bot
71d46716c1
Auto-generate files after cl/695505475
3 weeks ago
Protobuf Team Bot
44b2f87fc2
Enable pointer type checks
...
PiperOrigin-RevId: 695505475
3 weeks ago
Protobuf Team Bot
93b1441d83
Auto-generate files after cl/695493356
3 weeks ago