Skip to content

Releases: askanna-io/askanna-python

v0.24.0

21 Feb 18:04
Compare
Choose a tag to compare
  • Add support for Python 3.12 and drop support for Python 3.7
  • Add created_by info to Workspace & Project dataclasses

v0.23.0

05 Apr 10:35
Compare
Choose a tag to compare
  • Added new run filters: status, trigger, created_by and package_suuid
  • Implemented option for exclude version of run filters (e.g. status__exclude)
  • CLI command askanna run list now includes a filter option for status
  • Defined status and trigger values using a Literal type
  • Expanded test coverage and added test utils with date-time helpers
  • Removed deprecated GetRunsSDK
  • Switch from pytz to zoneinfo and removed pytz from dependencies
  • Change the build system from Wheel to Hatch
  • Switch from Flake8 to Ruff
  • Introduce parallel matrix for GitLab CI/CD to simplify the config
  • Add release related jobs to GitLab CI/CD