diff --git a/content/2.proxy/3.changelog.md b/content/2.proxy/3.changelog.md index 8d05a52..abc3979 100644 --- a/content/2.proxy/3.changelog.md +++ b/content/2.proxy/3.changelog.md @@ -2,6 +2,15 @@ title: 'Changelog' --- +# Version 2.1.3 +- Upgrade nitro, which fixes issues on AWS lambda + +# Version 2.1.2 +- Block more headers, be more anonymous (only works on non-cloudflare platforms) +- Add package version to route `/` for debugging purposes +- Add REQ_DEBUG=true variable to allow for logging all requests made. +- Remove old console.log + # Version 2.1.1 - Fix support for JWT on non-Cloudflare platforms - Fix header copying logic so User-Agent, Referer and Origin work properly diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index 0b6201a..d978e14 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,13 @@ title: 'Changelog' --- +# Version 4.2.5 + +::alert{type="warning"} +This release requires a new version of simple-proxy: 2.1.3 +:: + - Update provider package, with fixes for febbox-mp4 + # Version 4.2.4 ::alert{type="warning"}