Skip to content

Latest commit

 

History

History
172 lines (96 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

172 lines (96 loc) · 11.7 KB

Changelog

4.8.0 (2024-03-25)

Miscellaneous Chores

  • GA release of GAX targeting netstandard2.0 (#774) (e2cd3b1)

4.8.0-alpha01 (2024-03-20)

Features

  • Target netstandard2.0 in GAX (cffd733)

4.7.0 (2024-03-14)

Features

  • Support for API version header (df1467b)

4.6.0 (2024-02-22)

Features

  • Universe domain support for Discovery based libraries. (b43bae5)

4.6.0-beta02 (2024-02-09)

Features

  • Add a FieldFormats static class for auto-populated fields (f1d44a4)
  • Detect grpc-dotnet support on Windows under .NET Framework (bfa72ad)
  • Update common protos (690670e)

4.6.0-beta01 (2024-02-02)

Features

  • Adds UniverseDomain client option. (e9ee219)
  • Use the universe domain to build service endpoints. (f1fee08)
  • Validate that client and credential universe domain are the same. (bac7369)

4.5.0 (2024-01-22)

Features

  • Add FieldInfo for API field information (051bf9b)
  • Introduce API Key support into ClientBuilderBase (efb0bdd)
  • Keep a copy of common protos within Google.Api.CommonProtos/protos (5f981dd)
  • Make CallSettings.FromGoogleRequestParamsHeader public (6449aa5)
  • Pack protos in NuGet package for Google.Api.CommonProtos (4eb8a70)
  • Regenerate common protos (1af2b4e)

Bug Fixes

  • Encode unknown enums as numeric values for REGAPIC paths and query parameters, and routing headers (5508b25)
  • Update gRPC adapter detection to always use Grpc.Core on .NET Framework (2c97fa5)
  • Use ordinal string operations (9456e22)

4.4.0 (2023-05-17)

Features

  • Make all gRPC streams implement IDisposable (e51f919)

Documentation

  • Clarify FlowControlSettings documentation

4.3.1 (2023-01-30)

Bug Fixes

  • Concatenate request header parameters. (5f45144)

4.3.0 (2023-01-11)

Miscellaneous Chores

  • Prompt release-please to create a 4.3.0 release (#669) (89dcb70)

4.3.0-beta01 (2022-12-08)

Features

  • Add scoped self-signed JWT support for REST (8f62655)
  • Improve handling of bad/missing/unsupported methods in REGAPIC (703f386), closes #623
  • Improve server streaming exception behavior (28f759a)
  • Regenerate common protos (4e6ec67)
  • rest server streaming support (a7f122a)

Bug Fixes

  • Change default for UseSelfSignedJwtsWithScopes in REST to false (20663c1)
  • Close TextReader when we've found the end of responses (302e8b6)
  • Dispose of CancellationTokenSources when a method is "done" (c6e3502), closes #592
  • Drop trailing hex characters from version header values (b3e2cf9), closes #636
  • Fix cancellation (including deadlines) for REGAPIC streaming (3df4f82), closes #648
  • Fix error handling for server-streaming REGAPIC (9b0336f), closes #655
  • Keep the gRPC full method name in RestServiceCollection (fcb1173), closes #650
  • Throw RpcException if transcoding fails (49c7349), closes #659

4.2.0 (2022-11-03)

Features

  • Support HTTP rule overrides, primarily for mix-ins (cbfdfe0)
  • Add formatting method for routing header values (f4064f9)

Bug Fixes

  • Add correct formatting for well-known types (75bcdd8)
  • Revert to "slash isn't allowed in single-star wildcard in path templates" (2a8ec9f)
  • Transcode well-known types (Timestamp etc) for query parameters (33b3a95)
  • Parse error details more robustly (67b3438)

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

4.1.0 (2022-09-05)

Features

  • Add WithRequestNumericEnumJsonEncoding to ApiMetadata (8369921)
  • Apply $alt query parameter when numeric enum encoding is required (ba6c969)
  • Finish (in terms of feature completeness) gRPC transcoding (ab88585)
  • gRPC transcoding improvements (0d20c00)
  • Preserve query parameters in TranscodingOutput (13e9816)

Bug Fixes

  • Allow slashes in single-star wildcard fields (gRPC transcoding) (612b49f)
  • Improve query parameter transcoding (b747591)
  • More transcoding tests, and a couple of bug fixes for transcoding that they exposed (d87d1ef)