Skip to content

Releases: nrccua/aioradio

v0.13.4

22 Apr 19:59
Compare
Choose a tag to compare

v0.13.4 (2021-04-22)

  • Remove sensitive company email addresses along with database, redis and secret manager info.

v0.13.3

13 Apr 21:36
Compare
Choose a tag to compare

v0.13.3 (2021-04-13)

  • Fix issue with pulling more than one message in LongRunningJobs.

v0.13.2

13 Apr 18:47
Compare
Choose a tag to compare

v0.13.2 (2021-04-13)

  • Add ability for LongRunningJobs to run one to many jobs.

v0.13.1

13 Apr 14:23
Compare
Choose a tag to compare

v0.13.1 (2021-04-13)

  • Updating LongRunningJob to use either 'sqs' or 'redis' as the queue mechanism.

v0.13.0

12 Apr 19:33
Compare
Choose a tag to compare

v0.13.0 (2021-04-12)

  • Adding Long Running Job worker class to work asynchronously with client.

v0.12.4

17 Mar 16:28
Compare
Choose a tag to compare

v0.12.4 (2021-03-17)

  • Add ability to set encoding on Redis client.

v0.12.3

13 Mar 02:19
f146506
Compare
Choose a tag to compare

v0.12.3 (2021-03-12)

  • Use redis instead of aioredis because it is maintained much better by developers.
  • Removed aioredis examples from README.md since using aioradio for redis has no benefit over simply using redis.

v0.12.0

08 Mar 17:01
Compare
Choose a tag to compare

v0.12.0 (2021-03-08)

  • Use aioredis transactions performance fixed branch (sean/aioredis-redis-py-compliance) instead of version 1.3.1.

v0.11.7

02 Mar 03:41
Compare
Choose a tag to compare

v0.11.7 (2021-03-01)

  • Fix syntax error in manage_async_tasks where append should be equal symbol.

v0.11.6

02 Mar 01:33
Compare
Choose a tag to compare

v0.11.6 (2021-03-01)

  • Simplify manage_async_tasks args to include list of coroutines.