Skip to content

Releases: JoshCap20/areion

v1.1.11 - Usage Improvements

12 Oct 20:13
e98cf3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.10...v1.1.11

v1.1.10 - Bug fixes

12 Oct 08:40
dc1e7b1
Compare
Choose a tag to compare

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

29 Sep 08:00
47420b0
Compare
Choose a tag to compare

Quick change for submission to public benchmarks.

What's Changed

Full Changelog: v1.1.8...v1.1.9

v1.1.8

29 Sep 04:21
567f533
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.8

v1.1.6

27 Sep 06:20
328b9b3
Compare
Choose a tag to compare

Better handling for HTTP/1.1 protocol

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

27 Sep 04:19
3dc7339
Compare
Choose a tag to compare

What's Changed

  • Implement support for handling request body by @JoshCap20 in #68

Full Changelog: v1.1.4...v1.1.5

v1.1.4

26 Sep 22:57
e090933
Compare
Choose a tag to compare

Better implementation of HTTP standards

What's Changed

Full Changelog: v1.1.3...v1.1.4

Performance Enhancements

25 Sep 07:53
Compare
Choose a tag to compare

Better than FastAPI, Flask, and Django.

What's Changed

Full Changelog: v1.1.1...v1.1.3

v1.1.1

25 Sep 05:13
Compare
Choose a tag to compare

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

25 Sep 00:42
Compare
Choose a tag to compare

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

Full Changelog: v1.0.1...v1.1.0