v1.13.0
fix(http2): fix possible race condition when handling http2 stream on almost timed out session by improving timeout out algorithm; (#7186)
fix(fetch): optimize signals composing logic; (#6582)
docs: fix mismatched return type (#7172)
feat: support reviver on JSON.parse (#5926)
[Release] v1.13.0 (#7189)
refactor: improve Cookie Handling (#7129)
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)
refactor: change if in else to else if (#7028)