You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Released PySOA version 0.68.0
Changelog Details:
- [PATCH] Make typing dependency more specific to fix missing types
- [MINOR] Use Conformity's Settings and deprecate PySOA's Settings
Released PySOA version 0.67.0
Changelog Details:
- [MINOR] Fixeventbrite#198: Double import trap is broken in Python 3.7
- [PATCH] Update docs further
- [MAJOR] Add support for response chunking to Redis Gateway transport
- [MAJOR] Support UTC-aware datetime objects in MsgpackSerializer
Released PySOA version 0.66.0
Changelog Details:
- [MINOR] Add pre-fork hook method to Server class, clean up prints
- [MINOR] Further improve harakiri and verify with functional tests
- [PATCH] Update test documentation to use FIELD_MISSING constant instead of string (eventbrite#184)
Released PySOA version 0.65.0
Changelog Details:
- [MINOR] Refactor harakiri to log details about running threads' stacks
- [MINOR] Add robust support for safe asynchronous code
- [PATCH] Clean up Travis file using config.travis-ci.org