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.2 in /src #82

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.2.

Release notes *Sourced from [Google.Protobuf's releases](https://github.com/protocolbuffers/protobuf/releases).* > ## Protocol Buffers v3.9.2 > ## Objective-C > * Remove OSReadLittle* due to alignment requirements. ([#6678](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6678)) > * Don't use unions and instead use memcpy for the type swaps. ([#6672](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6672)) > > ## Protocol Buffers v3.9.1 > ## Python > * Drop building wheel for python 3.4 ([#6406](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6406)) > > ## Csharp > * Fix binary compatibility in 3.9.0 (delisted) FieldCodec factory methods ([#6380](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6380)) > > ## Protocol Buffers v3.9.0 > ## C++ > * Optimize and simplify implementation of RepeatedPtrFieldBase > * Don't create unnecessary unknown field sets. > * Remove branch from accessors to repeated field element array. > * Added delimited parse and serialize util. > * Reduce size by not emitting constants for fieldnumbers > * Fix a bug when comparing finite and infinite field values with explicit tolerances. > * TextFormat::Parser should use a custom Finder to look up extensions by number if one is provided. > * Add MessageLite::Utf8DebugString() to make MessageLite more compatible with Message. > * Fail fast for better performance in DescriptorPool::FindExtensionByNumber() if descriptor has no defined extensions. > * Adding the file name to help debug colliding extensions > * Added FieldDescriptor::PrintableNameForExtension() and DescriptorPool::FindExtensionByPrintableName(). > The latter will replace Reflection::FindKnownExtensionByName(). > * Replace NULL with nullptr > * Created a new Add method in repeated field that allows adding a range of elements all at once. > * Enabled enum name-to-value mapping functions for C++ lite > * Avoid dynamic initialization in descriptor.proto generated code > * Move stream functions to MessageLite from Message. > * Move all zero_copy_stream functionality to io_lite. > * Do not create array of matched fields for simple repeated fields > * Enabling silent mode by default to reduce make compilation noise. ([#6237](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6237)) > > ## Java > * Expose TextFormat.Printer and make it configurable. Deprecate the static methods. > * Library for constructing google.protobuf.Struct and google.protobuf.Value > * Make OneofDescriptor extend GenericDescriptor. > * Expose streamingness of service methods from MethodDescriptor. > * Fix a bug where TextFormat fails to parse Any filed with > 1 embedded message sub-fields. > * Establish consistent JsonFormat behavior for nulls in oneofs, regardless of order. > * Update GSON version to 3.8.5. ([#6268](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6268)) > * Add `protobuf_java_lite` Bazel target. ([#6177](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6177)) > > ## Python > * Change implementation of Name() for enums that allow aliases in proto2 in Python > to be in line with claims in C++ implementation (to return first value). > * Explicitly say what field cannot be set when the new value fails a type check. > * Duplicate register in descriptor pool will raise errors > ... (truncated)
Commits - [`52b2447`](https://github.com/protocolbuffers/protobuf/commit/52b2447247f535663ac1c292e088b4b27d2910ef) Update version to 3.9.2 ([#6682](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6682)) - [`cfee7d8`](https://github.com/protocolbuffers/protobuf/commit/cfee7d81911e361ee1eadf5ea638b402a5775252) Merge pull request [#6680](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6680) from thomasvl/objc_fix - [`a0eb83f`](https://github.com/protocolbuffers/protobuf/commit/a0eb83f5904757cc9690fec7867c04b8c2c95249) Remove OSReadLittle* due to alignment requirements ([#6678](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6678)) - [`42e0ff5`](https://github.com/protocolbuffers/protobuf/commit/42e0ff54859ac05751a8bbed0be859242a8a2bd7) [ObjC] Don't use unions and instead use memcpy for the type swaps. ([#6672](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6672)) - [`655310c`](https://github.com/protocolbuffers/protobuf/commit/655310ca192a6e3a050e0ca0b7084a2968072260) Update protobuf version ([#6472](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6472)) - [`ebfde4c`](https://github.com/protocolbuffers/protobuf/commit/ebfde4c93df8bfbcd78034d23ec6ba19c6545113) No need to update version in generated code ([#6471](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6471)) - [`bc5f088`](https://github.com/protocolbuffers/protobuf/commit/bc5f0883d0603e97f159157d7cda442fbedc107f) Merge pull request [#6431](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6431) from jtattermusch/backport_csharp_proto2_review - [`92f2c89`](https://github.com/protocolbuffers/protobuf/commit/92f2c8956711175f6d892a9244a7311b39948800) [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl - [`65ed62e`](https://github.com/protocolbuffers/protobuf/commit/65ed62e0e3c9e81924e699bdcce25982f7825a8b) Updated Bazel test script to use most recent Bazel version ([#6413](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6413)) ([#6433](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6433)) - [`fce3613`](https://github.com/protocolbuffers/protobuf/commit/fce361354b5495261d79c680c9104c81703f2471) Disable javadoc error ([#6371](https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/6371)) - Additional commits viewable in [compare view](https://github.com/protocolbuffers/protobuf/compare/v3.7.0...v3.9.2)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 #84.