Releases: nrccua/aioradio
Releases · nrccua/aioradio
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.
v0.17.18
v0.17.18 (2022-10-21)
- Add a function in file_ingestion to convert an xlsx file to csv/tsv.
- Update fakeredis==1.9.4.
- Update pylint==2.15.4.
v0.17.17
v0.17.17 (2022-10-01)
- Fixed botocore version to 1.27.59.
v0.17.16
v0.17.16 (2022-09-28)
- Fix werkzeug version to 2.1.2.
- Update aioboto3==10.1.0.
- Update aiobotocore==2.4.0.
- Update boto3==1.24.59.
- Update dominodatalab==1.1.1.
- Update fakeredis==1.9.3.
- Update pylint==2.15.3.
- Update moto==3.1.18.
v0.17.15
v0.17.15 (2022-09-15)
- Add python backoff library to install_requires in setup.