v0.3.0
- Added
NoContext
which may be used in most cases. - Allowed Transport Base http.RoundTripper to be set through a ctx.
- Changed
NewClient
to require a context.Context. - Changed
Config.Client
to require a context.Context.
NoContext
which may be used in most cases.NewClient
to require a context.Context.Config.Client
to require a context.Context.