Skip to content

Releases: Luna-devv/proxy

v1.3.1

15 Apr 22:00
Compare
Choose a tag to compare

Fixes

  • Don't proxy HTTP on WS type (422599a)
  • Fix html/ file paths (422599a)
  • Fix upgrade websocket to call ws.handle correctly (719c598)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

15 Apr 21:12
Compare
Choose a tag to compare

What's Changed

  • Add optional [overwrite].ignoreIfTrue() function to enable overwrite filtering using req as parameter (1f6b1a5)
  • Make code easier to read, split up code, add node-http types (7719e8c)
  • Add proper "WS" (Websocket) support (6147ee0)

Fixes

  • Fix type "WS" (Websocket), it never worked before (6147ee0)

Full Changelog: v1.2.1...v1.3.0

v1.2.1

19 Oct 18:41
Compare
Choose a tag to compare

What's Changed

  • Reset logger colors in app.ts (bb94c2e)
  • Add enmu for Errors (f12469e)
  • Add node warnings on invalid string/number type (f12469e)
  • Add deprecation warning for {path} (re-added it) (f12469e)

Full Changelog: v1.2...v1.2.1

v1.2

19 Oct 17:59
Compare
Choose a tag to compare

What's Changed

Removed

  • Removed the {path} placeholder (82137ee)

Full Changelog: v1.1.1...v1.2

v1.1.1

01 Sep 23:32
Compare
Choose a tag to compare

What's Changed

  • Written more detailed tutorial in the GitHub Wiki
  • Allowing [overwrite].path wildcard /* to use this overwrite for all requests with paths (0582508)
  • Add [overwrite].target {path} placeholder which is the original path when using wildcards (0582508)
  • Add /__http_proxy_status path to every proxied domain (and direct ip) for uptime bots (returns 200) (33df3a4)

Fixes

  • Returning error on wrong target type (0582508)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Sep 11:52
Compare
Choose a tag to compare

What's Changed

  • Overwriting only specific paths (651c5d6)
  • Allow proxying different IPs (be317b2)
  • Adding documentation to README.md (5d6d954)

Fixes

  • Missing & wrong Config Types (db81ac7)
  • Returning error function on no res (651c5d6)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Aug 14:20
a804c24
Compare
Choose a tag to compare

What's Changed

  • Migrated from JavaScript to Typescript (7ee3781)
  • Be able to use custom HTML server errors easily (7ee3781)
  • Better to read and understand README.md (227f798)
  • Catching errors on errors (32bf290)

Fixes

  • Removed MEDIA-stream type (7ee3781)
  • Bump follow-redirects from 1.13.2 to 1.14.7 by @dependabot in #1
  • Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #2

Full Changelog: https://github.com/Luna-devv/proxy/commits/v1.0.0