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(headers): fixed support for setting multiple header values from an iterated source; (#6885)
docs: fix typos (#7046)
fix(node): enforce maxContentLength for data: URLs (#7011)
fix(utils): move `generateString` to platform utils to avoid importing crypto module into client builds; (#6789)
fix(adapter): fix undefined reference to hasBrowserEnv (#6572)
fix: prevent RangeError when using large Buffers (#6961)