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

Tags: OddSource/pysoa

Tags

0.54.2

Toggle 0.54.2's commit message
Released PySOA version 0.54.2

Changelog Details:
- [PATCH] Fix new flake8 errors

0.54.1

Toggle 0.54.1's commit message
Released PySOA version 0.54.1

Changelog Details:
- [PATCH] Add MTU cache to SyslogHandler to improve performance

0.54.0

Toggle 0.54.0's commit message
Released PySOA version 0.54.0

Changelog Details:
- [MINOR] A better Syslog logging handler
- [MINOR] Allow setting `side_effect` while defining the stub
- [MINOR] Simplify `stub_action` decorator implementation

0.53.0

Toggle 0.53.0's commit message
Released PySOA version 0.53.0

Changelog Details:
- [MINOR] If timeout specified, include it in the control header

0.52.0

Toggle 0.52.0's commit message
Released PySOA version 0.52.0

Changelog Details:
- [MINOR] Remove deprecated use of "encoding" argument in msgpack.unpackb
- [PATCH] Remove use of deprecated assertEquals
- [PATCH] Remove use of deprecated EntryPoint.load
- [PATCH] Fix usage of deprecated attr.it `convert` parameter

0.51.1

Toggle 0.51.1's commit message
Released PySOA version 0.51.1

Changelog Details:
- [PATCH] Move extra_fields_to_redact from common to server settings

0.51.0

Toggle 0.51.0's commit message
Released PySOA version 0.51.0

Changelog Details:
- [MINOR] Allow extra keys to be redacted/censored from logs via settings (eventbrite#128)
- [MAJOR] Fix bug allowing missing `kwargs` in Redis, Local, and Stub transports

0.50.0

Toggle 0.50.0's commit message
Released PySOA version 0.50.0

Changelog Details:
- [MINOR] Make the polymorphic client and server settings extensible

0.49.0

Toggle 0.49.0's commit message
Released PySOA version 0.49.0

Changelog Details:
- [PATCH] Extract server settings to a separate fixture
- [MINOR] Add support for a heartbeat file
- [MINOR] Add managed event loop to all action requests for convenience in Python 3 services

0.48.0

Toggle 0.48.0's commit message
Released PySOA version 0.48.0

Changelog Details:
- [MINOR] Add tools to support pytesty testing in pysoa services (eventbrite#122)