Releases: nrccua/aioradio
Releases · nrccua/aioradio
v0.13.4
v0.13.4 (2021-04-22)
- Remove sensitive company email addresses along with database, redis and secret manager info.
v0.13.3
v0.13.3 (2021-04-13)
- Fix issue with pulling more than one message in LongRunningJobs.
v0.13.2
v0.13.2 (2021-04-13)
- Add ability for LongRunningJobs to run one to many jobs.
v0.13.1
v0.13.1 (2021-04-13)
- Updating LongRunningJob to use either 'sqs' or 'redis' as the queue mechanism.
v0.13.0
v0.13.0 (2021-04-12)
- Adding Long Running Job worker class to work asynchronously with client.
v0.12.4
v0.12.4 (2021-03-17)
- Add ability to set encoding on Redis client.
v0.12.3
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
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
v0.11.7 (2021-03-01)
- Fix syntax error in manage_async_tasks where append should be equal symbol.
v0.11.6
v0.11.6 (2021-03-01)
- Simplify manage_async_tasks args to include list of coroutines.