Change8

v1.14.0

📦 axiosView on GitHub →
1 features🐛 5 fixes🔧 2 symbols

Summary

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation, including fixes for proxy handling and CJS entry points.

Migration Steps

  1. If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

✨ New Features

  • Added broader smoke/module test coverage for CJS and ESM package usage.

🐛 Bug Fixes

  • Trim trailing CRLF in normalised header values.
  • Close detached HTTP/2 sessions on timeout to avoid lingering sessions.
  • Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks in the Fetch Adapter.
  • Fixed env proxy behavior with proxy-from-env v2 usage.
  • Fixed package main entry regression affecting CJS consumers.

Affected Symbols