Skip to content

Releases: reportportal/client-java

Release 5.2.5

12 Feb 14:05
Compare
Choose a tag to compare

Added

  • Utils.copyFiles static method to use in examples, by @HardNorth

Release 5.2.4

07 Feb 18:25
Compare
Choose a tag to compare

Changed

  • Improve MIME type detection in MimeTypeDetector.detect, methods, by @HardNorth

Release 5.2.3

06 Feb 12:44
Compare
Choose a tag to compare

Changed

  • Improve MIME type detection in MimeTypeDetector.detect(java.io.File), ReportPortal.emitLog and ReportPortal.emitLaunchLog methods, by @HardNorth

Release 5.2.2

29 Jan 14:37
Compare
Choose a tag to compare

Added

  • Table size limit in MarkdownUtils.formatDataTable(List, int) method, by @HardNorth
  • Transpose table logic if column number is bigger than row number in MarkdownUtils.formatDataTable(List, int) method, by @HardNorth
  • MarkdownUtils.formatDataTable(Map<String, String>) method, by @HardNorth

Release 5.2.1

18 Jan 14:07
Compare
Choose a tag to compare

Added

  • Accessible.method(java.lang.String, java.lang.Class<?>...) method, by @HardNorth

Release 5.2.0

11 Jan 16:25
Compare
Choose a tag to compare

Changed

  • Guava library dependency was removed, by @HardNorth

Removed

Release 5.1.27

10 Jan 13:21
Compare
Choose a tag to compare

Changed

  • Guava version update to address a vulnerability on 33.0.0-android, by @HardNorth
  • Okhttp version update to address a vulnerability on 4.12.0, by @HardNorth
  • Logback version update to address a vulnerability on 1.3.12, by @HardNorth

Release 5.1.26

19 Dec 15:17
Compare
Choose a tag to compare

Added

  • MarkdownUtils.formatDataTable and ParameterUtils.formatParametersAsTable methods to support parameter reporting for BDD frameworks, by @HardNorth

Release 5.1.25

16 Dec 11:34
Compare
Choose a tag to compare

Changed

  • Static methods of AttributeParser are now public, Javadoc and JSR annotations added, by @HardNorth

Release 5.1.24

15 Nov 13:59
Compare
Choose a tag to compare

Added

Changed

  • SecondaryLaunchFinishCondition class was separated to resolve fat jar issues, by @HardNorth
  • rxjava was forcibly excluded from retrofit2:adapter-rxjava2 transitive dependencies to resolve fat jar issues, by @HardNorth