Skip to content

Releases: playpauseandstop/rororo

1.0.0b1 Release

13 May 12:42
Compare
Choose a tag to compare
1.0.0b1 Release Pre-release
Pre-release
  • Annotate all code in rororo
  • Use mypy for linting source code
  • Drop Python 3.4 support due to changes above

1.0.0a5

23 Oct 14:28
Compare
Choose a tag to compare
1.0.0a5 Pre-release
Pre-release

1.0.0a4

01 Sep 07:32
Compare
Choose a tag to compare
1.0.0a4 Pre-release
Pre-release
  • Pass kwargs to SentryHandler on configuring Sentry logging

1.0.0a3

08 Aug 14:36
Compare
Choose a tag to compare
1.0.0a3 Pre-release
Pre-release
  • Add rororo.aio module with:
    • add_resource_context context manager
    • is_xhr_request, parse_aioredis_url utility functions
  • Update flake8 config & bump aiohttp version for tests
  • Added ChangeLog & modified GitHub Releases Page

1.0.0a2

08 Aug 13:46
Compare
Choose a tag to compare
1.0.0a2 Pre-release
Pre-release
  • 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

08 Aug 13:47
Compare
Choose a tag to compare
1.0.0a1 Pre-release
Pre-release

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.