Skip to content

Releases: OpenMatchmaking/sage-utils-python

sage-utils-python v0.5.6

Choose a tag to compare

@Relrin Relrin released this 28 Dec 09:47
4db7d15

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

Choose a tag to compare

@Relrin Relrin released this 21 Jul 08:18

Updates:

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

sage-utils-python v0.5.4

Choose a tag to compare

@Relrin Relrin released this 26 May 09:04
121ae44

Fixes:

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

sage-utils-python v0.5.3

Choose a tag to compare

@Relrin Relrin released this 26 May 08:44
b9b5c3f

Fixes:

  • Added passing a custom event loop for RPC client

sage-utils-python v0.5.2

Choose a tag to compare

@Relrin Relrin released this 25 May 14:50
ea7941b

Fixes:

  • Custom event loop as an optional argument for run method

sage-utils-python v0.5.1

Choose a tag to compare

@Relrin Relrin released this 25 May 08:33
30b3c28

Fixes:

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

sage-utils-python v0.5.0

Choose a tag to compare

@Relrin Relrin released this 23 May 11:15

Breaking changes:

sage-utils-python v0.4.0

Choose a tag to compare

@Relrin Relrin released this 24 Apr 19:28
3105961

Features:

  • Implemented sending the message with retries and timeouts

sage-utils-python v0.3.1

Choose a tag to compare

@Relrin Relrin released this 07 Apr 14:59

Fixes:

  • Added re-import BaseRegisterWorker class in __init__.py

sage-utils-python v0.3.0

Choose a tag to compare

@Relrin Relrin released this 07 Apr 14:43

Features:

  • Implemented microservice register worker