From 91ab7d403b9913e24baf6a2aeb13bb411c28c257 Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Tue, 8 Aug 2023 21:25:08 -0500 Subject: [PATCH] Missed doc update when putting together 2.17.0 --- topics/README.md | 47 +++++++++++++---------------------------------- 1 file changed, 13 insertions(+), 34 deletions(-) diff --git a/topics/README.md b/topics/README.md index a47ab0baf..a5d7ccb9a 100644 --- a/topics/README.md +++ b/topics/README.md @@ -2,33 +2,25 @@ ## Installation +All packages referenced below can be found on our [Artifactory server]. + ### Driver Packages are available for the following platforms: -* [CentOS 6][cpp-driver-centos6] -* [CentOS 7][cpp-driver-centos7] -* [CentOS 8][cpp-driver-centos8] -* [Ubuntu 14.04 LTS][cpp-driver-ubuntu14-04] -* [Ubuntu 16.04 LTS][cpp-driver-ubuntu16-04] -* [Ubuntu 18.04 LTS][cpp-driver-ubuntu18-04] -* [Windows][cpp-driver-windows] +* CentOS 7 +* Rocky Linux 8.8 +* Rocky Linux 9.2 +* Ubuntu 20.04 +* Ubuntu 22.04 +* Windows ### Dependencies -Packages for the dependencies, libuv (1.x), OpenSSL, and zlib are also provided -and can be found under the "dependencies" directory for each platform: - -* [CentOS 6][cpp-driver-dependencies-centos6] -* [CentOS 7][cpp-driver-dependencies-centos7] -* [CentOS 8][cpp-driver-dependencies-centos8] -* [Ubuntu 14.04 LTS][cpp-driver-dependencies-ubuntu14-04] -* [Ubuntu 16.04 LTS][cpp-driver-dependencies-ubuntu16-04] -* [Ubuntu 18.04 LTS][cpp-driver-dependencies-ubuntu18-04] -* [Windows][cpp-driver-dependencies-windows] - -*Note*: CentOS and Ubuntu use the version of OpenSSL and zlib provided with the -distribution. +Packages for the various dependencies of the driver can be found in the +`dependencies` directory for each platform. We do not provide dependencies +for Ubuntu since the default packages provided by newer versions of +Ubuntu can be used by the driver. The driver can also be [built from source]. @@ -260,20 +252,7 @@ with other drivers. The schedule for these features can be found on [JIRA]. - Schema event registration and notification - Callback interfaces for load balancing, authentication, reconnection and retry -[cpp-driver-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/cassandra -[cpp-driver-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/cassandra -[cpp-driver-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/cassandra -[cpp-driver-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra -[cpp-driver-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/cassandra -[cpp-driver-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/cassandra -[cpp-driver-windows]: http://downloads.datastax.com/cpp-driver/windows/cassandra -[cpp-driver-dependencies-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/dependencies/ -[cpp-driver-dependencies-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/dependencies/ -[cpp-driver-dependencies-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/dependencies/ -[cpp-driver-dependencies-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/ -[cpp-driver-dependencies-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies/ -[cpp-driver-dependencies-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies/ -[cpp-driver-dependencies-windows]: http://downloads.datastax.com/cpp-driver/windows/dependencies/ +[Artifactory server]: https://datastax.jfrog.io/artifactory/cpp-php-drivers/cpp-driver/builds [built from source]: http://datastax.github.io/cpp-driver/topics/building/ [prepared statements]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/ [`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t