1.20.0 (2025-11-06)
Features Added
- Added
runtime.FetcherForNextLinkOptions.HTTPVerbto specify the HTTP verb when fetching the next page via next link. Defaults tohttp.MethodGet.
Bugs Fixed
- Fixed potential panic when decoding base64 strings.
- Fixed an issue in resource identifier parsing which prevented it from returning an error for malformed resource IDs.