Skip to content

Releases: zebrunner/carina-api

1.2.4 (2023-11-11)

21 Nov 09:53
6596163
Compare
Choose a tag to compare

Enhancements

  • [#26] Bumped up carina-utils to 1.2.6

Dependencies Updates

  • com.zebrunner.carina-utils 1.1.5 -> 1.2.6

Migration Steps

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

1.1.3 (2023-06-29)

29 Jun 13:00
1c48efe
Compare
Choose a tag to compare

Enhancements

  • [#23] Created ApiConfiguration class based on the new Configuration class [carina-utils]
  • [#24] Moved classes that used only by current module from the carina-utils

Dependencies Updates

  • com.zebrunner.carina-utils 1.0.4 -> 1.1.5
  • io.rest-assured.json-path 4.3.0
  • com.google.code.gson.gson 2.9.0
  • javax.xml.bind.jaxb-api 2.2.2
  • com.fasterxml.jackson.core.jackson-core 2.14.1
  • com.fasterxml.jackson.core.jackson-databind 2.14.1
  • com.fasterxml.jackson.core.jackson-annotations 2.14.1
  • Removed com.zebrunner.carina-proxy, org.apache.commons.commons-lang3

Migration Steps

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

1.0.2 (2023-06-01)

01 Jun 13:49
0c5960c
Compare
Choose a tag to compare

Enhancements

  • [#15] Bumped up carina-utils to 1.0.4

Dependencies Updates

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

Migration Steps

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

1.0.1 (2023-04-05)

06 Apr 10:13
bb685ef
Compare
Choose a tag to compare

Enhancements

  • [#13] Excluded TestNG and Selenium compile dependencies
  • [#11] Changed TestNG dependency scope to test
  • [#9] Bumped up version of TestNG dependency

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-utils 1.0.2 -> 1.0.3
  • org.testng.testng 7.6.1 -> 7.7.1

Migration Steps

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

1.0.0 (2023-03-21)

21 Mar 14:06
353da20
Compare
Choose a tag to compare

Enhancements

  • Moved from carina-core into dedicated project
  • [#7] Added HideResponseHeadersInLogs annotation
  • [#2][#3] Resolved Sonar warnings

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • N/A