v1.12.2
Fixing document for adapter
feat(fetch): add fetch, Request, Response env config variables for the adapter; (#7003)
fix(fetch): use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030)
fix(node): enforce maxContentLength for data: URLs (#7011)
feat(adapter): surface low‑level network error details; attach original error via cause (#6982)