Skip to content

Commit 992be15

Browse files
authored
Merge pull request #269 from reportportal/develop
Release
2 parents 95f5637 + a0ceead commit 992be15

16 files changed

Lines changed: 781 additions & 88 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Added
5+
- Microseconds precision for timestamps, by @HardNorth
6+
7+
## [5.7.2]
48
### Changed
59
- `aiohttp` version updated to 3.13.4, by @HardNorth
610
### Removed

reportportal_client/aio/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
BatchedRPClient,
2323
ThreadedRPClient,
2424
)
25-
from reportportal_client.aio.tasks import BlockingOperationError, Task
25+
from reportportal_client.aio.tasks import BlockingOperationError, EmptyTask, Task
2626

2727
__all__ = [
2828
"Task",
29+
"EmptyTask",
2930
"BlockingOperationError",
3031
"DEFAULT_TASK_TIMEOUT",
3132
"DEFAULT_SHUTDOWN_TIMEOUT",

0 commit comments

Comments
 (0)