Releases: JoshCap20/areion
v1.1.11 - Usage Improvements
What's Changed
- Enhance router subgroup functionality by @JoshCap20 in #113
- Improve query parameter handling by @JoshCap20 in #114
- Update request body handling by @JoshCap20 in #115
Full Changelog: v1.1.10...v1.1.11
v1.1.10 - Bug fixes
Crucial bug fixes for returning non HttpResponse objects
What's Changed
- [PERFORMANCE] Switch to using uvloop for main loop by @JoshCap20 in #109
- [CRUCIAL BUG FIX] Fix setting request errors on non HttpResponse objects by @JoshCap20 in #112
Full Changelog: v1.1.9...v1.1.10
v1.1.9
Quick change for submission to public benchmarks.
What's Changed
- Add Date header to responses by @JoshCap20 in #100
Full Changelog: v1.1.8...v1.1.9
v1.1.8
What's Changed
- Add HTTP Server tests by @JoshCap20 in #93
- Improve keep-alive and implement common response wrappers by @JoshCap20 in #98
- Versioning and documentation fix by @JoshCap20 in #99
Full Changelog: v1.1.6...v1.1.8
v1.1.6
Better handling for HTTP/1.1 protocol
What's Changed
- Handle query params and more HTTP methods by @JoshCap20 in #92
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Implement support for handling request body by @JoshCap20 in #68
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Better implementation of HTTP standards
What's Changed
- Enhance HTTP handling by @JoshCap20 in #59
Full Changelog: v1.1.3...v1.1.4
Performance Enhancements
Better than FastAPI, Flask, and Django.
What's Changed
- BIG performance increases by @JoshCap20 in #54
- Enhance performance, asyncio handling, and documentation by @JoshCap20 in #57
Full Changelog: v1.1.1...v1.1.3
v1.1.1
Development speed and efficiency increased with auto-generated OpenAPI specifications and a Swagger UI for easy testing and route viewing.
Also includes small bug fix for Orchestrator logging before logger injection.
What's Changed
- Add openapi spec autogeneration, bug fixes, and Swagger UI by @JoshCap20 in #48
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Change Overview
Big changes to routing system, increased test coverage, basic static file serving.
Router Enhancements:
- Adds a Trie based routing system
- Adds support for dynamic routes
- Adds support for variables in routes
- Adds support for custom exceptions, handled globally in server
- Now checks if route is sync or async when its added, not when recieving request (performance enhancement)
What's Changed
- Router enhancements by @JoshCap20 in #45
- Add static file handling by @JoshCap20 in #46
Full Changelog: v1.0.1...v1.1.0