Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@allnash allnash released this 31 Oct 18:54
· 13 commits to main since this release

πŸš€ FAST v0.0.6: Protocol Fixes & HTTP Method Handling! πŸ› οΈ

Bug Fixes:

  • πŸ”„ Fixed proxy protocol configuration mismatch (proto vs protocol)
  • 🌐 Added support for all HTTP methods in proxy mode
  • πŸ“ Kept GET-only restriction for file and static modes
  • πŸ” Fixed connection reset issues in HTTPS proxy forwarding

Infrastructure Improvements:

  • 🚦 Better request method handling based on domain type
  • πŸ”’ Proper HTTPS proxy forwarding with configurable protocol
  • πŸ“‘ Enhanced proxy configuration validation
  • ✨ More consistent protocol handling across all domain types

The major changes were:

  • Fixed the protocol configuration field name mismatch that was causing proxy requests to downgrade to HTTP
  • Made routes conditionally handle HTTP methods - allowing ALL methods for proxy domains while keeping GET-only for file and static domains
  • This means proxy servers now correctly forward HTTPS requests while maintaining proper HTTP method restrictions for file serving.