Releases: hummingbird-project/hummingbird
Releases · hummingbird-project/hummingbird
v0.3.0
v0.2.0
- Ensure router paths without wildcards have priority over paths with wildcards in
TrieRouter
. - Added
HBCORSMiddleware
- Added
HBLogRequestMiddleware
- Added
HBMetricsMiddleware
- Resurrect
HBEnvironment
- Added request uri and method to Logger metadata
- HBResponse.init() now has default arguments for headers and body.
- Make
HBResponse.setCookie
public
v0.1.1
Fixed a couple of dependency issues
v0.1.0 Initial version
Initial release of Hummingbird: web application server including
- routing
- middleware
- extending objects
- custom encoding/decoding of payloads (JSON, URL encoded forms)
- static file serving