Protobuf Team Bot
0135eb0e52
Updating version.json and repo version numbers to: 21.9
2 years ago
Mike Kruskal
591fe403c9
21.x 202210180838 ( #10785 )
...
* Updating version.json and repo version numbers to: 21.8
* Update changelog
Co-authored-by: Protobuf Team Bot <protobuf-team-bot@google.com>
2 years ago
zhangskz
1dc63ea581
Update versions and upb commit ( #10676 )
...
* Updating version.json and repo version numbers to: 21.7
* Updating changelog
Co-authored-by: Protobuf Team Bot <protobuf-team-bot@google.com>
2 years ago
Protobuf Team Bot
24487dd104
Updating version.json and repo version numbers to: 21.6
2 years ago
Protobuf Team Bot
a44b4ae39c
Updating version.json and repo version numbers to: 21.5
3 years ago
Protobuf Team Bot
c9869dc780
Updating version.json and repo version numbers to: 21.4
3 years ago
Protobuf Team Bot
b1eb1260fc
Updating version.json and repo version numbers to: 21.3
3 years ago
Protobuf Team Bot
839b18b1ba
Updating version.json and repo version numbers to: 21.2
3 years ago
Protobuf Team Bot
38e3a11a29
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
e73ed1630f
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
59c6ff83e9
Updating version.json and repo version numbers to: 21.0
3 years ago
Protobuf Team Bot
1fa42c4be4
Updating version.json and repo version numbers to: 21.0-rc2
3 years ago
Protobuf Team
d259bd3287
Updating version.json and repo version numbers to: 21.0-rc1
3 years ago
Joshua Haberman
dc4aad931e
Sync from Piper @444600173
...
PROTOBUF_SYNC_PIPER
3 years ago
Joshua Haberman
296c1fdaff
Update protobuf version ( #9820 )
...
* Update protobuf version
* Updated Makefile.am for composer.json move.
3 years ago
mkruskal-google
85aa87cbc9
Merge 3.20.1-rc1 into main ( #9760 )
...
* Fix NPE during encoding and add regression test for issue 9507.
(cherry picked from commit 58e320a732
)
* Implement `respond_to?` in RubyMessage (#9677 )
All synthetic methods implemented by `method_missing` are now supported by `respond_to?`.
Fixes issue #9202 .
* Fix null pointer exceptions exposed by new regression tests.
* Fix clear_ on oneofs so that it is safe to call repeatedly and so that respond_to? does not depend on whether the oneof is currently cleared.
* Code cleanup: reenable more tests on JRuby.
* Align JRuby behavior with CRuby by throwing a RuntimeError when attempting to assign to a oneof.
(cherry picked from commit 8e7f936696
)
* Update protobuf version
* Merge pull request #9727 from mlocati/build-packaged-php-extension
Fix building packaged PHP extension
(cherry picked from commit 7f9901c5f6
)
* Update protobuf version
* Update changelogs for 3.20.1-rc1
Co-authored-by: Jason Lunn <jason.lunn@gmail.com>
Co-authored-by: Jorg Brown <jorg.brown@gmail.com>
3 years ago
Mike Kruskal
a29e0e3f44
Sync from Piper @439400376
...
PROTOBUF_SYNC_PIPER
3 years ago
Mike Kruskal
d24edbca53
Update protobuf version
3 years ago
Darly Paredes
25045e3f69
Update protobuf version
3 years ago
theodorerose
ebfa0d345e
Update protobuf version
3 years ago
Adam Cozzette
b20209f321
Sync from Piper @acozzette/proto_github_202203101748
...
PROTOBUF_SYNC_PIPER
3 years ago
Adam Cozzette
88a18db91e
Update protobuf version
3 years ago
Adam Cozzette
22d0e265de
Update protobuf version for 3.19.4 ( #9449 )
...
I also updated the PHP release notes in
php/ext/google/protobuf/package.xml.
3 years ago
Adam Cozzette
cc7b1b5323
Update protobuf version
3 years ago
Adam Cozzette
eb94f17a8b
Update protobuf version
3 years ago
Adam Cozzette
7c40b2df1f
Update protobuf version ( #9167 )
3 years ago
Adam Cozzette
17b30e9647
Update protobuf version ( #9119 )
3 years ago
Adam Cozzette
3f3e6f47c6
Update version to 3.19.0-rc2 and fix changelog about Java 7 ( #9116 )
...
* Update protobuf version
* Update CHANGES.txt to reflect that we're not yet dropping Java 7
3 years ago
Adam Cozzette
519340d662
Update protobuf version ( #9106 )
3 years ago
Elliotte Rusty Harold
06cfc9a0e6
docs: 3.18.0 is released
3 years ago
Joshua Haberman
e5c570bb57
Sync from Piper @395706834
...
PROTOBUF_SYNC_PIPER
3 years ago
Elliotte Rusty Harold
8cf990fc9f
Updtae version to 3.17.3 ( #8889 )
4 years ago
Joshua Haberman
ce560630bf
Sync from Piper @368734211
...
PROTOBUF_SYNC_PIPER
4 years ago
Deanna Garcia
f6508077db
Adding note to the README about kotlin protos
4 years ago
Tobias Liese
1db2b662de
Fixed version for gradle in java Readme.md
...
Looks like this was forgotten by the last time this was edited.
4 years ago
Joshua Haberman
96307d28f6
Sync from Piper @364389596
...
PROTOBUF_SYNC_PIPER
4 years ago
Elliotte Rusty Harold
b6facc69ea
docs: update version
4 years ago
Lőrinc Pap
4b93993ac7
Update Gradle dependency reference format
...
See https://docs.gradle.org/current/userguide/java_library_plugin.html
> The compile, testCompile, runtime and testRuntime configurations inherited from the Java plugin are still available but are deprecated. You should avoid using them, as they are only kept for backwards compatibility.
5 years ago
Joshua Haberman
95e6c5b474
Sync from Piper @327110949
...
PROTOBUF_SYNC_PIPER
5 years ago
Peter Newman
e2cc2de304
Fix lots of spelling errors ( #7751 )
...
* Fix a typo
* Fix lots of spelling errors
* Fix a few more spelling mistakes
* s/parsable/parseable/
* Don't touch the third party files
* Cloneable is the preferred C# term
* Copyable is the preferred C++ term
* Revert "s/parsable/parseable/"
This reverts commit 534ecf7675
.
* Revert unparseable->unparsable corrections
5 years ago
Peter Newman
fc8e2e871d
Fix a typo
5 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Brian Wignall
a104dffcb6
Fix typos ( #7050 )
...
Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.
5 years ago
Elliotte Rusty Harold
4457b1f290
Update to 3.11.0 in docs
...
@haberman
5 years ago
Elliotte Rusty Harold
82db4520a1
Update to 3.10.0 in docs
5 years ago
Elliotte Rusty Harold
e157c5b9be
Update to 3.9.2
...
3.9.2 is on the Githib releases page.
5 years ago
Elliotte Rusty Harold
2048a6f442
Update versions to 3.9.1
6 years ago
Elliotte Rusty Harold
4b21abdef3
Update version in README
...
to 3.8.0
6 years ago
Kyle Krueger
21ebeed20a
Update README.md with gradle instructions for java
7 years ago
Elliotte Harold
259331566b
update version
7 years ago