peridot/vendor/github.com/googleapis/gax-go/v2/CHANGES.md
Mustafa Gezen ad0f7a5305
Major upgrades
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
2024-03-17 08:06:08 +01:00

5.4 KiB

Changelog

2.12.1 (2024-02-13)

Bug Fixes

2.12.0 (2023-06-26)

Features

  • v2/callctx: add new callctx package (#291) (11503ed)
  • v2: add BuildHeaders and InsertMetadataIntoOutgoingContext to header (#290) (6a4b89f)

2.11.0 (2023-06-13)

Features

Bug Fixes

  • v2: handle space in non-devel go version (#288) (fd7bca0)

2.10.0 (2023-05-30)

Features

2.9.1 (2023-05-23)

Bug Fixes

2.9.0 (2023-05-22)

Features

  • apierror: add method to return HTTP status code conditionally (#274) (5874431), refs #229

Documentation

2.8.0 (2023-03-15)

Features

2.7.1 (2023-03-06)

Bug Fixes

  • v2/apierror: return Unknown GRPCStatus when err source is HTTP (#260) (043b734), refs #254

2.7.0 (2022-11-02)

Features

  • update google.golang.org/api to latest (#240) (f690a02)
  • v2/apierror: add apierror.FromWrappingError (#238) (9dbd96d)

2.6.0 (2022-10-13)

Features

  • v2: copy DetermineContentType functionality (#230) (2c52a70)

2.5.1 (2022-08-04)

Bug Fixes

  • v2: resolve bad genproto pseudoversion in go.mod (#218) (1379b27)

2.5.0 (2022-08-04)

Features

2.4.0 (2022-05-09)

Features

Bug Fixes

  • v2/apierror: use errors.As in FromError (#189) (f30f05b)

Miscellaneous Chores