Update configuration reference and add new changelogs to docs

This commit is contained in:
mrjvs
2023-12-20 19:27:18 +01:00
parent 8eb6c218b9
commit 0d0c83ae90
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
title: 'Changelog'
---
# Version 2.1.0
- Added turnstile integration 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.