Skip to content

Releases: OpenMatchmaking/sage-utils-python

sage-utils-python v0.5.6

28 Dec 09:47
4db7d15
Compare
Choose a tag to compare

Updated dependencies to the latest releases:

  • aioamqp to 0.12.0
  • flake8 to 3.6.0 (for development)
  • pudb 2018.1 (for development)
  • pytest to 4.0.2
  • pytest-cov to 2.6.0
  • pytest-asyncio to 0.9.0

sage-utils-python v0.5.5

21 Jul 08:18
Compare
Choose a tag to compare

Updates:

  • Updated aioamqp to the latest release (that works well with Python 3.7)

sage-utils-python v0.5.4

26 May 09:04
121ae44
Compare
Choose a tag to compare

Fixes:

  • Added a custom event loop for RPC client in run() method call

sage-utils-python v0.5.3

26 May 08:44
b9b5c3f
Compare
Choose a tag to compare

Fixes:

  • Added passing a custom event loop for RPC client

sage-utils-python v0.5.2

25 May 14:50
ea7941b
Compare
Choose a tag to compare

Fixes:

  • Custom event loop as an optional argument for run method

sage-utils-python v0.5.1

25 May 08:33
30b3c28
Compare
Choose a tag to compare

Fixes:

  • Fixed compatibility with sanic-amqp-extension (#6)

sage-utils-python v0.5.0

23 May 11:15
Compare
Choose a tag to compare

Breaking changes:

sage-utils-python v0.4.0

24 Apr 19:28
3105961
Compare
Choose a tag to compare

Features:

  • Implemented sending the message with retries and timeouts

sage-utils-python v0.3.1

07 Apr 14:59
Compare
Choose a tag to compare

Fixes:

  • Added re-import BaseRegisterWorker class in __init__.py

sage-utils-python v0.3.0

07 Apr 14:43
Compare
Choose a tag to compare

Features:

  • Implemented microservice register worker