From 58027f50bcb519758811ea7e4138fa1bc3d0de51 Mon Sep 17 00:00:00 2001 From: Tiko Date: Mon, 30 Dec 2024 11:22:39 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.8.2.dev44=20=E2=86=92=202.9?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a564dbd..10497e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 2.9.0 (2024-12-30) + +### Fix +- support test parameters that comes from the fixtures +- Fix shared runs +- pytestomatio plugin usage with xdist, add tests, sync tests +- Parallel run must be True all the time so that testomatio doesn't create new test runs when update test status +- enforce artifacts to be returning inline when requested +- add_artifacts depends on the pytest node +- Fix uploading artifacts to the bucket with user defined path +- read S3 creads from env acc to the testomatio docs + +### Feat +- upload artifacts in bulk +- resolve content type for uploaded artifacts +- support private and public artifact configuration +- Support --test-id parameters that accepts testomatio test id to filter tests +- send labels and tags on the test run update call +- support HTTP_PROXY, HTTPS_PROXY + +### Refactor +- Smoke tests +- Use system temp folder when resolving concurrent test run with xdist + ## 2.8.1 (2024-08-14) ## 2.8.1rc2 (2024-08-12) diff --git a/pyproject.toml b/pyproject.toml index 7e52be2..572a0ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ version_provider = "pep621" update_changelog_on_bump = false [project] name = "pytestomatio" -version = "2.8.2.dev44" +version = "2.9.0" dependencies = [ "requests>=2.29.0",