Skip to content

Releases: zebrunner/carina

1.2.9 (2024-04-10)

10 Apr 17:08
d79a99a
Compare
Choose a tag to compare

Enhancements

  • [#2275] Bumped up carina-webdriver to 1.2.11
  • [#2261] Added an opportunity to filter tests by country

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.2.10 -> 1.2.11

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.9
  • Rebuild the project mvn -U clean compile install

1.2.8 (2024-02-21)

21 Feb 15:50
efb72da
Compare
Choose a tag to compare

Enhancements

  • [#2269] Bumped up carina-webdriver to 1.2.10

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.2.9 -> 1.2.10

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.8
  • Rebuild the project mvn -U clean compile install

1.2.7 (2024-02-13)

13 Feb 21:45
9a9b54c
Compare
Choose a tag to compare

Enhancements

  • [#2265] Bumped up carina-webdriver to 1.2.9

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.2.8 -> 1.2.9

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.7
  • Rebuild the project mvn -U clean compile install

1.2.6 (2023-11-21)

21 Nov 09:55
b4fca10
Compare
Choose a tag to compare

Enhancements

  • [#2251] Added migration guide

Fixes

  • [#2249] Environment from config.properties should be displayed in Zebrunner reporting

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.1.7 -> 1.2.8

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.6
  • Follow migration guide
  • Rebuild the project mvn -U clean compile install

1.1.5 (2023-09-11)

11 Sep 10:25
ffc5c83
Compare
Choose a tag to compare

Enhancements

  • [#2239] Added branch label registering
  • [#2237] Disabled Netty logs for debug log level

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.1.6 -> 1.1.7

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.5
  • Update import for AdbExecutor: from com.zebrunner.carina.utils.android.recorder.utils.AdbExecutor to com.zebrunner.carina.utils.android.AdbExecutor
  • Rebuild the project mvn -U clean compile install

1.1.4 (2023-07-26)

26 Jul 13:26
c7722d0
Compare
Choose a tag to compare

Enhancements

  • [#2224] Updated proxy documentation

Fixes

  • [#2205] Incorrect display of links to projects in README
  • [#2225] java.io.IOException: No such file or directory when max_screen_history=1
  • [#2215] R.AGENT properties do not match what is used by the zebrunner-agent

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.1.5 -> 1.1.6

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.4 and com.zebrunner.agent-core to 1.9.7
  • Update dependency (Optional): carina-appcenter 1.1.5
  • Rebuild the project mvn -U clean compile install

1.1.3 (2023-06-29)

29 Jun 15:25
f6db5c8
Compare
Choose a tag to compare

Enhancements

  • [#2208] Certified latest surefire plugin usage
  • [#2217] Moved classes that used only by current module from the carina-utils
  • [#2216] Created ReportConfiguration and TestConfiguration classes based on the new Configuration class [carina-utils]

Fixes

  • [#2211] listeners ignore 500 error from server and wait till the end of read_timeout

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.4 -> 1.1.5
  • Removed com.zebrunner.carina-utils, org.apache.commons.commons-lang3

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.3
  • Update dependencies: carina-aws-s3 1.1.4, carina-azure 1.1.4, carina-appcenter 1.1.4, carina-dataprovider 1.1.3, carina-api 1.1.3
  • Rebuild the project mvn -U clean compile install

1.0.2 (2023-06-01)

01 Jun 15:03
715e18b
Compare
Choose a tag to compare

Enhancements

  • [#2204] Bumped up to the latest carina sub components

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.3 -> 1.0.4
  • com.zebrunner.carina-utils 1.0.3 -> 1.0.4

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.0.2 and com.zebrunner.agent-core to 1.9.6
  • Rebuild the project mvn -U clean compile install
  • Update dependencies (optional): carina-aws-s3 1.0.3, carina-azure 1.0.3, carina-appcenter 1.0.3, carina-dataprovider 1.0.2, carina-api 1.0.2

1.0.1 (2023-05-16)

16 May 13:50
7469fdb
Compare
Choose a tag to compare

Enhancements

  • [#2194] Documented usage of test_naming_pattern parameter
  • [#2195] Added example of the smooth migration from crypto_key_file to crypto_key_value parameters
  • [#2175] Added opportunity to set MethodOwner annotation to the class level
  • [#2184] Listed all independent Carina repositories in the README.md

Fixes

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.2 -> 1.0.3

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.0.1, com.zebrunner.agent-core to 1.9.5 and net.bytebuddy.byte-buddy to 1.12.18
  • Rebuild the project mvn -U clean compile install

1.0.0 (2023-04-13)

13 Apr 15:44
bb30a7f
Compare
Choose a tag to compare

Enhancements

  • [#2136] Renamed package of carina-core to com.zebrunner

Fixes

  • N/A

Known Issues

Dependencies Updates

  • N/A

Migration Steps

  • Update in your project pom.xml groupId for carina-core dependency to com.zebrunner and version to 1.0.0
  • Rename packages
com.qaprosoft.carina.core.foundation -> com.zebrunner.carina.core
  • Rebuild the project mvn -U clean compile install