Releases: scionproto-contrib/http-proxy
v0.2.1-beta.1
This release adds a health endpoint functionality to give support the browser extension discovery mechanism and improve the GUI feedback for the user. Additionally, it simplifies the user configuration for running the forward proxy locally.
What's Changed
- docs: update forward/reverse proxy installation by @JordiSubira in #12
- Forward proxy: Add health endpoint by @JordiSubira in #13
- Forward proxy: add /etc/hosts file entry to point to localhost by @JordiSubira in #14
- doc: update forward proxy by @JordiSubira in #15
Full Changelog: v0.2.0-beta.1...v0.2.1-beta.1
v0.2.1-beta
This release adds a health endpoint functionality to give support the browser extension discovery mechanism and improve the GUI feedback for the user. Additionally, it simplifies the user configuration for running the forward proxy locally.
What's Changed
- docs: update forward/reverse proxy installation by @JordiSubira in #12
- Forward proxy: Add health endpoint by @JordiSubira in #13
- Forward proxy: add /etc/hosts file entry to point to localhost by @JordiSubira in #14
- doc: update forward proxy by @JordiSubira in #15
Full Changelog: v0.2.0-beta...v0.2.1-beta
v0.2.0-beta.1
This release contains significant changes with respect to the previous version.
Mainly, this release does not contain any binaries, since dependencies to the Caddy plugin were removed to allow for the SCION HTTP proxy to be used with other back-end implementations. The package forward contains the logic for the forward SCION HTTP proxy, while networks contains the listeners that can be used on the reverse proxy side. Currently the SCION Caddy plugin is making use of some of the HTTP proxy packages.
This release also contain some bugfixes; some of them introduced on the scion-apps/pan library dependencies.
This release is meant to be tested and evaluated. Based on feedback we will move to rc version.
v0.2.0-beta
This release contains significant changes with respect to the previous version.
Mainly, this release does not contain any binaries, since dependencies to the Caddy plugin were removed to allow for the SCION HTTP proxy to be used with other back-end implementations. The package forward
contains the logic for the forward SCION HTTP proxy, while networks
contains the listeners that can be used on the reverse proxy side. Currently the SCION Caddy plugin is making use of some of the HTTP proxy packages.
This release also contain some bugfixes; some of them introduced on the scion-apps/pan
library dependencies.
This release is meant to be tested and evaluated. Based on feedback we will move to rc version.
v0.1.0-beta
This is a pre-release with the intention to be used and tested broadly. It includes completely functional caddy modules that enable both:
- Forward proxy over SCION
- Reverse proxy over SCION
The documentation can be found here: https://scion-http-proxy.readthedocs.io/en/latest/index.html
The forward proxy can be used together with the SCION browser extension: https://scion-browser-extension.readthedocs.io/en/latest/
Attached you can find the binaries, mainly the amd64 binaries for Linux and macOS are tested, but the rest should be functional as well