Skip to content

Releases: googleapis/gapic-generator-csharp

v1.4.3

26 Jul 13:37
Compare
Choose a tag to compare

Changes since v1.4.2:

New features:

  • Introduced rest-numeric-enums generator parameter; this should not be used until GAX 4.1.0 is released

Bug fixes:

  • Sort generated code for API metadata and DI extension methods to avoid unnecessary diffs for equivalent generation paths

v1.4.2

13 Jun 14:48
Compare
Choose a tag to compare

The only change in this release is that multiple transports are split with + instead of ;

v1.4.1

07 Jun 11:00
Compare
Choose a tag to compare

This is the same as v1.4.0, but depending on (and generating dependencies for) GAX 4.0.0 and the mixin packages that depend on that.

v1.4.0

06 Jun 15:50
Compare
Choose a tag to compare

First release of the generator that supports GAX 4.0.0

This currently still generates project files that use an alpha of GAX 4.0.0, but the project files aren't used by google-cloud-dotnet, and we'll create another release after the mixins have been released.

v1.3.19

16 May 11:40
Compare
Choose a tag to compare

Release of generator targeting gax-v3 that is able to be used in a multi-generator Bazel workspace.

v1.3.18

14 Apr 09:48
Compare
Choose a tag to compare
  • Makes resource pattern parsing loose, allowing APIs with unexpected resource patterns to still be generated
  • Orders snippet data by service name

v1.3.17

14 Feb 08:32
Compare
Choose a tag to compare
  • Adds support for explicit routing headers
  • Adds support for mixins (via optionally-specified service config YAML files)
  • Adds support for client streaming
  • Improves support for deprecation (mostly by treating non-deprecated fields in deprecated messages as deprecated, like the C# protoc plugin does)
  • Changes naming for snippets ("standalone" snippets no longer have Standalone in the name; legacy snippets now have "All" as a prefix)
  • Generates region tags for snippets
  • Updates dependencies (in terms of generator and generated project files)
  • Fixes type name collisions in unaliased source contexts

v1.3.16

16 Nov 19:33
Compare
Choose a tag to compare

fix: Use gapic_metadata.json to determine where to copy extra files

v1.3.15

08 Nov 18:47
Compare
Choose a tag to compare

fix: Trim gapic_metadata.json to appropriate services

v1.3.14

05 Nov 12:21
d6ad758
Compare
Choose a tag to compare

feat: generate one gapic_metadata.json when multiple packages are specified