Releases: playpauseandstop/rororo
Releases · playpauseandstop/rororo
2.0.0a0 Release
Rebuild rororo
library to add support of OpenAPI 3 schemas
for aiohttp.web applications.
1.2.1 Release
- Do not yet depend on
jsonschema>=3.0.0
- Bunch of chores
1.2.1a1 Release
- chore: Use
pytest
for tests - chore: Better Circle CI config
- chore: Integrate
pre-commit
hooks
1.2.1a0 Release
- fix #11: Do not depend on
jsonschema>=3.0.0
- chore: Move
tox.ini
content topyproject.toml
- chore: Install deps for tests & lint via
poetry
1.2.0 Release
- Ensure Python 3.7 support
- Ensure support of latest aiohttp release
- Switch to poetry for dependencies management
- Add new
rororo.timedelta
module - Move type annotations to
rororo.annotations
module - Mark
rororo
&rororo.schemas
as typed packages, see PEP-561 for more details
1.2.0a1 Release
- Make all project packages PEP-561 compatible
1.2.0a0 Release
- Ensure Python 3.7 support
- Ensure support latest aiohttp version
- Pass level on setting up logging dict to use Sentry handler
- Add
rororo.timedelta
module - Add
rororo.utils
module - Move type annotations to
rororo.annotations
module
1.1.1 Release
- More fixes to using non-dicts in request/response data
1.1.0 Release
- Allow to use any data in schema request/response, not only dicts
1.0.0 Release
- Finally, 1.0.0 release is done. Even docs are not ready yet, hope to finish them sometime later