Releases: RomanEmreis/volga
Releases · RomanEmreis/volga
v0.4.0
What's Changed
- New API for
App
by @RomanEmreis in #25 - Version 0.4 by @RomanEmreis in #26
- header extractors and http response improvements by @RomanEmreis in #28
- Added
extract()
method to theHttpContext
by @RomanEmreis in #31 - Added support for missing headers and query params by @RomanEmreis in #32
Full Changelog: 0.3.2...0.4.0
v0.3.2
What's Changed
- Performance tuning by @RomanEmreis in #21
- Route and Query params improvements by @RomanEmreis in #22
- Access modifiers adjustments by @RomanEmreis in #24
Full Changelog: 0.3.1...0.3.2
v0.3.1
What's Changed
- Features and HTTP/2 by @RomanEmreis in #17
- Sync, Async mappings and Middleware features by @RomanEmreis in #19
Full Changelog: 0.3.0...0.3.1
v0.3.0
What's Changed
- File response with custom headers and several performance improvements by @RomanEmreis in #9
- Low level support of hyper by @RomanEmreis in #11
- Updated README and added very small code fixed by @RomanEmreis in #16
Full Changelog: 0.2.3...0.3.0
v.0.2.3
What's Changed
- Updated ok! macro to support custom headers by @RomanEmreis in #8
0.2.2
v0.2.1
What's Changed
- Added
ok!
marco for empty, plain/text, json and file responses - Addes
status!
macro for HTTP 200, 400, 401, 403, 404 responses with empty, plain/text, json or file body
v0.2.0
What's Changed
- Performance and usage improvements by @RomanEmreis in #5
Full Changelog: 0.1.11...0.2.0
v0.1.11
What's Changed
- Cancellation Token by @RomanEmreis in #4
v0.1.10
Fixed a bug with the mapping of sync endpoints