Skip to content

Releases: ashwanthkumar/suuchi

suuchi-0.3.3

11 Jun 05:39
Compare
Choose a tag to compare
suuchi-0.3.3 Pre-release
Pre-release

BREAKING CHANGE - Versioned Store implementation has changed. If you upgrade to this version and beyond your existing data will NOT be readable.

Fixes - #74

suuchi-0.2.21

03 Jun 15:23
Compare
Choose a tag to compare

Suuchi Release 0.2

0.2.21 is the final release in 0.2 stream. It has the following set of features from 0.1.x series.

Store

  • Sharded Store - #53
  • Versioned Store - #44
  • Scan support in all stores - #61, #58

Replication

  • Pluggable replication - #45

Routing

  • Aggregator Support - #65

Cluster

  • Scalecube based clustering - #48
  • Refactored Atomix + Scalecube with ClusterProvider abstractions - #68

Atomix and scalecube modules need Java 8 to run.

Bug Fixes

  • Opening all stores in ShardedStore if they're not open already - #64
  • Adding default of 10 minutes in replication, aggregation etc. - #62, #65

Operations

  • Moved away from SnapCI to Travis based build

List of all the changes - https://github.com/ashwanthkumar/suuchi/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.2

Contributors

suuchi-0.2.2

10 Oct 05:16
Compare
Choose a tag to compare

Fixes #44 and #51

suuchi-0.2.1

07 Oct 14:08
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag suuchi-0.2.1

v0.1.0

05 Oct 18:31
Compare
Choose a tag to compare

Initial release of Suuchi with the following features

  • gRPC based services + transport
  • ConsistentHashing based routing for both Reads + Writes
  • Sequential / Parallel Synchronous replication for writes