Releases: marcuxyz/wsgi_method_override
Releases · marcuxyz/wsgi_method_override
v0.3.0
v0.2.1
What's Changed
- Fix MethodOverrideMiddleware to support WSGI environment and improve method override handling by @marcuxyz in #2
Changelog
v0.2.1
- 🚀 Zero Dependencies: Completely removed Werkzeug dependency - now uses only Python standard library
- 🧹 Code Simplification: Major refactor for better readability and maintainability
- 🐛 Bug Fix: Resolved browser hanging issue when accessing
request.formin WSGI applications - ⚡ Performance: Faster form parsing with direct stream handling
- 📖 Better Documentation: Improved code comments and documentation in Portuguese for better understanding
- 🔧 Improved Error Handling: More robust error handling with graceful fallbacks
- 🎯 Cleaner API: Simplified internal methods with clear, descriptive names
- 💡 Better Debugging: Enhanced logging for troubleshooting middleware issues
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Changelog
v0.2.0
- Python Compatibility: Expanded Python version support from 3.12.4 to >=3.10.0
- Broader Compatibility: Now supports Python 3.10, 3.11, and 3.12+
- Improved Accessibility: Makes the package available to more users with different Python versions
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Initial release
- Basic method override functionality
- Support for form parameters and headers
- Comprehensive test suite
- Security measures implemented
Full Changelog: https://github.com/marcuxyz/wsgi_method_override/commits/v0.1.0