Releases: authorjapps/zerocode
1.3.44
Release Versions:
https://central.sonatype.com/artifact/org.jsmart/zerocode-tdd/1.3.44
What all included in this release?
See Issues solved in this link:
https://github.com/authorjapps/zerocode/milestone/4?closed=1
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.44</version>
</dependency>
1.3.43
What all included in this release?
https://github.com/authorjapps/zerocode/milestone/4?closed=1
Kafka key deser fix
1.3.42
>>BETA RELEASE (v 1.3.42)<<
(if you want to use earlier release, use 1.3.37
.
Do not use 1.3.41 as it's still a Beta version
What's new in this release?
Ans:
Contains the fixes for the closed tickets here
Note:
Kafka seekTimestamp
feature is still in Beta release in this version. Try it in your own Kafka cluster and raise if any issues found.
Release version
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.42</version>
</dependency>
1.3.41
>>BETA RELEASE (v 1.3.41)<<
WARNING! DO NOT USE THIS RELEASE. WAIT FOR THE NEXT STABLE RELEASE (1.3.42
)
What's new in this release?
Ans:
Contains the fixes for the closed tickets here
Note:
Kafka seekTimestamp
feature is still in Beta release in this version. Try it in your own Kafka cluster and raise if any issues found.
Release version
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.41</version>
</dependency>
1.3.37
Features:
The following tickets were resolved:
https://github.com/authorjapps/zerocode/milestone/1?closed=1
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.37</version>
</dependency>
1.3.36
This release version(1.3.36) was discarded due to Java Doc error caused by special characters.
So do not use this version.
1.3.35
- PR merged
#588
Logging Features
- Scenario logging to console is more prettier now
- Prints the scenario name under "Scenario:" title for all scenarios run
- Helps in straight jumping to a scenario that failed instead of wasting time in search and find operation
- No more detective work to figure out which scenario failed as well as which exact step failed
- Devs/SDETs can put their logging level to WARN to reduce the noice due to INFO and DEBUG level logging(this is optional)
- Removed "missing query param" and "missing headers" from WARN level
zerocode-tdd-parent-1.3.34
PR #578
- Deep TypeCast to handle 1D ArrayList elements
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.34</version>
</dependency>
Look here for dependency detail:
https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.34/jar
for:
- Gradle
- Apache Ivy
- Scala
- Kotlin
- etc...
zerocode-tdd-parent-1.3.33
zerocode-tdd-parent-1.3.32
- Never released due to GitHub push error
- Probably this was due to GitHub new SHA issue it didn't allow the new version PUSH
Note:
DO NOT USE THIS VERSION IN YOUR PROJECT