Skip to content

Releases: diegopacheco/dynomite-cluster-checker

1.0-GA

28 Mar 21:49
8eaa92e
Compare
Choose a tag to compare
  • Using Random Keys/Values per execution.
  • Support for Redis Replication Count.
  • Support for Redis Replication Check.
  • Improve error handling and better gradle dependency mgmt.

0.7.1

02 Nov 01:17
f6d3fe2
Compare
Choose a tag to compare

FIX bugs:

  • Fix connection bug introduced on 0.7.0
  • Fix false positive with "awesomeSbrubles_" key - change to "awesomeSbrubles"

0.7.0

28 Oct 00:22
baa1b3a
Compare
Choose a tag to compare
  • Remove hardcoded port(8102) and get by the parameter.

0.6

22 Aug 16:50
Compare
Choose a tag to compare
0.6
  • Cache Connections
  • Force to use proper logging
  • Code Cleanup
  • Improve execution time.

0.5.0

05 May 17:45
Compare
Choose a tag to compare
  • Lots of Refactoring
  • New Algorithm: Open connection just once and re-use.
  • Better usage of resources(dyno connections)
  • Better Code: Better Design using Tasks.
  • Clean code: Better OO Design and Introduced Guice.
  • Improve documentation: Cleaner and more precise.

0.4.0

17 Mar 16:50
Compare
Choose a tag to compare
  • Upgrade Jetty 6 to 9
  • We are no longer using jetty plugin
  • We are using gretty plugin
  • Memory is limited to 2gb at gretty plugin

0.3.0

10 Feb 19:15
Compare
Choose a tag to compare
  1. Telemetry mode is fully working. I couple of fixes was made here.
  2. DCC now uses dyno 1.5.7 which previously had a memory leak on Connection when you was trying to close the connection. Now this si fixed. Thanks to the update to dyno 1.5.7
  3. Small bugs and enhancements

0.2.1 - main Telemety Mode

12 Jan 18:07
Compare
Choose a tag to compare
Pre-release
  • We made Telemetry mode works on main class.

0.2.0 - Telemety Mode

20 Oct 16:04
Compare
Choose a tag to compare

0.2.0 Telemetry Mode:

  • Telemety Mode: Return 0 for OK and 1 for failure.

0.1.0

15 Sep 07:08
Compare
Choose a tag to compare
  • Nodes Checks
  • Ping/Pong Check
  • Cluster Replication Check
  • Cluster Failover Check
  • REST API for the JSON report