Changes
2.16.0 (2025-12-17)
Features
- add IsFeatureEnabled (#454) (2700b8a)
2.15.0 (2025-07-09)
Features
- apierror: improve gRPC status code mapping for HTTP errors (#431) (c207f2a)
2.14.2 (2025-05-12)
Documentation
- v2: Fix Backoff doc to accurately explain Multiplier (#423) (16d1791), refs #422
2.14.1 (2024-12-19)
Bug Fixes
Documentation
- fix godoc to refer to the proper envvar (#387) (dc6baf7)
2.14.0 (2024-11-13)
Features
- internallog: add a logging support package (#380) (c877470)
2.13.0 (2024-07-22)
Features
- iterator: add package to help work with new iter.Seq types (#358) (6bccdaa)
2.12.5 (2024-06-18)
Bug Fixes
- v2/apierror: fix (*APIError).Error() for unwrapped Status (#351) (22c16e7), refs #350
2.12.4 (2024-05-03)
Bug Fixes
2.12.3 (2024-03-14)
Bug Fixes
2.12.2 (2024-02-23)
Bug Fixes
- v2/callctx: fix SetHeader race by cloning header map (#326) (534311f)
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