Releases: xp-forge/web
Releases · xp-forge/web
3.4.1: BehindProxy query strings fix
- Fixed
web.filters.BehindProxy
stripping query strings - @thekid
3.4.0: Install filters
3.3.0: HTTP HEAD optimization
- Do not send file contents from
web.handler.FilesFrom
for HTTP HEAD
requests, saving bandwith and processing time.
(@thekid)
3.2.0: Cookie encoding
3.1.0: Startup error handling
3.0.2: PHP 8.2 compatibility
- Fixed multiple occasions of "Creation of dynamic property" warnings
raised by PHP 8.2
(@thekid)
3.0.1: XP 11 compatibility
- Made library compatible with XP 11 - @thekid
3.0.0: Async in production
- Merged PR #87: Default server profile to "prod" - @thekid
- Merged PR #86: Drop support for XP < 9 - @thekid
- Merged PR #41: Add
web.filters.BehindProxy
filter - @thekid - Removed deprecated method
web.io.TestOutput::using()
- @thekid - Merged PR #82, making async the default server mode. Other server
modes are sequential, prefork and develop. See issue #81
(@thekid)
2.13.1: SAPI multipart params fix
- Merged PR #85: Fixed param value is urlencoded when doing multipart
requests via SAPI
(@johannes85, @thekid)