Skip to content

Latest commit

 

History

History
107 lines (62 loc) · 7.75 KB

CHANGELOG.md

File metadata and controls

107 lines (62 loc) · 7.75 KB

Changelog

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)