Skip to content

Releases: nrccua/aioradio

v0.11.4

22 Feb 17:09
Compare
Choose a tag to compare

v0.11.4 (2021-02-22)

  • Use redis transactions via pipelining with hash set & expire commands.

v0.11.3

18 Feb 21:15
Compare
Choose a tag to compare

v0.11.3 (2021-02-18)

  • Fix pydoc errors in redis.py file.

v0.11.2

18 Feb 20:24
Compare
Choose a tag to compare

v0.11.2 (2021-02-18)

  • Add custom hmget_many & hmgetall_many redis commands to get many hashed keys data.

v0.11.1

18 Feb 16:35
Compare
Choose a tag to compare

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

11 Feb 18:15
Compare
Choose a tag to compare

v0.10.4 (2021-02-11)

  • Add pyodbc driver string for windows OS.

v0.10.3

08 Feb 19:16
Compare
Choose a tag to compare

v0.10.3 (2021-02-08)

  • Add decorator to manage DB connections and using SQL transactions.

v0.9.8

01 Feb 15:46
Compare
Choose a tag to compare

v0.9.8 (2021-02-01)

  • Add ability to add more regions besides us-east-1 & us-east-2.

v0.9.7

06 Jan 19:42
Compare
Choose a tag to compare

v0.9.7 (2021-01-06)

  • Give async_wrapper decorator wrapper parent function name.

v0.9.6

22 Dec 20:14
Compare
Choose a tag to compare

v0.9.6 (2020-12-22)

  • Apply pydoc to repository.
  • Add isort and docformatter to pre-commit.

v0.9.5

14 Dec 15:56
Compare
Choose a tag to compare

v0.9.5 (2020-12-14)

  • Fix bug with reseting list during paginate of list_objects.