Release 2.6.0 (#403)
- Switch to role management instead of user one for cassandra > 2.2
CREATE USER, DROP USER, LIST USERS are deprecated in favor of
CREATE ROLE, DROP ROLE, LIST ROLES.
This PR introduces the changes regarding user management by
switching to roles for cassandra version greater or equal 2.2
CREATE USER is supported for backwards compatibility only.
Authentication and authorization for Cassandra 2.2 and later are
based on ROLES, and use CREATE ROLE instead [1]
[1]. http://docs.datastax.com/en/cql/3.3/cql/cql_reference/cqlCreateUser.html
- Release 2.5.0
- [blacksmith] Bump version to 2.6.0
- Update to the changelog for 2.6.0.
- Corrected CHANGELOG and added stijnvdb to CONTRIBUTERS.
- Release 2.6.0 (#402)
- Integration with github_changelog_generator
- Release 2.5.0
- Bugfix-397: Spec tests not working. (#398)
- #395 Adding Red Hat OS (#396)
- #395 Implement apache repo for Red Hat
- #395 Adding Red Hat OS
Adding Red Hat OS for the Apache repo
- #395 Add release to the URL
- Adding gpg key to yum
- Cassandra 3.X and Debian 7 clash over GLIBC version. (#399)
- Implement apache_repo for RedHat (#400)
Fixes #395.
- [blacksmith] Bump version to 2.6.0
- Update to the changelog for 2.6.0.
- Corrected CHANGELOG and added stijnvdb to CONTRIBUTERS.