Skip to content

Releases: authorjapps/zerocode

1.3.43

30 Apr 12:21
405fed7
Compare
Choose a tag to compare

What all included in this release?

https://github.com/authorjapps/zerocode/milestone/4?closed=1
Kafka key deser fix

1.3.42

24 Mar 23:48
Compare
Choose a tag to compare

>>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

24 Mar 23:23
Compare
Choose a tag to compare

>>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

18 Feb 23:00
Compare
Choose a tag to compare

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

19 Feb 19:16
Compare
Choose a tag to compare
1.3.36 Pre-release
Pre-release

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

30 Sep 07:13
Compare
Choose a tag to compare

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

09 Jun 15:47
Compare
Choose a tag to compare

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

06 Apr 14:37
Compare
Choose a tag to compare
  • PRs #505 #559
  • YAML fix
  • Ordering Kafka records
  • Ordering API Response
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.33</version>
</dependency>

zerocode-tdd-parent-1.3.32

06 Apr 14:36
Compare
Choose a tag to compare
Pre-release
  • 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

zerocode-tdd-parent-1.3.31

06 Apr 14:33
Compare
Choose a tag to compare