Skip to content

Releases: reportportal/client-Python

Release 5.3.4

24 May 12:17
7db8dc5
Compare
Choose a tag to compare

Added

  • Check for parent RPClient object in thread before logging, by @HardNorth

Release 5.3.3

24 May 11:55
be275f3
Compare
Choose a tag to compare

Added

Fixed

  • Client crash in case of Client ID reading error, by @HardNorth

Release 5.3.2

27 Apr 13:40
b0f5a4f
Compare
Choose a tag to compare

Fixed

  • Client crash in case of Client ID saving error, by @HardNorth

Release 5.3.1

18 Apr 12:53
7092aab
Compare
Choose a tag to compare

Added

  • MAX_LOG_BATCH_SIZE constant into log_manager module, by @HardNorth

Fixed

  • Missed verify_ssl argument passing to LogManager class, by @rplevka

Changed

  • Statistics service was refactored, by @HardNorth

Release 5.3.0

28 Mar 08:52
45b8002
Compare
Choose a tag to compare

Fixed

  • Issue #198: Python 3.8+ logging issue, by @HardNorth
  • Issue #200: max_pool_size not worked without retries setting, by @ericscobell
  • Issue #202: TypeError on request make, by @HardNorth

Changed

Removed

  • Deprecated code, service.py and LogManager in core package, by @HardNorth

Release 5.2.5

28 Sep 10:43
f5cac72
Compare
Choose a tag to compare

Fixed

Release 5.2.4

15 Sep 16:23
cf52b15
Compare
Choose a tag to compare

Changed

  • LogManager class moved from core package to logs package, by @HardNorth

Fixed

Release 5.2.3

23 Jun 14:38
5713ad2
Compare
Choose a tag to compare

Added

  • Ability to pass client instance in RPLogHandler constructor, by @HardNorth
  • Issue #179: batch logging request payload size tracking, by @HardNorth

Fixed

Release 5.2.2

28 Apr 12:12
1593bc1
Compare
Choose a tag to compare

Fixed

5.2.1

26 Apr 09:14
6fc043d
Compare
Choose a tag to compare

Fixed

Changed

  • Log processing does not stop on the first error now, by @HardNorth