Skip to content

Releases: playpauseandstop/rororo

2.0.0a0 Release

08 Oct 13:12
Compare
Choose a tag to compare
2.0.0a0 Release Pre-release
Pre-release

Rebuild rororo library to add support of OpenAPI 3 schemas
for aiohttp.web applications.

1.2.1 Release

08 Oct 13:07
Compare
Choose a tag to compare
  • Do not yet depend on jsonschema>=3.0.0
  • Bunch of chores

1.2.1a1 Release

08 Oct 13:06
Compare
Choose a tag to compare
1.2.1a1 Release Pre-release
Pre-release
  • chore: Use pytest for tests
  • chore: Better Circle CI config
  • chore: Integrate pre-commit hooks

1.2.1a0 Release

24 Mar 12:55
Compare
Choose a tag to compare
1.2.1a0 Release Pre-release
Pre-release
  • fix #11: Do not depend on jsonschema>=3.0.0
  • chore: Move tox.ini content to pyproject.toml
  • chore: Install deps for tests & lint via poetry

1.2.0 Release

01 Nov 14:02
Compare
Choose a tag to compare
  • 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

22 Oct 20:09
Compare
Choose a tag to compare
1.2.0a1 Release Pre-release
Pre-release
  • Make all project packages PEP-561 compatible

1.2.0a0 Release

22 Oct 20:08
Compare
Choose a tag to compare
1.2.0a0 Release Pre-release
Pre-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

08 Oct 22:43
Compare
Choose a tag to compare
  • More fixes to using non-dicts in request/response data

1.1.0 Release

08 Oct 22:43
Compare
Choose a tag to compare
  • Allow to use any data in schema request/response, not only dicts

1.0.0 Release

08 Oct 22:42
Compare
Choose a tag to compare
  • Finally, 1.0.0 release is done. Even docs are not ready yet, hope to finish them sometime later