q2g / q2g-con-hypercube-qvx

Qlik Connector that allows to consume a Qlik HyperCube / Table as new datasource
MIT License
11 stars 8 forks source link

Bump Google.Protobuf from 3.7.0 to 3.9.0 in /src #68

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps Google.Protobuf from 3.7.0 to 3.9.0.

Release notes *Sourced from [Google.Protobuf's releases](https://github.com/protocolbuffers/protobuf/releases).* > ## Protocol Buffers v3.9.0-rc1 > No release notes provided. > > ## Protocol Buffers v3.8.0 > ## C++ > * Use std::atomic in case of myriad2 platform > * Always declare enums to be int-sized > * Added DebugString() and ShortDebugString() methods on MessageLite > * Specialized different parse loop control flows > * Make hasbits potentially in register. The or's start forming an obstacle because it's a read modify store on the same mem address on each iteration. > * Move to an internal MACRO for parser validity checks. > * Improve map parsing performance. > * Make MergePartialFromCodedStream non virtual. This allows direct calls, potential inlining and is also a code health improvement > * Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoying level of indirection. > * Fix a mistake, we shouldn't verify map key/value strings for utf8 in opt mode for proto2. > * Further improvements to cut binary size. > * Prepare to make MergePartialFromCodedStream non-virtual. > * A report on some interesting behavior change in python (caused by b/27494216) made me realize there is a check that needs to be done in case the parse ended on a end group tag. > * Add a note of caution to the comments around skip in CodedOutputStream. > * Simplify end check. > * Add overload for ParseMessage for MessageLite/Message types. If the explicit type is not known inlining won't help de-virtualizing the virtual call. > * Reduce linker input. It turns out that ParseMessage is not inlined, producing template instantiations that are used only once and save nothing but cost more. > * Improve the parser. > * [c++17] Changed proto2::RepeatedPtrField iterators to no longer derive from the deprecated std::iterator class. > * Change the default value of case_insensitive_enum_parsing to false for JsonStringToMessage. > * Add a warning if a field name doesn't match the style guide. > * Fix TextFormat not round-trip correctly when float value is max float. > * Added locationed info for some errors at compiler > * Python reserved keywords are now working with getattr()/setattr() for most descriptors. > * Added AllowUnknownField() in text_format > * Append '_' to C++ reserved keywords for message, enum, extension > * Fix MSVC warning C4244 in protobuf's parse_context.h. > * Updating Iterators to be compatible with C++17 in MSVC. > * Use capability annotation in mutex.h > * Fix "UndefinedBehaviorSanitizer: cfi-bad-type" > * CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms. > * Removed vestigial wire_format_lite_inl.h > > ## C# > * Added System.Memory dependency. > > ## Java > * Make Java protoc code generator ignore optimize_for LITE_RUNTIME. Users should instead use the Java lite protoc plugin. > * Change Extension getMessageDefaultInstance() to return Message instead of MessageLite. > * Prevent malicious input streams from leaking buffers for ByteString or ByteBuffer parsing. > * Release new Javalite runtime. > * Show warning in case potential file name conflict. > * Allow Java reserved keywords to be used in extensions. > * Added setAllowUnknownFields() in text format > * Add memoization to ExtensionRegistryLite.getEmptyRegistry() > ... (truncated)
Commits - [`6a59a2a`](https://github.com/protocolbuffers/protobuf/commit/6a59a2ad1f61d9696092f79b6d74368b4d7970a3) Update protobuf version ([#6366](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6366)) - [`864bd03`](https://github.com/protocolbuffers/protobuf/commit/864bd030cf60e0ae037fc4c734f86542532e479d) Set oneof case in array constructor ([#6351](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6351)) - [`f1ecf5c`](https://github.com/protocolbuffers/protobuf/commit/f1ecf5c0ccfe700e4df23ce0c9ea558cb6442e43) Update extract_includes.bat.in - [`15929e1`](https://github.com/protocolbuffers/protobuf/commit/15929e1b16a039735ea127429a1675969d6de6d9) Revert "Make php message class final to avoid mocking ([#6277](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6277))" ([#6324](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6324)) - [`2c2267c`](https://github.com/protocolbuffers/protobuf/commit/2c2267cf2f4f5c8d41a3d6c2274d424635363773) Merge pull request [#6319](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6319) from haon4/3.9.x-201906281515 - [`35bf1ae`](https://github.com/protocolbuffers/protobuf/commit/35bf1ae05369a644ae7f26c91199b02b6934b571) Add changelog for 3.9.x - [`3f33753`](https://github.com/protocolbuffers/protobuf/commit/3f33753f0f45072fc68c5c50faa1c7a2fc16008d) Merge pull request [#6298](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6298) from TeBoring/3.9.x-merge - [`4aa7750`](https://github.com/protocolbuffers/protobuf/commit/4aa77508a6dd90de283ef748835eca9f893a4e1e) Added stubs/map_util.h to list of installed headers - [`d581c76`](https://github.com/protocolbuffers/protobuf/commit/d581c76063e3a4cf468febda2ce8221418f0b813) Merge branch 'master' into 3.9.x - [`54288a0`](https://github.com/protocolbuffers/protobuf/commit/54288a01cebfd0bfa62ca581dd07ffd6f9c77f2c) Rename get/setXXXValue to get/setXXXUnwrapped ([#6295](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6295)) - Additional commits viewable in [compare view](https://github.com/protocolbuffers/protobuf/compare/v3.7.0...v3.9.0)


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). To ignore the version in this PR you can just close it - `@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.
dependabot-preview[bot] commented 5 years ago

Superseded by #74.