Releases: qase-tms/qase-python
qase-python-commons v2.0.12
Fixed problem with rewrite fields
If a test has qase ID then we skip fields like title, description, etc. If a test doesn't have qase ID then we assign fields like title, description, etc.
qase-pytest v5.0.6
What's new
Allow using package qase-pytest with Python 3.7.
This will enable those of our clients, who still use it, to
receive the latest package updates for Qase reporters.
Change required downgrading several packages to their latest versions
still supporting Python 3.7:
- setuptools from 69 to 68
- filelock from 3.13.1 to 3.12.2
- pytest from 8.0.0 to 7.4.4
Changed requirement qase-python-commons to version 2.0.11,
which includes qaseio==4.0.2, both supporting Python 3.7.
qaseio v4.0.2
What's new
Allow using package qaseio with Python 3.7.
This will enable our clients, still using it, to
receive the latest package updates for Qase reporters.
Change required downgrading several packages to their latest versions
still supporting Python 3.7:
- setuptools from 69 to 68
- typing-extensions from 4.9.0 to 4.7.1
Qase Python Commons 2.0.4
What's Changed
- Update README.md in qase-python by @quadespresso in #145
- AttributeError fix in result.py by @danil-velin in #154
- Make library compatible with Qase API Client 5.*
New Contributors
- @quadespresso made their first contribution in #145
- @danil-velin made their first contribution in #154
Qase Api Client v4.0.1
What's Changed
- Fixed an issue with attachments upload from Bytes
- New API endpoints for configurations
- Additional options for project create method
- Remove Results V2 methods (they will be released as a separate package)
- Support for Configurations and Authors in test run creation method
Full Changelog: qaseio-v4.0.0...qaseio-v4.0.1
Qase Api Client v4.0.0
Switched to a new version of OpenAPI generator
Qase Api Client v3.4.1
Added an option to pass Author ID to test result
Qase Api Client v3.4.0
- New experimental Results API support
- Fixed issues with
datetime
validation - Updates to old results api
Qase Python Commons 2.0.3
Fixed an issue with type casting
Qase Pytest 5.0.2
#114 Fixed ApiType Error