Skip to content

Commit ebfdcfa

Browse files
author
Bulat Shakirzyanov
committed
update README
1 parent a41e5ba commit ebfdcfa

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ Cassandra's native protocol.
1010
* IRC: #datastax-drivers on [irc.freenode.net](http://freenode.net>)
1111
* Twitter: Follow the latest news about DataStax Drivers - [@avalanche123](http://twitter.com/avalanche123), [@mfiguiere](http://twitter.com/mfiguiere), [@al3xandru](https://twitter.com/al3xandru)
1212

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).
24+
* [Results paging](feature/result_paging.feature).
25+
* [Asynchronous IO](src/Cassandra/Session.php#L24-L35).
26+
* [SSL encryption](feature/ssl_encryption.feature).
27+
* [Credentials authentication](src/Cassandra/Cluster/Builder.php#L312-L320).
28+
29+
## Planned
30+
31+
* Windows support.
32+
* Expose [Schema Metadata](http://datastax.github.io/cpp-driver/api/struct_cass_session/#1afc51badec695483e4cde43ae0fc1e876).
33+
* Add arithmetic functions to numeric types.
34+
1335
## Quick Start
1436

1537
```php
@@ -63,28 +85,6 @@ __NOTE__: Apache Cassandra 2.1 support is limited to the Cassandra 2.0 API, e.g.
6385

6486
__NOTE__: Windows support is planned for a later, more stable release.
6587

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).
77-
* [Results paging](feature/result_paging.feature).
78-
* [Asynchronous IO](src/Cassandra/Session.php#L24-L35).
79-
* [SSL encryption](feature/ssl_encryption.feature).
80-
* [Credentials authentication](src/Cassandra/Cluster/Builder.php#L312-L320).
81-
82-
Planned:
83-
84-
* Windows support.
85-
* Expose [Schema Metadata](http://datastax.github.io/cpp-driver/api/struct_cass_session/#1afc51badec695483e4cde43ae0fc1e876).
86-
* Add arithmetic functions to numeric types.
87-
8888
## Contributing
8989

9090
[Read our contribution policy](CONTRIBUTING.md) for a detailed description of the process.

0 commit comments

Comments
 (0)