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 Grpc.Core from 1.19.0 to 1.21.0 in /src #65

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps Grpc.Core from 1.19.0 to 1.21.0.

Release notes *Sourced from [Grpc.Core's releases](https://github.com/grpc/grpc/releases).* > ## Release v1.21.0 > Note: gRPC Python pkgs for this release are not available due to the issue https://github-redirect.dependabot.com/grpc/grpc/pull/19105. We will soon be releasing 1.21.1 patch to address this issue. > > This is the 1.21.0 release ([gandalf](https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. > > Please see the notes for the previous releases here: https://github.com/grpc/grpc/releases. Please consult https://grpc.io/ for all information regarding this product. > > This release contains refinements, improvements, and bug fixes, with highlights listed below. > > Note: gRPC Python packages are now marked as deprecated for Python 2.7. See the previous announcement [here](https://groups.google.com/d/msg/grpc-io/psLfi-li4u8/O1PgTsu8AQAJ). Python 2.7 support will be removed on January 1, 2020. > > Core > --- > > - Service Config Changes to set channel in transient failure on invalid service config. ([#18946](https://github-redirect.dependabot.com/grpc/grpc/pull/18946)) > - Add a backup poller to c-ares resolver to take better advantage of c-ares query timeout/retry logic. ([#17688](https://github-redirect.dependabot.com/grpc/grpc/pull/17688)) > - Pass WSA_FLAG_NO_HANDLE_INHERIT flag to the WSASocketA() to avoid handle leaking on the Windows in case of using CreateProcess() on the server. ([#18060](https://github-redirect.dependabot.com/grpc/grpc/pull/18060)) > - Add fallback-at-startup into xds. ([#18665](https://github-redirect.dependabot.com/grpc/grpc/pull/18665)) > - Retire the GRPC_ARENA_INIT_STRATEGY env variable. ([#18797](https://github-redirect.dependabot.com/grpc/grpc/pull/18797)) > - Fix gevent segfault with C-Ares as DNS resolver. ([#18547](https://github-redirect.dependabot.com/grpc/grpc/pull/18547)) > - Explicitly call getsockname after accept for unix sockets to get the sun_path. ([#18556](https://github-redirect.dependabot.com/grpc/grpc/pull/18556)) > - RBE Windows c-core build. ([#18546](https://github-redirect.dependabot.com/grpc/grpc/pull/18546)) > - Loosen the dependency on the googleapis-common-protos-types gem. ([#18635](https://github-redirect.dependabot.com/grpc/grpc/pull/18635)) > - pick_first: don't go into TRANSIENT_FAILURE upon empty update when in IDLE. ([#18598](https://github-redirect.dependabot.com/grpc/grpc/pull/18598)) > - Add guard to the tv_nsec field of gpr_now return value. ([#18601](https://github-redirect.dependabot.com/grpc/grpc/pull/18601)) > - Re-enable ALPN check in gRPC C core SSL stack. ([#18563](https://github-redirect.dependabot.com/grpc/grpc/pull/18563)) > > C++ > --- > > - Global config variables migration. ([#18931](https://github-redirect.dependabot.com/grpc/grpc/pull/18931)) > - Make cc_grpc_library compatible with native proto_library and cc_proto_library rules. ([#18955](https://github-redirect.dependabot.com/grpc/grpc/pull/18955)) > - Add alarm in callback streaming test. ([#18858](https://github-redirect.dependabot.com/grpc/grpc/pull/18858)) > - Make C++ Channel Interceptors work for lame channels. ([#18630](https://github-redirect.dependabot.com/grpc/grpc/pull/18630)) > > C# > --- > > - Support slice-by-slice deserialization (allow accessing payload as ReadOnlySequence when on netstandard2.0). ([#18865](https://github-redirect.dependabot.com/grpc/grpc/pull/18865)) > - Add VS integration for design time build of C# projects. ([#18678](https://github-redirect.dependabot.com/grpc/grpc/pull/18678)) > - Migrate interceptor types for server-side interceptors to Grpc.Core.Api. ([#18914](https://github-redirect.dependabot.com/grpc/grpc/pull/18914)) > - Add info about C# nightly nuget feed. ([#18876](https://github-redirect.dependabot.com/grpc/grpc/pull/18876)) > - Upload C# nightly nugets to Artifactory dev nuget feed. ([#18871](https://github-redirect.dependabot.com/grpc/grpc/pull/18871)) > - Migrate client API types to Grpc.Core.Api. ([#18532](https://github-redirect.dependabot.com/grpc/grpc/pull/18532)) > - Make CallCredentials implementation agnostic (prepare for move to Grpc.Core.Api). ([#18652](https://github-redirect.dependabot.com/grpc/grpc/pull/18652)) > - Add BindServiceAttribute. ([#18484](https://github-redirect.dependabot.com/grpc/grpc/pull/18484)) > - Provide access to verify_peer_callback from C# (take two). ([#18591](https://github-redirect.dependabot.com/grpc/grpc/pull/18591)) > > Node > --- > ... (truncated)
Changelog *Sourced from [Grpc.Core's changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md).* > v1.19.0 |Feb 12, 2019 |Feb 26, 2019 > v1.20.0 |Mar 26, 2019 |Apr 9, 2019 > v1.21.0 |May 7, 2019 |May 21, 2019 > v1.22.0 |Jun 18, 2019 |Jul 2, 2019 > v1.23.0 |Jul 30, 2019 |Aug 13, 2019 > v1.24.0 |Sept 10, 2019 |Sept 24, 2019 > v1.25.0 |Oct 22, 2019 |Nov 5, 2019 > v1.26.0 |Dec 3, 2019 |Dec 17, 2019
Commits - [`7569ba7`](https://github.com/grpc/grpc/commit/7569ba7a66a2b4dd93b04ad355cc401d06285ee7) Merge pull request [#19095](https://github-redirect.dependabot.com/grpc/grpc/issues/19095) from muxi/v1.21.x - [`5b3e073`](https://github.com/grpc/grpc/commit/5b3e0732ab926febe31ebe3f796da2c65b19e232) Revert "Bump up version to 1.21.1" - [`8ab582e`](https://github.com/grpc/grpc/commit/8ab582eb84ec9499bac58202f132a624f8e06dac) Bump up version to 1.21.1 - [`118623d`](https://github.com/grpc/grpc/commit/118623d2933160891adfc0cb0c57cdf865758405) Rename root certificate bundle in gRPC-C++ pod - [`afb2242`](https://github.com/grpc/grpc/commit/afb2242f3669c95b61dd0737eda3acf740fc94d4) Merge pull request [#19087](https://github-redirect.dependabot.com/grpc/grpc/issues/19087) from srini100/v1.21.x - [`535d0b1`](https://github.com/grpc/grpc/commit/535d0b150496f44544b3606f01636185ed19599c) Regenerate projects - [`de94662`](https://github.com/grpc/grpc/commit/de94662bc1e3bbb2cc37c84650faf313d1bde34b) version bump to v1.21.0 - [`2b06075`](https://github.com/grpc/grpc/commit/2b060751de02fe801e84a874db5d34325f7ce23d) Merge pull request [#19081](https://github-redirect.dependabot.com/grpc/grpc/issues/19081) from gnossen/v1.21.x - [`2628983`](https://github.com/grpc/grpc/commit/2628983fb44f0718a61e3c87993b9729c47895fb) Actually include README.rst in all packages - [`f6601e1`](https://github.com/grpc/grpc/commit/f6601e1fc1c05f9eb47929fade49aecf1b80e569) Add python deprecation notices. - Additional commits viewable in [compare view](https://github.com/grpc/grpc/compare/v1.19.0...v1.21.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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #67.