Skip to content

v1.0.1

Compare
Choose a tag to compare
@jeanbza jeanbza released this 16 Nov 20:54
d5fa34d

This release makes v1 code type aliases of v2 code.

Reasoning for type aliases:

Users are directly exposed to exported types in this package such as
CallOption. google-cloud-go will rely on v2 of gax, but a user's codebase is
still going to have the non-v2/ gax import paths.