mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 18:13:27 +00:00
Port all documents to MDX
This commit is contained in:
31
pages/proxy/changelog.mdx
Normal file
31
pages/proxy/changelog.mdx
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
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
|
||||
- Upgrade h3
|
||||
|
||||
# Version 2.1.0
|
||||
|
||||
- [Added Turnstile integration](2.configuration.md#turnstile_secret) to secure your workers from abuse.
|
||||
|
||||
# Version 2.0.1
|
||||
|
||||
- Bugfix where sometimes body would double read
|
||||
- Bugfix where sometimes no response would be given at all due to race condition
|
||||
|
||||
# Version 2.0.0
|
||||
|
||||
- Full rewrite, now supports multiple platforms: nodejs, Cloudflare, AWS lambda
|
||||
- Standard proxy headers are no longer sent through. Which now doesn't send a client ip through anymore.
|
Reference in New Issue
Block a user