v1.10.0
fix(adapter): pass fetchOptions to fetch function (#6883)
fix(fetch): optimize signals composing logic; (#6582)
fix(headers): fixed support for setting multiple header values from an iterated source; (#6885)
feat(adapter): add fetch adapter; (#6371)
chore(release): v1.10.0 (#6943)
fix(form-data): convert boolean values to strings in FormData serialization (#6917)
fix(utils): move `generateString` to platform utils to avoid importing crypto module into client builds; (#6789)
Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732)
fix(headers): allow iterable objects to be a data source for the set method; (#6873)