Releases: ashwanthkumar/suuchi
Releases · ashwanthkumar/suuchi
suuchi-0.3.3
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
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
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
suuchi-0.2.1
[maven-release-plugin] copy for tag suuchi-0.2.1
v0.1.0
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