1.8.0-beta.3 (2023-09-07)
Features Added
- Added function
FetcherForNextLink
andFetcherForNextLinkOptions
to theruntime
package to centralize creation ofPager[T].Fetcher
from a next link URL.
Bugs Fixed
- Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span.
Other Changes
- The following functions in the
runtime
package are now exposed from thepolicy
package, and theruntime
versions have been deprecated.WithCaptureResponse
WithHTTPHeader
WithRetryOptions