Skip to content

Version 1.16.0.0

Compare
Choose a tag to compare
@MrNaif2018 MrNaif2018 released this 27 Aug 18:45
· 15 commits to master since this release
ea9e94c

Breaking changes: all events received via websocket are now processed asynchronously. Ensure your handlers are accounted for concurrent access. In case not, ensure locking techniques are used (asyncio.Lock, postgres FOR UPDATE, advisory locks, etc)