IceflowRE / unidown

Universal Downloader - update, manage, download.
GNU General Public License v3.0
0 stars 2 forks source link

Bump protobuf from 3.6.1 to 3.7.1 #104

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps protobuf from 3.6.1 to 3.7.1.

Release notes *Sourced from [protobuf's releases](https://github.com/protocolbuffers/protobuf/releases).* > ## Protocol Buffers v3.7.1 > ## C++ > * Avoid linking against libatomic in prebuilt protoc binaries ([#5875](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5875)) > * Avoid marking generated C++ messages as final, though we will do this in a future release ([#5928](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5928)) > * Miscellaneous build fixes > > ## JavaScript > * Fixed redefinition of global variable f ([#5932](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5932)) > > ## Ruby > * Replace strptime with custom implementation ([#5906](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5906)) > * Fixed the bug that bytes fields cannot be larger than 16000 bytes ([#5924](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5924)) > * Miscellaneous bug fixes > > ## PHP > * Replace strptime with custom implementation ([#5906](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5906)) > * Fixed the bug that bytes fields cannot be larger than 16000 bytes ([#5924](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5924)) > > ## Protocol Buffers v3.7.0 > ## C++ > * Introduced new MOMI (maybe-outside-memory-interval) parser. > * Add an option to json_util to parse enum as case-insensitive. In the future, enum parsing in json_util will become case-sensitive. > * Added conformance test for enum aliases > * Added support for --cpp_out=speed:... > * Added use of C++ override keyword where appropriate > * Many other cleanups and fixes. > > ## Java > * Fix illegal reflective access warning in JDK 9+ > * Add BOM > > ## Python > * Added Python 3.7 compatibility. > * Modified ParseFromString to return bytes parsed . > * Introduce Proto C API. > * FindFileContainingSymbol in descriptor pool is now able to find field and enum values. > * reflection.MakeClass() and reflection.ParseMessage() are deprecated. > * Added DescriptorPool.FindMethodByName() method in pure python (c extension alreay has it) > * Flipped proto3 to preserve unknown fields by default. > * Added support for memoryview in python3 proto message parsing. > * Added MergeFrom for repeated scalar fields in c extension (pure python already has it) > * Surrogates are now rejected at setters in python3. > * Added public unknown field API. > * RecursionLimit is also set to max if allow_oversize_protos is enabled. > * Disallow duplicate scalars in proto3 text_format parse. > * Fix some segment faults for c extension map field. > > ## PHP > * Most issues for json encoding/decoding in the c extension have been fixed. There are still some edge cases not fixed. For more details, check conformance/failure_list_php_c.txt. > * Supports php 7.3 > ... (truncated)
Commits - [`6973c3a`](https://github.com/protocolbuffers/protobuf/commit/6973c3a5041636c1d8dc5f7f6c8c1f3c15bc63d6) Update version number to 3.7.1 ([#5947](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5947)) - [`0770795`](https://github.com/protocolbuffers/protobuf/commit/077079573f7777198e58676442978b9a8340b8a7) Fixed CI failures with Ruby 2.3 on OSX ([#5948](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5948)) - [`34b6499`](https://github.com/protocolbuffers/protobuf/commit/34b64995ac24620c88333b84228adfe694921300) Avoid linking against libatomic when building protoc ([#5922](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5922)) - [`ba42cb5`](https://github.com/protocolbuffers/protobuf/commit/ba42cb53d92a19f87a65061af15b10432ee7fc67) Allow bytes field to be longer than 16000 bytes ([#5924](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5924)) - [`02cf61a`](https://github.com/protocolbuffers/protobuf/commit/02cf61a7da14a055480542ccf1484581ec4ea319) Updated NPM version to 3.7.1 - [`ec0d47e`](https://github.com/protocolbuffers/protobuf/commit/ec0d47e4d2534328687c7e515ab4ab7f8a24ad34) No define strtoll/strtoull for VS2013 and above - [`b3c132f`](https://github.com/protocolbuffers/protobuf/commit/b3c132f6f33a58c7f3333c72e5d217bd3f6c9f11) Avoid marking generated C++ messages as final for now ([#5928](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5928)) - [`059851f`](https://github.com/protocolbuffers/protobuf/commit/059851fe59d2ac3123f79e0638cb209265e24130) Remove unused import from message. - [`e2461b5`](https://github.com/protocolbuffers/protobuf/commit/e2461b5f5976bc8de0b9722578e9bcf5194efa64) Revert "Remove unused f expression from jscode gen. ([#5573](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/5573))" - [`e6779e9`](https://github.com/protocolbuffers/protobuf/commit/e6779e9b2afd5d363dfa568243a3c06ec27cdbcc) Added io_win32.h to header list in CMake config - Additional commits viewable in [compare view](https://github.com/protocolbuffers/protobuf/compare/v3.6.1...v3.7.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e735983...aa1cc1a. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e735983...aa1cc1a. Read the comment docs.