- Add class methods support into view mappers
- Fix synchronous function call from executor view
- Fix dependency mismatch for cases of aiohttp > 1.0 but < 2.0
- Refactor to support latests aiohttp
- Peg aiohttp dependency
- Fix header normalization for Gunicorn
- Fix Gunicorn logging support
- Fix compatiblity with websockets 3+
- Merge fix for ignore_websocket_closed to allow chained exceptions
- Add option to coerce bytes to str for uwsgi websockets
- Support Python3.5
- Fix issues related to POST requests
- Fix issues related to coroutine mappers
- Sync with Gunicorn settings a la issue #917
- Add sphinx
- Migrate README to sphinx docs
- Add helpers for authentication
- Deprecated aiopyramid.traversal, use aiopyramid.helpers.synchronize
- Deprecated aiopyramid.tweens, moved examples to docs
- Fix issue with gunicorn websockets
- Fix issue with class-based view mappers
- Fix issue with synchronize
- Update example tween to work with gunicorn
- Add kwargs support to helpers
- Add tox for testing
- Add decorator synchronize for wrapping coroutines
- Refactored mappers and tween example to use synchronize
- Bug fixes
- Update scaffold example tests
- Add test suite
- Update README
- Update README
- added websocket mappers for uwsgi and gunicorn
- added websocket view class
- Update MANIFEST.in
- Update README ready for release
- Added asyncio traverser (patched from ResourceTreeTraverser)
- Added custom gunicorn worker
- Fix issue with uwsgi and executor threads
- Update starter scaffold
- Moving to an extension-based rather than patched-based approach
- removed most code based on pyramid_asyncio except testing and scaffolds
- added view mappers for running views in asyncio
- added example tween that can come before or after synchronous tweens
- Removed Gunicorn specific code
- disabled excview_tween_factory
- made viewresult_to_response a coroutine
- added dummy code for testing with uwsgi
- Migrated from pyramid_asyncio (Thank you Guillaume)
- Removed worker.py and Gunicorn dependency
- Added greenlet dependency
- Changed contact information in setup.py