Releases: askanna-io/askanna-python
Releases · askanna-io/askanna-python
v0.24.0
v0.23.0
- Added new run filters:
status
,trigger
,created_by
andpackage_suuid
- Implemented option for exclude version of run filters (e.g.
status__exclude
) - CLI command
askanna run list
now includes a filter option forstatus
- Defined
status
andtrigger
values using aLiteral
type - Expanded test coverage and added test utils with date-time helpers
- Removed deprecated
GetRunsSDK
- Switch from
pytz
tozoneinfo
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