Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
pub
google
protobuf
Commits
54489e95
Commit
54489e95
authored
2 years ago
by
Sandy Zhang
Browse files
Options
Download
Email Patches
Plain Diff
Updating changelog
parent
5fc03e16
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.txt
+1
-1
CHANGES.txt
protobuf_deps.bzl
+2
-2
protobuf_deps.bzl
with
3 additions
and
3 deletions
+3
-3
CHANGES.txt
+
1
-
1
View file @
54489e95
2022-09-2
7
version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
2022-09-2
9
version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
Java
Java
* Refactoring java full runtime to reuse sub-message builders and prepare to
* Refactoring java full runtime to reuse sub-message builders and prepare to
migrate parsing logic from parse constructor to builder.
migrate parsing logic from parse constructor to builder.
...
...
This diff is collapsed.
Click to expand it.
protobuf_deps.bzl
+
2
-
2
View file @
54489e95
...
@@ -114,6 +114,6 @@ def protobuf_deps():
...
@@ -114,6 +114,6 @@ def protobuf_deps():
_github_archive
(
_github_archive
(
name
=
"upb"
,
name
=
"upb"
,
repo
=
"https://github.com/protocolbuffers/upb"
,
repo
=
"https://github.com/protocolbuffers/upb"
,
commit
=
"
333722e94b35c26b9eb48bd7e471235374ab373
7"
,
commit
=
"
a5477045acaa34586420942098f5fecd3570f57
7"
,
sha256
=
"
f973aefa29d4191aad76cd1ba74ee3be4d2161b6c95d73c137f82560983912c6
"
,
sha256
=
"
0d6af8c8c00b3d733721f8d890ef43dd40f537c2e815b529085c1a6c30a21084
"
,
)
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets