Skip to content

Google.Api.Gax: v4.1.1

Compare
Choose a tag to compare

4.1.1 (2022-09-06)

Features

  • Allow endpoints with schemes in RestGrpcAdapter (8b40dcd)
  • Allow non-string/integer fields in path templates (112f890)

Bug Fixes

  • Avoid an NRE in RestMethod when a method doesn't have an options (8a1acd0)
  • Convert enum values appropriately for query parameters (b1945d7)
  • Correction to query parameter population in gRPC transcoding (b97297d)
  • Fix transcoding of path templates including doubly-nested fields (dc0ef55)
  • Format Boolean query parameters as true/false (120d416)
  • Handle empty credentials in RestChannel (533703d)
  • Skip streaming methods during REST method discovery (ad85def)

Miscellaneous Chores