Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

50 lines (40 loc) · 1.87 KB

Changelog

[Unreleased]

Changed

  • Client version updated on 5.2.13, by @HardNorth

[5.2.2]

Changed

  • Client version updated on 5.2.11, by @HardNorth
  • client-java dependency marked as compileOnly, by @HardNorth
  • selenide dependency marked as compileOnly, by @HardNorth

[5.2.1]

Changed

  • Client version updated on 5.2.4, by @HardNorth
  • All dependencies are marked as implementation, by @HardNorth

Removed

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

[5.2.0]

Changed

  • Client version updated on 5.2.0, by @HardNorth
  • Selenide version updated on 6.18.0 to address vulnerabilities, by @HardNorth
  • Selenide dependency marked as implementation to force users specify their own selenide versions, by @HardNorth

[5.1.4]

Changed

  • Client version updated on 5.1.22, by @HardNorth

[5.1.3]

Changed

  • Client version updated on 5.1.16, by @HardNorth
  • Selenide version updated on 6.12.3 to address vulnerabilities, by @HardNorth

[5.1.2]

Changed

  • Broader catch in screenshot and page source getting methods to avoid throwing any exceptions in logger, by @HardNorth
  • Constant names refactoring, by @HardNorth

[5.1.1]

Changed

  • Selenium log types are now text/plain, by @HardNorth

Removed

  • Stack Trace logging in nested steps on failure, since it should be logged on higher level, by @HardNorth

[5.1.0]

Added

  • Initial release of Selenide logger, by @HardNorth

[5.1.0-ALPHA-1]