Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
4493595f
Commit
4493595f
authored
Nov 13, 2017
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release date
parent
9c197b7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CHANGES.txt
CHANGES.txt
+3
-3
No files found.
CHANGES.txt
View file @
4493595f
2017-11-
09
version 3.5.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
2017-11-
13
version 3.5.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Planned Future Changes
Planned Future Changes
* Make C++ implementation C++11 only: we plan to require C++11 to build
* Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.6.0 release. Please join this github issue:
protobuf code starting from 3.6.0 release. Please join this github issue:
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
Java
Java
* Proto3 messages are now preserving unknown fields by default. If you’d like
* Proto3 messages are now preserving unknown fields by default. If you’d like
to drop unknown fields, please use the DiscardUnknownFieldsParser
API. For
to drop unknown fields, please use the DiscardUnknownFieldsParser API. For
example:
example:
Parser<Foo> parser = DiscardUnknownFieldsParser.wrap(Foo.parser());
Parser<Foo> parser = DiscardUnknownFieldsParser.wrap(Foo.parser());
Foo foo = parser.parseFrom(input);
Foo foo = parser.parseFrom(input);
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
* Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will
* Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will
never update protobuf runtime. Users who depend on AppEngine 2.5 should use
never update protobuf runtime. Users who depend on AppEngine 2.5 should use
old protoc.
old protoc.
PHP
PHP
* Support PHP generic services. Specify file option php_generic_service=true
* Support PHP generic services. Specify file option php_generic_service=true
to enable generating service interface.
to enable generating service interface.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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