Releases: nrccua/aioradio
Releases · nrccua/aioradio
v0.17.28
v0.17.28 (2023-01-26)
- Add support to filter secrets in async_db_wrapper using the argument secret_json_key.
v0.17.27
v0.17.27 (2023-01-20)
- Raise errors instead of printing in file_ingestion function zipfile_to_tsv.
- Update dominodatalab==1.2.2.
- Update pysmb==1.2.9.1.
v0.17.26
v0.17.26 (2023-01-12)
- Add option to pass aws_creds argument in get_secret function.
- Update httpx==0.23.3.
- Update orjson==3.8.5.
v0.17.25
v0.17.25 (2023-01-03)
- Update httpx==0.23.2.
- Update aioboto3==10.2.0.
- Update orjson==3.8.3.
- Update psycopg2-binary==2.9.5.
v0.17.24
v0.17.24 (2022-12-01)
- Fix overwrite of delimiter parameter value in zipfile_to_tsv function.
- Update httpx==0.23.1.
- Update orjson==3.8.2.
- Update pylint==2.15.7.
- Update twine==4.0.2.
v0.17.23
v0.17.23 (2022-11-30)
- Add account_id argument to SQS functions for cross account functionality.
v0.17.22
v0.17.22 (2022-11-17)
Fix issue with writing excel data to s3 for data ingestion project.
Update dominodatalab==1.2.1.
Update fakeredis==1.10.1.
Update pyodbc==4.0.35.
Update pytest-asyncio==0.20.2.
Update wheel==0.38.4.
v0.17.21
v0.17.21 (2022-11-08)
- Add zipfile to tsv/csv file function in file_ingestion.py.
- Add new unixodbc driver path: /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.10.so.1.1.
v0.17.20
v0.17.20 (2022-11-02)
- Allow xlsx_to_tsv function to work on python3.7+ by removing python3.10 specific typing using |.
- Add openpyxl as a required dependency for aioradio.
- Update aiojobs==1.1.0.
- Update backoff==2.2.1.
- Update dominodatalab==1.2.0.
- Update orjson==3.8.1.
- Update pylint==2.15.5.
- Update pytest==7.2.0.
- Update pytest-asyncio==0.20.1.
- Update pytest-cov==4.0.0.
v0.17.19
v0.17.19 (2022-10-28)
- Update xlsx_to_tsv function to use s3 instead of local directories for origin/destination files.