这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: OddSource/pysoa

Tags

0.70.1

Toggle 0.70.1's commit message
Released PySOA version 0.70.1

Changelog Details:
- [PATCH] Fix tests broken by releasing 0.70.0

0.70.0

Toggle 0.70.0's commit message
Released PySOA version 0.70.0

Changelog Details:
- [MINOR] eventbrite#204: Add is_caller_error attribute to Error objects

0.69.1

Toggle 0.69.1's commit message
Released PySOA version 0.69.1

Changelog Details:
- [PATCH] Be permissive about string types in assertions

0.69.0

Toggle 0.69.0's commit message
Released PySOA version 0.69.0

Changelog Details:
- [MAJOR] Add Python typing comments to type the API

0.68.0

Toggle 0.68.0's commit message
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

0.67.2

Toggle 0.67.2's commit message
Released PySOA version 0.67.2

Changelog Details:
- [PATCH] Make typing dependency more specific to fix missing types

0.67.1

Toggle 0.67.1's commit message
Released PySOA version 0.67.1

Changelog Details:
- [PATCH] Fix import errors in Python 3.5.2/3.6.1 and fix Harakiri logging

0.67.0

Toggle 0.67.0's commit message
Released PySOA version 0.67.0

Changelog Details:
- [MINOR] Fix eventbrite#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

0.66.0

Toggle 0.66.0's commit message
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)

0.65.0

Toggle 0.65.0's commit message
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