Protobuf Team Bot
ddc5406170
Auto-generate files after PR #15040
12 months ago
Protobuf Team Bot
eea1e12900
Auto-generate files after cl/588418734
12 months ago
Protobuf Team Bot
4ffe0868f9
Auto-generate files after cl/588239901
12 months ago
Protobuf Team Bot
c17fddf2c0
Auto-generate files after cl/588189563
12 months ago
Protobuf Team Bot
7d4ead2f82
Auto-generate files after cl/588166536
12 months ago
Protobuf Team Bot
7713df55ab
Auto-generate files after cl/588147628
12 months ago
Protobuf Team Bot
1f5de4a52d
Auto-generate files after cl/588088145
12 months ago
Eric Salo
b64c6e193b
upb: implement upb_Message_ShallowClone()/Copy()
...
PiperOrigin-RevId: 588088145
12 months ago
Protobuf Team Bot
4eeaa22312
Auto-generate files after cl/587586555
12 months ago
Protobuf Team Bot
7bdd38e1f1
Auto-generate files after cl/587127664
1 year ago
Protobuf Team Bot
030ab8d2fd
Auto-generate files after cl/587060845
1 year ago
Protobuf Team Bot
f84332aed4
Auto-generate files after cl/587022805
1 year ago
Protobuf Team Bot
de57b67561
Auto-generate files after cl/586781244
1 year ago
Protobuf Team Bot
07194fcfae
Auto-generate files after cl/586542236
1 year ago
Protobuf Team Bot
43a950bfa6
Auto-generate files after cl/586448719
1 year ago
Protobuf Team Bot
5b8b87f3f7
Auto-generate files after cl/586204703
1 year ago
Protobuf Team Bot
842f56b57a
Auto-generate files after cl/586187469
1 year ago
Protobuf Team Bot
4216972800
Auto-generate files after cl/586171362
1 year ago
Protobuf Team Bot
ff422003f3
Auto-generate files after cl/586003350
1 year ago
Protobuf Team Bot
37a8316fc9
Auto-generate files after cl/585817227
1 year ago
Protobuf Team Bot
91cfce9936
Auto-generate files after cl/585733953
1 year ago
Protobuf Team Bot
967a351e26
Auto-generate files after cl/585696951
1 year ago
Protobuf Team Bot
c80260904f
Auto-generate files after cl/584380544
1 year ago
Protobuf Team Bot
e81cda1834
Auto-generate files after cl/584358795
1 year ago
Protobuf Team Bot
54573a45d2
Auto-generate files after cl/584309590
1 year ago
Protobuf Team Bot
c5b3eb8059
Auto-generate files after cl/584154442
1 year ago
Protobuf Team Bot
78391a1318
Auto-generate files after cl/584082079
1 year ago
Protobuf Team Bot
c9a8b46fd0
Auto-generate files after cl/583524301
1 year ago
Protobuf Team Bot
b8c1a2743b
Auto-generate files after cl/582708011
1 year ago
Protobuf Team Bot
8aad058d45
Auto-generate files after PR #14703
1 year ago
Protobuf Team Bot
7c68721b23
Auto-generate files after cl/582150596
1 year ago
Protobuf Team Bot
32af7d211b
Auto-generate files after cl/581980280
1 year ago
Protobuf Team Bot
7c1ec5a801
Auto-generate files after cl/581408568
1 year ago
Protobuf Team Bot
c6b149cbf9
Auto-generate files after cl/581384108
1 year ago
Adam Cozzette
5ca84008fc
Move utf8_range into the protobuf repo
...
This makes third_party/utf8_range no longer a Git subtree, but instead the
permanent location and source of truth for utf8_range. It is also now
incorporated into the @com_google_protobuf Bazel repo. Utf8_range still has its
own separate CMake build for now, though.
PiperOrigin-RevId: 580682733
1 year ago
Protobuf Team Bot
a9b11dd7bd
Auto-generate files after cl/580493003
1 year ago
Protobuf Team Bot
f82d198ba5
Auto-generate files after cl/580285127
1 year ago
Protobuf Team Bot
ebef52ec2f
Auto-generate files after cl/580263087
1 year ago
Protobuf Team Bot
75b9030c79
Auto-generate files after cl/580158012
1 year ago
Protobuf Team Bot
ce9dcc2455
Auto-generate files after cl/579321454
1 year ago
Jie Luo
1231af10c7
merge 25.x to main ( #14617 )
...
Closes #14617
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/14617 from anandolee:25.x ac86c5ef32
PiperOrigin-RevId: 578996979
1 year ago
Protobuf Team Bot
f98f38bb20
Auto-generate files after cl/578962175
1 year ago
Protobuf Team Bot
3ea774370a
Internal change
...
PiperOrigin-RevId: 578944754
1 year ago
Protobuf Team Bot
6b5d8db01f
Updating version.json and repo version numbers to: 25.0
1 year ago
Protobuf Team Bot
1fb26f229b
Auto-generate files after cl/574673810
1 year ago
Protobuf Team Bot
ba1aab2baf
Updating version.json and repo version numbers to: 25.0-rc2
1 year ago
Matt Kulukundis
b4abcef8a9
Bump minimum PHP to 8.0
...
Fixes #14436
PiperOrigin-RevId: 574168872
1 year ago
Matt Kulukundis
3fa2b20419
Bump minimum PHP to 8.0
...
Fixes #14436
PiperOrigin-RevId: 574168872
1 year ago
Brent Shaffer
59d5006d60
feat: better debug info for PHP messages and repeated fields ( #12718 )
...
addresses https://github.com/protocolbuffers/protobuf/issues/12714 by dumping more concise debug info for protobuf messages and repeated fields via the `serializeToJsonString` function. Additionally, message types which serialize into something other than an array (e.g. `Google\Protobuf\Value`, `Google\Protobuf\Timestamp`, etc) are handled in a special way to make their output consistent with other messages.
```php
$m = new Google\Protobuf\DoubleValue();
$m->setValue(1.5);
var_dump($m);
```
will output
```
object(Google\Protobuf\DoubleValue)#12 (1) {
["value"]=>
float(1.5)
}
```
Closes #12718
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12718 from bshaffer:php-add-debuginfo c40a6f91de
PiperOrigin-RevId: 574115431
1 year ago
Protobuf Team Bot
896f3d8ced
Updating version.json and repo version numbers to: 25.0-rc1
1 year ago