Skip to content

Releases: nrccua/aioradio

v0.16.1

13 Jan 15:55
Compare
Choose a tag to compare

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

11 Jan 20:40
Compare
Choose a tag to compare

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

30 Nov 23:13
Compare
Choose a tag to compare

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

02 Nov 15:24
Compare
Choose a tag to compare

v0.15.5 (2021-11-02)

  • Fix import of establish_pyodbc_connection to not check sys.modules for pyodbc.

v0.15.4

01 Nov 17:50
Compare
Choose a tag to compare

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

27 Oct 15:20
Compare
Choose a tag to compare

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

21 Oct 14:09
Compare
Choose a tag to compare

v0.15.2 (2021-10-21)

  • Fix error in FICE enrolled logic by setting enrolled field instead of confirmed.

v0.15.1

13 Oct 20:25
Compare
Choose a tag to compare

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

08 Oct 16:04
Compare
Choose a tag to compare

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

06 Oct 14:47
Compare
Choose a tag to compare

v0.14.5 (2021-10-06)

  • Updating python modules and loosening versioning of sub-dependencies