Skip to content

Commit 9ef10ca

Browse files
committed
Update readme and todo
1 parent 4185b5b commit 9ef10ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Cassandra client library for PHP
22
================================
33

4-
Cassandra client library for PHP, which supports Protocol v5 (Cassandra 4.x) and asynchronous requests.
4+
Cassandra client library for PHP, which supports Protocol v5 (Cassandra 4.x, 5.x) and asynchronous requests.
55

66
https://packagist.org/packages/mroosz/php-cassandra
77

88
## Features
9-
* Using Protocol v5 (Cassandra 4.x)
9+
* Using Protocol v5 (Cassandra 4.x, 5.x)
1010
* Supports ssl/tls with stream transport layer
1111
* Supports asynchronous and synchronous requests
1212
* Support for logged, unlogged and counter batches

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Todo
66
* Remove uneeded bin -> int -> bin conversions
77
* Add fromValue() and fromMixedValue()
88
* Move bin conversions to a single place
9+
* Add documentation

0 commit comments

Comments
 (0)