You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,28 @@ Cassandra's native protocol.
10
10
* IRC: #datastax-drivers on [irc.freenode.net](http://freenode.net>)
11
11
* Twitter: Follow the latest news about DataStax Drivers - [@avalanche123](http://twitter.com/avalanche123), [@mfiguiere](http://twitter.com/mfiguiere), [@al3xandru](https://twitter.com/al3xandru)
12
12
13
+
## Status of v1.0.0.alpha
14
+
15
+
The current release is an early alpha. This means that it lacks some features
16
+
and stability, but should be enough to start testing and working with Apache
17
+
Cassandra. Below, you'll find a list of functionality that is already supported
18
+
as well as what's plan for the upcoming releases.
19
+
20
+
## Features
21
+
22
+
*[All pre 2.1 Cassandra datatypes, including sets, lists and maps](features/datatypes.feature).
23
+
*[Simple](features/simple_statements.feature), [prepared](features/prepared_statements.feature) and [batch statements](features/batch_statements.feature).
@@ -63,28 +85,6 @@ __NOTE__: Apache Cassandra 2.1 support is limited to the Cassandra 2.0 API, e.g.
63
85
64
86
__NOTE__: Windows support is planned for a later, more stable release.
65
87
66
-
## Status of v1.0.0.alpha
67
-
68
-
The current release is an early alpha. This means that it lacks some features
69
-
and stability, but should be enough to start testing and working with Apache
70
-
Cassandra. Below, you'll find a list of functionality that is already supported
71
-
as well as what's plan for the upcoming releases.
72
-
73
-
Features:
74
-
75
-
*[All pre 2.1 Cassandra datatypes, including sets, lists and maps](features/datatypes.feature).
76
-
*[Simple](features/simple_statements.feature), [prepared](features/prepared_statements.feature) and [batch statements](features/batch_statements.feature).
0 commit comments