这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: busunkim96/google-cloud-dotnet

Tags

Google.Cloud.AccessApproval.V1-1.0.0-beta02

Toggle Google.Cloud.AccessApproval.V1-1.0.0-beta02's commit message
Release Google.Cloud.AccessApproval.V1 version 1.0.0-beta02

Changes in this release:

- [Commit d093233](googleapis@d093233): fix!: Regenerate Google.Cloud.AccessApproval.V1

BREAKING CHANGE: The gRPC "raw" client classes are renamed compared with beta01. However, beta01 would be unable to make any RPCs due to incorrect generation.

Google.Cloud.Logging.NLog-3.2.0

Toggle Google.Cloud.Logging.NLog-3.2.0's commit message
Release Google.Cloud.Logging.NLog version 3.2.0

Changes in this release:

- [Commit a0f7730](googleapis@a0f7730): docs: Move NLog configuration into docs directory and expand it
- [Commit 932a8d1](googleapis@932a8d1): feat: Adds EnableJsonLayout option to use custom jsonLayout

Google.Cloud.Diagnostics.Common-4.2.0

Toggle Google.Cloud.Diagnostics.Common-4.2.0's commit message
Release version 4.2.0 of all diagnostics packages

Changes in Google.Cloud.Diagnostics.AspNetCore version 4.2.0:

No API changes since 4.2.0-beta02; just a stable release of the changes since 4.1.0.

Changes in Google.Cloud.Diagnostics.AspNetCore3 version 4.2.0:

No API changes since 4.0.0-beta01, but this is the first stable release.

The version number is 4.2.0 to align with
Google.Cloud.Diagnostics.AspNetCore and
Google.Cloud.Diagnostics.Common.

Packages in this release:
- Release Google.Cloud.Diagnostics.AspNetCore version 4.2.0
- Release Google.Cloud.Diagnostics.AspNetCore3 version 4.2.0
- Release Google.Cloud.Diagnostics.Common version 4.2.0

Google.Cloud.Diagnostics.AspNetCore-4.2.0

Toggle Google.Cloud.Diagnostics.AspNetCore-4.2.0's commit message
Release version 4.2.0 of all diagnostics packages

Changes in Google.Cloud.Diagnostics.AspNetCore version 4.2.0:

No API changes since 4.2.0-beta02; just a stable release of the changes since 4.1.0.

Changes in Google.Cloud.Diagnostics.AspNetCore3 version 4.2.0:

No API changes since 4.0.0-beta01, but this is the first stable release.

The version number is 4.2.0 to align with
Google.Cloud.Diagnostics.AspNetCore and
Google.Cloud.Diagnostics.Common.

Packages in this release:
- Release Google.Cloud.Diagnostics.AspNetCore version 4.2.0
- Release Google.Cloud.Diagnostics.AspNetCore3 version 4.2.0
- Release Google.Cloud.Diagnostics.Common version 4.2.0

Google.Cloud.Diagnostics.AspNetCore3-4.2.0

Toggle Google.Cloud.Diagnostics.AspNetCore3-4.2.0's commit message
Release version 4.2.0 of all diagnostics packages

Changes in Google.Cloud.Diagnostics.AspNetCore version 4.2.0:

No API changes since 4.2.0-beta02; just a stable release of the changes since 4.1.0.

Changes in Google.Cloud.Diagnostics.AspNetCore3 version 4.2.0:

No API changes since 4.0.0-beta01, but this is the first stable release.

The version number is 4.2.0 to align with
Google.Cloud.Diagnostics.AspNetCore and
Google.Cloud.Diagnostics.Common.

Packages in this release:
- Release Google.Cloud.Diagnostics.AspNetCore version 4.2.0
- Release Google.Cloud.Diagnostics.AspNetCore3 version 4.2.0
- Release Google.Cloud.Diagnostics.Common version 4.2.0

Google.Cloud.AccessApproval.V1-1.0.0-beta01

Toggle Google.Cloud.AccessApproval.V1-1.0.0-beta01's commit message
Release Google.Cloud.AccessApproval.V1 version 1.0.0-beta01

Changes in this release:

Initial release.

Google.Cloud.PubSub.V1-2.2.0

Toggle Google.Cloud.PubSub.V1-2.2.0's commit message
Release Google.Cloud.PubSub.V1 version 2.2.0

Changes in this release:

- [Commit 0ce91bb](googleapis@0ce91bb): feat: Enable server side flow control by default with the option to turn it off (see below)
- [Commit 0790924](googleapis@0790924): fix: Add gRPC compatibility constructors
- [Commit 0ca05f5](googleapis@0ca05f5): chore: Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31

As of this release, flow control settings are enforced at the client
and are also sent to the Cloud Pub/Sub server but not enforced on
the server side yet. Server side flow control is on track to be
enabled by the 2nd week of December 2020. Users that face issues
with server side flow control can disable it by setting
`SubscriberClient.Settings.UseLegacyFlowControl`# to `true` which
will result in the enforcement of client side flow control only.

Google.Cloud.Bigtable.V2-2.1.1

Toggle Google.Cloud.Bigtable.V2-2.1.1's commit message
Release Google.Cloud.Bigtable.V2 version 2.1.1

Changes in this release:

- [Commit ef17912](googleapis@ef17912): feat: Reduce the gRPC keepalive time from 1 minute to 30 seconds

This change may improve reliability (and makes this library consistent with other languages) but does not affect the API surface.

Google.Cloud.Vision.V1-2.2.0

Toggle Google.Cloud.Vision.V1-2.2.0's commit message
Release Google.Cloud.Vision.V1 version 2.2.0

Changes in this release:

- [Commit 12811f6](googleapis@12811f6):
  - feat: Add TextDetectionParams.enable_text_detection_confidence_score

Google.Cloud.Logging.NLog-3.1.0

Toggle Google.Cloud.Logging.NLog-3.1.0's commit message
Release Google.Cloud.Logging.NLog version 3.1.0

Changes in this release:

- [Commit cbaa00a](googleapis@cbaa00a): Renormalize line endings
- [Commit 02e2ddc](googleapis@02e2ddc): NLog GoogleStackDriverTarget skip reflection on Stream-objects ([issue 5230](googleapis#5230))
- [Commit 0e6d135](googleapis@0e6d135): NLog GoogleStackdriverTarget improve handling of System.Reflection (MemberInfo is better than MethodInfo)