Skip to content

Releases: googleapis/gapic-generator-csharp

v1.4.12

15 Mar 15:10
Compare
Choose a tag to compare

Changes since 1.4.11:

  • REST generator creates packages with PackageLicenseExpression instead of PackageLicenseFile

(No changes to the GAPIC generator.)

v1.4.11

27 Feb 10:48
Compare
Choose a tag to compare

Changes since 1.4.10:

  • Alias types in Google.Cloud.Kms.V1 when generating Google.Cloud.Kms.Inventory.V1

(This will be handled in configuration rather than hard-coded eventually.)

v1.4.10

20 Feb 11:01
Compare
Choose a tag to compare

Changes since 1.4.9:

  • GAPIC: Handle Boolean values in service configs
  • GAPIC: Generate method parameters in snippet metadata
  • GAPIC: Fail generation for misconfigured REST transport

v1.4.9

07 Nov 11:53
Compare
Choose a tag to compare

Changes since v1.4.8:

GAPIC:

  • The generator now requires .NET 6.0 SDK
  • Unit tests are no longer generated
  • Generated code depends on GAX 4.2.0
  • Generate HttpRule overrides for mixins (for use in REGAPIC)
  • Generated snippet comment improvements
  • Allow non-strings to be used in routing headers
  • Include snippet segment details in snippet metadata
  • Fix default host name for IAM
  • Include mix-in descriptors in package metadata (for REGAPIC)

REST:

  • Client libraries no longer target netstandard1.0 or net40
  • Responses can be specified without a ref property, assuming a response type of string

v1.4.8

01 Sep 08:53
Compare
Choose a tag to compare

v1.4.7

18 Aug 19:08
601ee4d
Compare
Choose a tag to compare

v1.3.20

18 Aug 19:59
0f51dae
Compare
Choose a tag to compare

fix: set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

v1.4.6

17 Aug 07:11
Compare
Choose a tag to compare

Changes in this release:

  • Fixes to Bazel rules and protoc argument handling

v1.4.5

16 Aug 08:57
Compare
Choose a tag to compare

Changes since v1.4.4:

  • Dependency updates
  • Add the transport option to the bazel generator rule

v1.4.4

26 Jul 13:51
Compare
Choose a tag to compare

Changes since v1.4.3:

  • Fix a broken Bazel rule