Releases: playpauseandstop/rororo
Releases · playpauseandstop/rororo
1.0.0b1 Release
- Annotate all code in
rororo
- Use mypy for linting source code
- Drop Python 3.4 support due to changes above
1.0.0a5
- Support validating schema via fastjsonschema or any other validator
1.0.0a4
- Pass
kwargs
toSentryHandler
on configuring Sentry logging
1.0.0a3
- Add
rororo.aio
module with:add_resource_context
context manageris_xhr_request
,parse_aioredis_url
utility functions
- Update flake8 config & bump aiohttp version for tests
- Added ChangeLog & modified GitHub Releases Page
1.0.0a2
- Adds ability to supply custom error class while making manual errors by
schema.make_error
method. - Default validator class preset default values from schema to instance for validation.
- Several improvements to test process.
1.0.0a1
This is a new beginning for rororo project. Previously project was an attempt to make another web-framework, but after asyncio has been introduced to Python 3.4, I start using aiohttp.web as my main web-framework, so rororo now is a collection of different goodies for other Python web-frameworks, like aiohttp.web
or Flask
.
More to come.