Releases: Luna-devv/proxy
Releases · Luna-devv/proxy
v1.3.1
v1.3.0
What's Changed
- Add optional
[overwrite].ignoreIfTrue()
function to enable overwrite filtering usingreq
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
v1.2
What's Changed
- Wildcards only supported
/*
, now they also support/test/abc/*
(82137ee) - Added new placeholders:
{total_path}
,{after_path}
,{query}
(82137ee){total_path}
: https://example.com/test/abc/123?q=1 =/test/abc/123
{after_path}
: https://example.com/test/abc/123?q=1 =/123
{query}
: https://example.com/?q=1 =/?q=1
Removed
- Removed the
{path}
placeholder (82137ee)
Full Changelog: v1.1.1...v1.2
v1.1.1
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 (returns200
) (33df3a4)
Fixes
- Returning error on wrong target type (0582508)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.0
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