Skip to content

Releases: atam4j/atam4j

v0.51

v0.6.2

18 Oct 20:17
Compare
Choose a tag to compare
  • Fix defect causing an extraneous test in client lib (#41)

v0.6.1

18 Oct 20:12
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • Fix defect causing an extraneous test in client lib (#41)

v0.6.0

17 Oct 21:38
Compare
Choose a tag to compare
  • Acceptance tests added for a reliable atam4j lib
  • New modularised project structure for easier atam4j development

v0.5.0

17 Aug 20:29
Compare
Choose a tag to compare
  • Removes dependency on Environment instance from dropwizard core to use Atam4j (#32)

v0.4.0

16 Jun 22:58
Compare
Choose a tag to compare

Highlights

  • New and improved public interface
  • Ability to annotate test classes with @Monitor instead of specifying an array of test classes while initialising Atam4j

Refer to https://github.com/atam4j/atam4j/blob/v0.4.0/README.md#using-atam4j for usage info

Maven dependency

<dependency>    
   <groupId>me.atam</groupId>    
   <artifactId>atam4j</artifactId>    
   <version>0.4.0</version>    
</dependency>

v0.3.0

27 May 23:22
Compare
Choose a tag to compare

Highlights

  • Improved test coverage
  • Introduced builder pattern to create an AcceptanceTestHealthCheckManager
  • Initial delay and test period is now configurable
  • Time units used are configurable to avoid confusion
  • Upgrader to dropwizard 0.8.1 an junit 4.12

Maven dependency

<dependency>    
   <groupId>me.atam</groupId>    
   <artifactId>atam4j</artifactId>    
   <version>0.3.0</version>    
</dependency>

v0.2.0

08 Apr 11:20
Compare
Choose a tag to compare

Working version of atam4j with configurable tests interval.