Skip to content

Releases: unjs/httpxy

v0.3.1

18 Feb 19:15
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • Standalone proxyUpgrade util (#100) (docs)

v0.3.0

12 Feb 22:54
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • proxyFetch (#98) (docs)
  • web-incoming: Implement native followRedirects support (d3d7f39)

🩹 Fixes

  • proxy: Ensure leading slash on toProxy outgoing path (7759c94)
  • server: Emit proxy error when listener exists, reject only when unhandled (c9d2c51)
  • web-incoming: Destroy request socket on timeout (40105be)
  • utils: Preserve multiple consecutive slashes in request URL (18e4d0d)
  • web-incoming: Abort proxy request when client disconnects (a5d4996)
  • ws: Handle client socket errors before upstream upgrade (aebb5c6)

💅 Refactors

  • Remove legacy node Url support (b2e6c92)

🏡 Chore

  • Enable strict typescript with nodenext resolution (0c147a3)

✅ Tests

🤖 CI

v0.2.2

11 Feb 17:23
@pi0 pi0

Choose a tag to compare

compare changes

📦 fixed build (thanks @SukkaW for notice ❤️)

v0.2.1

10 Feb 20:28
@pi0 pi0

Choose a tag to compare

compare changes

🌊 Types

  • Make httpxy's server event type map generic (#97)

❤️ Contributors

v0.2.0

09 Feb 11:00
@pi0 pi0

Choose a tag to compare

compare changes

💅 Refactors

  • ⚠️ Code improvements (#78)

🌊 Types

  • Implement typed proxy server event (#95, #96)

🏡 Chore

  • Migrate to oxfmt and oxlint (edd6cff)

✅ Tests

  • Port tests from node-http-proxy (#88)

❤️ Contributors

v0.1.7

27 Jan 17:17
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Preserve double slashes in url (#70)

❤️ Contributors

v0.1.6

14 Jan 13:26
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Omit outgoing port when not required (#65)

📖 Documentation

  • Remove unsupported followRedirects option (#66)
  • Improve example (#16)
  • Fix typo in readme (#36)

❤️ Contributors

v0.1.5

08 Sep 23:30
@pi0 pi0
65ce4ca

Choose a tag to compare

compare changes

🩹 Fixes

  • Handle client close event (#8)

🏡 Chore

❤️ Contributors

v0.1.4

26 Aug 19:38
@pi0 pi0
e045521

Choose a tag to compare

compare changes

🩹 Fixes

  • Add target pathname currectly (#6)

💅 Refactors

  • Fix typo in defineProxyMiddleware (#4)

❤️ Contributors

v0.1.2

23 Aug 01:30
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Presrve search params from parsed url (8bbaacc)

❤️ Contributors

  • Pooya Parsa (@pi0)