Protobuf Team Bot
f3ede44f0d
Auto-generate files after cl/696130655
4 months ago
Protobuf Team Bot
5adc66a7e3
Internal change
...
PiperOrigin-RevId: 696130655
4 months ago
Protobuf Team Bot
c11033dc27
Auto-generate files after cl/696106364
4 months ago
Protobuf Team Bot
a64ba953b8
Internal change
...
PiperOrigin-RevId: 696106364
4 months ago
Protobuf Team Bot
ddb8665e74
Auto-generate files after cl/696091969
4 months ago
Protobuf Team Bot
97fe0d2c1a
Internal version update.
...
PiperOrigin-RevId: 696091969
4 months ago
Protobuf Team Bot
3dce3b5c3f
Auto-generate files after cl/696074619
4 months ago
Protobuf Team Bot
adfdf20261
Internal change
...
PiperOrigin-RevId: 696074619
4 months ago
Protobuf Team Bot
f836d553d6
Auto-generate files after cl/696043144
4 months ago
Andrew Chen
f99e52516a
Internal change
...
PiperOrigin-RevId: 696043144
4 months ago
Protobuf Team Bot
dff22d82c5
Auto-generate files after cl/696032432
4 months ago
Protobuf Team Bot
a41b3b046c
Internal change
...
PiperOrigin-RevId: 696032432
4 months ago
Protobuf Team Bot
63f08c5dbe
Auto-generate files after cl/696000088
4 months ago
Protobuf Team Bot
2bd008ec0b
Internal change
...
PiperOrigin-RevId: 696000088
4 months ago
Protobuf Team Bot
1f9eefbde6
Auto-generate files after cl/695996251
4 months ago
Protobuf Team Bot
3aaf678aca
Internal change
...
PiperOrigin-RevId: 695996251
4 months ago
Protobuf Team Bot
77a8c51726
Auto-generate files after cl/695923744
4 months ago
Protobuf Team Bot
7f36bc92c5
Internal change
...
PiperOrigin-RevId: 695923744
4 months ago
Protobuf Team Bot
5b66f5e771
Auto-generate files after cl/695908433
4 months ago
Protobuf Team Bot
ca1c8a98f1
Internal change
...
PiperOrigin-RevId: 695908433
4 months ago
Protobuf Team Bot
caa6cc2e6f
Auto-generate files after cl/695895241
4 months ago
Protobuf Team Bot
788daca701
Internal change
...
PiperOrigin-RevId: 695895241
4 months ago
Protobuf Team Bot
eff6851cef
Auto-generate files after cl/695870413
4 months ago
Protobuf Team Bot
873f7f41ab
Internal change
...
PiperOrigin-RevId: 695870413
4 months ago
Protobuf Team Bot
8b3df249ae
Auto-generate files after cl/695864676
4 months ago
Protobuf Team Bot
82e37cda2c
Support deleting regions of unknown fields via noncontiguous storage API
...
PiperOrigin-RevId: 695864676
4 months ago
Protobuf Team Bot
b853b57d30
Auto-generate files after cl/695846284
4 months ago
Lev Kandel
5aaab0d4eb
Internal change
...
PiperOrigin-RevId: 695846284
4 months ago
Protobuf Team Bot
1c29f34b24
Auto-generate files after cl/695823627
4 months ago
Protobuf Team Bot
930e8296a7
Internal change
...
PiperOrigin-RevId: 695823627
4 months ago
Protobuf Team Bot
c102dc28a0
Auto-generate files after cl/695817876
4 months 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
4 months ago
Protobuf Team Bot
a3733ac14d
Auto-generate files after cl/695791293
4 months ago
Protobuf Team Bot
668b945bc5
Internal change
...
PiperOrigin-RevId: 695791293
4 months ago
Protobuf Team Bot
9fa9040802
Auto-generate files after cl/695783239
4 months ago
Protobuf Team Bot
06fe3e745a
Internal change
...
PiperOrigin-RevId: 695783239
4 months ago
Protobuf Team Bot
4a8076adb1
Auto-generate files after cl/695765675
4 months 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
4 months ago
Protobuf Team Bot
54dc8c7b33
Internal change
...
PiperOrigin-RevId: 695765675
4 months ago
Protobuf Team Bot
d6e013bf49
Auto-generate files after cl/695745672
4 months ago
Protobuf Team Bot
9ecba5558d
Internal change
...
PiperOrigin-RevId: 695745672
4 months ago
Protobuf Team Bot
1ffde363ec
Auto-generate files after cl/695723050
4 months 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
4 months ago
Protobuf Team Bot
723f095496
Auto-generate files after cl/695705103
4 months ago
Protobuf Team Bot
f78a589481
Improve rustdoc in Rust OSS
...
PiperOrigin-RevId: 695705103
4 months ago
Protobuf Team Bot
5140c02cf7
Auto-generate files after cl/695699195
4 months 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
4 months ago
Protobuf Team Bot
bde72abba0
Auto-generate files after cl/695692338
4 months ago
Protobuf Team Bot
591c6827f5
Internal version update.
...
PiperOrigin-RevId: 695692338
4 months ago
Protobuf Team Bot
26fdbd9cef
Auto-generate files after cl/695579489
4 months ago