Skip to content

Releases: reportportal/logger-java-logback

Release 5.4.0

26 Sep 09:10

Choose a tag to compare

Changed

  • Client version updated to 5.4.1, by @HardNorth
  • Logback version updated to 1.5.18, by @HardNorth
  • Switch on use of Instant class instead of Date to get more timestamp precision, by @HardNorth

Removed

Release 5.3.0

18 Jun 14:10

Choose a tag to compare

Changed

NOTE: This is the last logger version which supports Java 8, 9, 10

Release 5.2.3

20 Jan 07:29

Choose a tag to compare

Changed

Release 5.2.2

14 Mar 09:02

Choose a tag to compare

Changed

  • Client version updated on 5.2.5, by @HardNorth
  • client-java and logback-classic dependencies marked as compileOnly to force users specify their own dependencies, by @HardNorth

Release 5.2.1

07 Feb 20:15

Choose a tag to compare

Changed

Removed

  • commons-model dependency to rely on clinet-java exclusions in security fixes, by @HardNorth

Release 5.2.0

12 Jan 09:40

Choose a tag to compare

Changed

Release 5.1.6

13 Jul 09:54

Choose a tag to compare

Changed

Release 5.1.5

06 Jul 10:00

Choose a tag to compare

Changed

Release 5.1.4

20 Mar 10:13

Choose a tag to compare

Changed

Release 5.1.3

23 Aug 06:38

Choose a tag to compare

Fixed

  • Remove direct reference on LoggingSubscriber class to avoid exceptions in some cases, by @HardNorth