Skip to content

Releases: marcuxyz/wsgi_method_override

v0.3.0

30 Jun 15:31
1bc0215

Choose a tag to compare

What's Changed

  • Refactor package structure and rename to improve discoverability by @marcuxyz in #3

Changelog

v0.3.0

  • 📦 Better Package Name: Renamed from wsgi-method-override to method-override for better discoverability

Full Changelog: v0.2.1...v0.3.0

v0.2.1

30 Jun 15:31
e9957cb

Choose a tag to compare

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.form in 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

28 Jun 23:20
bf64ecd

Choose a tag to compare

What's Changed

  • Bump version to 0.2.0 and expand Python compatibility to >=3.10.0 by @marcuxyz in #1

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

28 Jun 22:48

Choose a tag to compare

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