_____________ - Remove unnecessary decode when parsing payload on web module - Split generic Stream Manager from Redis specifics, on preparation to support different stream managers - Made `stream-manager` a configuration option (defaults to same RedisStreamManager used before)
0.2.0
Not secure
- MULTIPART uploads http endpoints support: post form-data with file attachments in request (with Json response) - Support for `__preprocess__` web requests in GET, POST and MULTIPART endpoints - DEPRECATION: `title` parameter removed in `app.api.event_api(...)` in favor of `summary` and `description`
0.2.0rc5
Not secure
- Open API: add response content-type handling
0.2.0rc4
Not secure
- cleanup print statements
0.2.0rc3
Not secure
- Add query_args support to __preprocess__
0.2.0rc2
Not secure
- [x] Fixed bug on handling optional/nullable fields payloads validation introduced in 0.2.0rc1