Mediaflow-proxy

Latest version: v1.9.4

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.9.4

🚀 MediaFlow 1.9.4 Release Notes

🛠️ Enhancements
- ⚡ Improved query parameters handling in extractor route with API Password support
- 🔄 Enhanced request header handling for Uqload service
- 🎯 Added extractor endpoint HEAD method support to video playback on redirect stream

🐛 Bug Fixes
- 🔧 Fixed critical issue where request headers were not being passed through cached extractor responses


For detailed changes, visit: https://github.com/mhdzumair/mediaflow-proxy/compare/1.9.3...1.9.4

🤝 Contributors
- mhdzumair

1.9.3

🚀 MediaFlow 1.9.3 Released

This maintenance release focuses on improving system reliability and debugging capabilities.

🛠️ Enhancements
- 📝 Enhanced trace logs for better troubleshooting


🤝 Contributors
- mhdzumair

For a detailed list of changes, visit the [full changelog](https://github.com/mhdzumair/mediaflow-proxy/compare/1.9.2...1.9.3).

1.9.2

🚀 MediaFlow 1.9.2 Release Notes

✨ New Features & Enhancements

- 📺 **LiveTV Extractor Streaming Support**
- Added new LiveTVExtractor for extracting M3U8 and MPD streams
- Implemented caching system for extractor results to improve performance
- Streamlined request headers

🛠️ Technical Improvements

- 🔄 Enhanced error handling with new ExtractorError class
- ♻️ Refactored existing extractors to use the improved error handling system

For a detailed list of all changes, visit our [changelog](https://github.com/mhdzumair/mediaflow-proxy/compare/1.9.1...1.9.2).

1.9.1

🚀 MediaFlow 1.9.1 Released

✨ New Features & Enhancements
- 🔄 **Advanced Transport Configuration**: Completely revamped proxy configuration system using HTTPX routing, offering more flexible and robust connection management
- 🛡️ **Enhanced Proxy Settings**: Added support for global proxy enablement and pattern-based proxy configurations

🐛 Bug Fixes
- 🎯 Fixed MPD download error handling with consistent status code responses
- 🏭 Implemented default factory for optional dictionary fields in GenerateUrlRequest parameter

📚 Documentation
- 📝 Updated README with comprehensive examples and detailed explanations of new transport configurations

---
For a complete list of changes, visit the [full changelog](https://github.com/mhdzumair/mediaflow-proxy/compare/1.9.0...1.9.1).

1.9.0

New Features & Enhancements

🚄 **Enhanced Caching System**
- New hybrid caching mechanism for workaround with uvicorn multi-worker limitations

🔀 **Advanced Proxy Routing**
- Configure proxy rules via environment variables
- Support for domain, protocol, and pattern-based routing
- Per-route SSL verification settings
env
PROXY_ROUTES='{
"all://*.debrid.com": {"proxy_url": "http://debrid-proxy:8080"},
"https://internal.site": {"proxy_url": null, "verify_ssl": false}
}'


Bug Fixes

🔧 **Video Extractor Header Standardization**
- Fixed video extractor duplicate header issues

⚡ **Speed Test Reliability**
- Added retry mechanism for result polling & Improved error handling

Breaking Changes ⚠️

- The `use_request_proxy`, `verify_ssl` parameters are now deprecated in favor of the new routing system
- `proxy_url` env variable is now deprecated in favor of the new advanced proxy. See the [proxy config.](https://github.com/mhdzumair/mediaflow-proxy?tab=readme-ov-file#proxy-configuration-examples)

For detailed changelog, visit: https://github.com/mhdzumair/mediaflow-proxy/releases/tag/v1.9.0

1.8.0

What's Changed
* Implement Real-Debrid speedtest functionality to optimize CDN selection by Arshit-Singhal-Official in https://github.com/mhdzumair/mediaflow-proxy/pull/16
* Add support for extracting clean links from IP-Locked / Cloudfare-Blocked Players by UrloMythus in https://github.com/mhdzumair/mediaflow-proxy/pull/10
* Made changes to speedtest endpoint to use the Streamer class by Arshit-Singhal-Official in https://github.com/mhdzumair/mediaflow-proxy/pull/19
* Add AllDebrid Speed test & video URL extraction refactorings by mhdzumair in https://github.com/mhdzumair/mediaflow-proxy/pull/21

New Contributors
* Arshit-Singhal-Official made their first contribution in https://github.com/mhdzumair/mediaflow-proxy/pull/16
* UrloMythus made their first contribution in https://github.com/mhdzumair/mediaflow-proxy/pull/10

**Full Changelog**: https://github.com/mhdzumair/mediaflow-proxy/compare/1.7.5...1.8.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.