v1.9.0
fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)
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.9.0 (#6891)
fix(http): send minimal end multipart boundary (#6661)
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)