Skip to content

0.1.2

Compare
Choose a tag to compare
@JoaoOtavioS JoaoOtavioS released this 27 Sep 18:05
· 39 commits to main since this release

Changelog for @squarecloud/http-proxy (Version 0.1.2)

New Features and Improvements:

  • Improved speed, security, and WebSocket functionality through major bug fixes.
  • Updated dependencies and addressed security vulnerabilities.
  • Fixed WebSocket close before response issue.
  • Added support for modifying the content of WebSocket streams.

New Options:

  • Introduced support for the Lookup option.
  • Removed the outdated followRedirects option.

Bug Fixes:

  • Fixed the issue where X-Forwarded-* headers were not capitalized.
  • Addressed a bug where "http:/" wasn't replaced with "http://".
  • Respected the NODE_TLS_REJECT_UNAUTHORIZED environment variable.
  • Implemented the new URL handling approach, following the deprecation of url.parse.
  • Fixed type errors when req.socket is undefined, especially when using an Agent.

Engine Compatibility:

  • Notably, compatibility with uWebsocket.js (uWS) has not been fully tested.

For a detailed list of all commits in this release, please visit the Full Changelog.