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.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
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
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