npm proxy-chain 3.0.0
v3.0.0

5 hours ago

Breaking changes

  • Dropped Node.js < 20.11 (#638, #654)
  • ESM-only - use import, not require() (#654)
  • Callback API removed - Server#listen(), Server#close(), anonymizeProxy(),
    closeAnonymizedProxy(), createTunnel(), closeTunnel() are Promise-only (#656)
  • CustomResponse is now a type-only export (#654)

Other changes

  • TypeScript v5 + NodeNext / verbatimModuleSyntax (#655)
  • Bun runtime support with dedicated CI jobs (#650)
  • Tests reorganized into test/unit/ and test/e2e/; CI split into unit/e2e/lint (#651)
  • Removed unused typeSocket helper (#653)

Full Changelog: v2.7.1...v3.0.0

Don't miss a new proxy-chain release

NewReleases is sending notifications on new releases.