Skip to content

Releases: zebrunner/carina-utils

1.2.6 (2023-11-10)

10 Nov 16:44
f5fafb2
Compare
Choose a tag to compare

Enhancements

  • [#77] Reused nio for ReportContext class
  • [#73] Removed R.EMAIL and email.properties
  • [#72] Removed deprecated logic
  • [#49] Changed scope of TestNG dependency to test

Fixes

  • [#67] EncryptorUtils.encrypt use incorrect patten

Dependencies Updates

  • Removed org.seleniumhq.selenium.selenium-support, org.seleniumhq.selenium.selenium-api, org.seleniumhq.selenium.selenium-remote-driver, org.mongodb.mongo-java-driver, commons-net.commons-net, org.imgscalr.imgscalr-lib
  • com.sun.jna.jna 3.0.9 -> net.java.dev.jna.jna 5.13.0
  • org.testng.testng 7.7.1 (compile) -> 7.8.0 (test)

1.1.5 (2023-06-29)

29 Jun 11:57
b27b4f3
Compare
Choose a tag to compare

Enhancements

  • [#66] Created Configuration class that acts as the basis for all project-specific configuration classes
  • [#65] Moved module-specific classes to the suitable projects
  • [#61] Deprecated 'artifact' methods from the ReportContext class

Fixes

  • [#23] Remove magic initialization and add a default values for project_report_directory and max_screen_history parameters

Dependencies Updates

  • Removed commons-io.commons-io, io.rest-assured.rest-assured, io.rest-assured.json-path, org.apache.pdfbox. pdfbox, com.fasterxml.jackson.core.jackson-core, com.fasterxml.jackson.core.jackson-databind, com.fasterxml.jackson.core.jackson-annotations, joda-time.joda-time, com.google.code.gson.gson, javax.xml.bind.jaxb-api, org.apache.poi.poi-ooxml, org.mockito.mockito-core

1.0.4 (2023-06-01)

01 Jun 12:50
12c0741
Compare
Choose a tag to compare

Fixes

  • [#55] java.nio.file.NoSuchFileException ***.\reports\emailable-report.html in logs

1.0.3 (2023-03-31)

31 Mar 10:07
42702ef
Compare
Choose a tag to compare

Enhancements

  • [#47] Added page_recursive_reflection parameter
  • [#45] Deprecated EXCEL_DS constants in SpecialKeywords class
  • [#42] Moved ParameterGenerator class from the carina-dataprovider

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • added org.apache.poi.poi-ooxml 4.1.2

1.0.2 (2023-03-21)

21 Mar 11:56
d0f2855
Compare
Choose a tag to compare

Enhancements

  • [#31] Added support of detecting L10N text in L10N.getText method
  • [#38] Removed capabilities/parameters for working with capabilities in w3c/non-w3c mode
  • [#40] Deprecated SpecialKeywords.CUSTOM variable

Fixes

  • [#34] L10N locale parameter is not thread-safe

Known Issues

  • N/A

Dependencies Updates

  • N/A

1.0.1 (2023-02-13)

15 Feb 16:32
0a9fe4a
Compare
Choose a tag to compare

Enhancements

  • [#21] Security scan and fix vulnerabilities if any
  • [#15] Added opportunity to set DB configuration per environment and several DB's per environment
  • [#9] Added read_timeout parameter to the Configuration.Parameter
  • [#10] Added getLocale method to the L10N class
  • [#25] Bumped up carina-crypto version to 1.0.1

Fixes

  • [#28] getProperties method of R class should not rewrite global properties by temp properties

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-crypto 1.0.0 -> 1.0.1
  • commons-net.commons-net 3.3 -> 3.9.0
  • com.fasterxml.jackson.core.jackson-core 2.13.3 -> 2.14.1
  • com.fasterxml.jackson.core.jackson-databind 2.13.3 -> 2.14.1
  • com.fasterxml.jackson.core.jackson-annotations 2.13.3 -> 2.14.1
  • org.testng.testng 7.6.1 -> 7.7.1

1.0.0 (2022-11-17)

21 Dec 11:09
8e46d89
Compare
Choose a tag to compare

Enhancements

  • Moved from carina-core into dedicated project
  • [#6] Used TestResult class to store result of test run instead of TestResultType class
  • [#4] Optimized getDecrypted method of R class

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • N/A