Releases: nrccua/aioradio
Releases · nrccua/aioradio
v0.11.4
v0.11.4 (2021-02-22)
- Use redis transactions via pipelining with hash set & expire commands.
v0.11.3
v0.11.3 (2021-02-18)
- Fix pydoc errors in redis.py file.
v0.11.2
v0.11.2 (2021-02-18)
- Add custom hmget_many & hmgetall_many redis commands to get many hashed keys data.
v0.11.1
v0.11.1 (2021-02-18)
- Add initial support in redis for the hashes data structure.
- Fix issue with sending None values in redis func hmget.
v0.10.4
v0.10.4 (2021-02-11)
- Add pyodbc driver string for windows OS.
v0.10.3
v0.10.3 (2021-02-08)
- Add decorator to manage DB connections and using SQL transactions.
v0.9.8
v0.9.8 (2021-02-01)
- Add ability to add more regions besides us-east-1 & us-east-2.
v0.9.7
v0.9.7 (2021-01-06)
- Give async_wrapper decorator wrapper parent function name.
v0.9.6
v0.9.6 (2020-12-22)
- Apply pydoc to repository.
- Add isort and docformatter to pre-commit.
v0.9.5
v0.9.5 (2020-12-14)
- Fix bug with reseting list during paginate of list_objects.