Skip to content

v0.2.0

Compare
Choose a tag to compare
@QuantumDancer QuantumDancer released this 21 Sep 12:56
· 411 commits to main since this release

0.2.0 - 2023-09-21

Breaking changes

  • pyauditor + Apel plugin + HTCondor collector: Support for Python 3.6 and 3.7 has been dropped (@QuantumDancer)
  • Apel plugin: cpu_time_unit has to be present in the config file. See Documentation (@dirksammel)
  • Auditor: Updating a non-existent record now returns an HTTP 404 error instead of HTTP 400 error (@QuantumDancer)
  • Docker containers: The main tag was replaced with the edge tag (@QuantumDancer)
  • Dependencies: Update pyo3 from 0.15.2 to 0.19 and pyo3-asyncio from 0.15 to 0.19 (@QuantumDancer)
    • When creating a record with pyauditor, the timezone of the datetime object now needs to be converted to datetime.timezone.utc instead of pytz.utc

Security

Added

Changed