From 9189ee06d2a234da794babd488764e98efd67b47 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert Date: Fri, 24 Feb 2017 15:23:15 -0600 Subject: [PATCH] Add release notes for 1.1.2 --- index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 526a031..9a57103 100644 --- a/index.md +++ b/index.md @@ -17,7 +17,12 @@ It is separated into two components: * [Java Client](http://scassandra-docs.readthedocs.org/en/latest/java/overview/): Java client for Scassandra. A thin Java wrapper around Scassandra that allows Java projects to depend on Scassandra via maven dependency and have a programmatic interface for starting/stopping and priming. * [Scassandra Server](http://scassandra-docs.readthedocs.org/en/latest/standalone/overview/): Stubbed Scassandra server. Only go here if you're insterested in running Stubbed Cassandra without a build tool such as maven or gradle. Implemented in Scala, can be run as a standalone server or depended on via the Java client. Doesn't have an embedded Cassandra, is a standalone implementation of the server side of the Cassandra native protocol. You can prime the server to return rows, read timeout and write timeout via a REST API. -Scassandra, currently v1.1.0, is aimed at Java developers so most of the information is on the Java Client section of the website. It also may be used as a standalone jar. +Scassandra, currently v1.1.2, is aimed at Java developers so most of the information is on the Java Client section of the website. It also may be used as a standalone jar. + +### Release v1.1.2 + +* [#185](https://github.com/scassandra/scassandra-server/pull/185) - Add BatchExecution matcher +* [#186](https://github.com/scassandra/scassandra-server/issues/186) - Add Serial Consistency Level and Timestamp to Activity Log ### Release v1.1.1