about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorThomas Bach <hacking@babibo.de>2017-11-07 14:11:56 +0100
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2018-08-07 14:48:43 +0000
commit31e11bdd60fd164bc7f52c0a4f59024382a58851 (patch)
tree05f5eae7c537b7a71ac4f57a61d06fcd4ec58522 /nixos/doc/manual/release-notes
parent291018b34e6712037db5c07cd735ca6cccf936fc (diff)
downloadnixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.tar
nixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.tar.gz
nixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.tar.bz2
nixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.tar.lz
nixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.tar.xz
nixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.tar.zst
nixlib-31e11bdd60fd164bc7f52c0a4f59024382a58851.zip
cassandra: rewrote service from scratch
Adds a replacement for the previously broken
`services.database.cassandra` with tests for a multi-node setup.
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-1809.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml
index 5a445e30ec62..a70fb1aedbb8 100644
--- a/nixos/doc/manual/release-notes/rl-1809.xml
+++ b/nixos/doc/manual/release-notes/rl-1809.xml
@@ -75,6 +75,14 @@ $ nix-instantiate -E '(import &lt;nixpkgsunstable&gt; {}).gitFull'
   <itemizedlist>
    <listitem>
     <para>
+     The <varname>services.cassandra</varname> module has been reworked and
+     was rewritten from scratch. The service has succeeding tests for
+     the versions 2.1, 2.2, 3.0 and 3.11 of <link
+     xlink:href="https://cassandra.apache.org/">Apache Cassandra</link>.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      There is a new <varname>services.foundationdb</varname> module for deploying
      <link xlink:href="https://www.foundationdb.org">FoundationDB</link> clusters.
     </para>
@@ -121,6 +129,12 @@ $ nix-instantiate -E '(import &lt;nixpkgsunstable&gt; {}).gitFull'
   <itemizedlist>
    <listitem>
     <para>
+     The deprecated <varname>services.cassandra</varname> module has
+     seen a complete rewrite. (See above.)
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      <literal>lib.strict</literal> is removed. Use
      <literal>builtins.seq</literal> instead.
     </para>