Releases: nrccua/aioradio
Releases · nrccua/aioradio
v0.16.1
v0.16.1 (2022-01-13)
- Adding UniqueID as new el3 field, in place of StudentID
- Removed logic for parsing phones numbers and text message opt in.
v0.16.0
v0.16.0 (2022-01-11)
- Update ddtrace==0.57.0.
- Update moto==2.3.1.
- Update numpy==1.22.0.
- Update orjson==3.6.5
- Update pre-commit==2.16.0.
- Update psycopg2-binary==2.9.3.
- Update pylint==2.12.2.
- Update pytest-asyncio==0.16.0.
- Update twine==3.7.1.
- Update wheel==0.37.1
- Add support for EL3 field parsing.
v0.15.6
v0.15.6 (2021-11-30)
- Hard-code redis==3.5.3.
- Update ddtrace==0.56.0.
- Update fakeredis==1.7.0.
- Update moto==2.2.17.
- Update numpy==1.21.4.
- Update psycopg2-binary==2.9.2.
- Update pylint==2.12.1.
- Update twine==3.6.0.
v0.15.5
v0.15.5 (2021-11-02)
- Fix import of establish_pyodbc_connection to not check sys.modules for pyodbc.
v0.15.4
v0.15.4 (2021-11-01)
- Dates and years checks now use values from constants and we do not need to pass min/max into the corresponding functions:
- check_date()
- check_year()
v0.15.3
v0.15.3 (2021-10-27)
- Move the import of pyodbc within the function that uses it since it requires additional dependencies.
v0.15.2
v0.15.2 (2021-10-21)
- Fix error in FICE enrolled logic by setting enrolled field instead of confirmed.
v0.15.1
v0.15.1 (2021-10-13)
- Improve shared EFI code by creating base functions for Datalab File Upload to use without using a list of one item.
v0.15.0
v0.15.0 (2021-10-06)
- Shift common EFI logic into file_ingestion to be used by EFI and Datalab File Upload systems.
v0.14.5
v0.14.5 (2021-10-06)
- Updating python modules and loosening versioning of sub-dependencies