docs/pages/proxy/changelog.mdx

32 lines
973 B
Plaintext
Raw Permalink Normal View History

---
title: 'Changelog'
---
2023-12-31 14:39:55 +00:00
2024-01-06 21:04:05 +00:00
# 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
2024-01-06 15:38:16 +00:00
# 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
2024-03-31 01:02:57 +00:00
- [Added Turnstile integration](./configuration.mdx#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
2023-12-31 14:39:55 +00:00
- 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.